@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font: .70em/1.7em Arial, Tahoma, Verdana, sans-serif;
	background: #fff;
}

div#wrapper {
	margin: 0 auto;
	width: 900px;
	background-color: #fff;
    border: 1px solid #fff;
}
div#content_wrapper {
	border-top: none;
	background: transparent url(gfx/faux.gif);
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

div#header h1 {
	height: 159px;
	width: 900px;
	position:relative;
	font-size:1.3em;
	overflow:hidden;
}
div#header h1 span#heading_text {
	margin-top: 50px !important;
	display:block;
}
div#header h1 span#heading {
	background:url(gfx/header.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	margin-top: 0;
}

div#left {
	width: 152px;
        min-height: 300px;
	float: left;
}

div#content {
	width: 580px;
	float: left;
	padding: 0 7px;
}

div#right {
	width: 152px;
	float: left;
}

div#footer {
	padding-top: .4em;
    padding-bottom: .4em;
	text-align: center;
	clear: both;
	background: #fff;
	border-top: 1px solid #000;
    background: #ECCE01 url(gfx/gradient.png);
    color: #fff;
}

div#footer p a {
    color: #fff;
    text-decoration: underline;
}

div#footer p a:hover {
    color: #ccc;
}

p, pre {
	margin-bottom: .5em;
	line-height: 1.3;
	font-size: 1.15em;
}

pre {
	font-size: 1.1em;
}

div#footer p {
	margin-bottom: 0;
	font-size: .9em;
    font-style: italic;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 5px;
}
p.read_more {
	clear: left;
	text-align: right;
	font-size: .9em;
	margin-bottom: 2px;
}
p.read_more a img {
	border: none;
	display: inline;
}

div#right h2, div#left h2, div#content h2 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #ECCE01 url(gfx/gradient.png);
	background-color: #003765;
	color: #fff;
	padding: 1px 4px;
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 0;
}

div#content h2 {
	margin-bottom: 5px !important;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.news_item h2, .content_box h2 {
	font-size: 1.6em !important;
	border: none !important;
	color: #000 !important;
	background: #fff !important;
	font-weight: bold !important;
	padding: 0 !important;
	text-transform: none !important;
}
h3, h4, h5, h6 {
	font-size: 1.1em;
	margin-top: 1em;
}
.news_item h3 {
	font-size: 1.5em;
	margin-top: 0;
}
.first_element {
	
}

.publish_data {
	font-size: 1em;
	font-style: italic;
}

div.news_item {
	border: 1px solid #999;
	padding: 3px 5px;
	margin:  0 0 5px 0;
	height: 1% !important;
}
div.news_item img {
	float: left;
	margin: 3px 5px 5px 0;
}

div.content_box {
	padding: 5px 5px 10px 5px;
	margin-bottom: 5px;
	border: 1px solid #666;
	height: 1% !important;
}
div.content_box img {
	float: left;
	margin: 3px 3px 5px 0;
}

div.column_box {
	background: #fff;
	padding: 3px 4px;
	line-height: 1;
}
div.column_box p {
	margin-bottom: 5px;
	font-size: .9em;
	line-height: 1.2
}
div.column_box h3 {
	margin-top: 0;
}
div.content_box h3 {
	margin-top: .3em;
	margin-left: 0;
	font-size: 1.2em;
}
div.column_box img {
	margin-bottom: 0;
}

ul {
	list-style-position: inside;
	margin: .8em 0;
	list-style-type: square;
}
ol {
	list-style-position: inside;
	margin: .8em 0;
}

ul.related {
	font-size: 1em;
	list-style: none;
	margin-bottom: 0;
}
ul.related li {
	line-height: 1.6em;
	line-height: 1.5em !important;
}
ul.related li img {
	margin: 0 5px 0 0 !important
}
p#next_match {
	text-align: center
}
.bold {
	font-weight: bold;
	font-size: 1.1em;
}
ul.related img {
	display: inline;
	margin: 0 3px 0 0;
}

li {
	margin-left: 1.5em;
	line-height: 1.2em;
}

/* Tables */

table {
	margin-bottom: 5px;
	border: 1px solid #000;
	background: #fff;
	font-size: 1.1em;
	line-height: 1.2em;
	width: 100%;
}
table.table_front {
	margin: 0 0 5px 0;
}

div.content_box table {
	margin-top: 0;
}

div#right table {
	margin: 0;
	border: none;
}

th, td {
	padding: 1px 3px;
	vertical-align: top;
}
th {
	background: #ccc;
	padding-top: 4px;
	height: 20px;
	color: #000;
	font-weight: bold;
}
table tr:hover {
	background: #ccc;
}
.even {
	background: #efefef;
}
.odd {
	background: #e6e6e6;
}
.own_team {
	background: yellow;
}
table a {
	color: #000;
}
table tr td img {
	margin: 0 auto !important;
	float: none !important;
	display: block !important;
	text-align: center;
}
td.date {
	width: 10%;
}
th.link_title {
	width: 25%;
}
th.link_views {
	width: 5%;
}
th.multimedia_type {
	width: 5%;
}
th.multimedia_size {
	width: 12%;
}
th.multimedia_downloads {
	width: 5%;
}
th.date {
	width: 10%;
}
th.number {
	width: 3%;
}
.center {
	text-align: center;
}
th.article_date {
	width: 21%;
}

th.article_views {
	width: 5%;
}

td.latest_articles_date {
	width: 10%;
}

/* Images */

.banner_front {
	border: 1px solid #999;
	margin: 0 0;
	margin-bottom: 0;
}

/* Links */

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}


/* Menu */

div#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
}

div#left ul li
{
	text-align: left;
	margin-left: 0;
	display: block;
	height: 16px;
	margin-bottom: 0;
}

div#left ul li a
{
	display: block;
	padding: 0.05em 0.5em 0.05em 1.7em;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	background: #eee url(gfx/arrow.gif);
	background-repeat: no-repeat;
	background-position: .4em center;
	color: #000;
}

.menuitem_link {
	display: block;
	padding: 0.05em 0.5em 0.05em 1.7em;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	background: #eee url(gfx/arrow.gif);
	background-repeat: no-repeat;
	background-position: .4em center;
	color: #000;
}

.menuitem_link#selected {
	display: block;
	padding: 0.05em 0.5em 0.05em 1.7em;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	background: #eee url(gfx/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: .4em center;
	color: #000;
}

div#left ul li a:link { 
	color: #000;
}

div#left ul li a:hover
{
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: .4em center;
	color: #000;
}
ul#subfolders {
	margin-left: 20px;
	list-style-image: url(gfx/icons/folder.gif);
}
ul#subfolders li {
	padding-left: 2px;
}

p.paging {
	font-size: .9em;
}
p.status{
	padding-left: 0;
	margin-top: 2px;
}
p.gallery_nav img {
	margin: 0 3px 0 0 !important;
}

/* StureGallery */

table#gallery {
	width: 100% !important;
	width: 99%;
	border: none;
	margin: 0;
}
table#gallery td {
	padding: 2px;
}
table#gallery tr:hover {
	background: none;
}
table#gallery img {
	background: #fff url(gfx/icons/loading.gif) no-repeat center center;
	border: 1px solid #000;
	padding: 1px;
	display: block;
	margin: 0 auto;
}

img#gallery_full {
	border: 1px solid #000;
	background: #fff url(gfx/icons/loading.gif) no-repeat center center;
}

img#folder_parent, img#home {
	border: none !important;
	margin:0;
	padding: 0 4px 0 0;
}
p.pagination {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.6;
	font-size: 10px;
	clear: both;
}
p.pagination a {
	padding:1px 0;
	margin: 2px 3px;
}
p.pagination a:hover {
	text-decoration: none !important;
}

ul#gallery_nav {
	list-style-type: none;
	margin-bottom: 5px;
}
ul#gallery_nav li {
	line-height: 19px;
	margin-left: 0;
	display: inline;
}
ul#gallery_nav li#nav_home, ul#gallery_nav li#nav_parent_folder {
	display: block;
	float: left;
	margin-right: 6px;
}
ul#gallery_nav li#nav_parent_folder {
	margin-bottom: 0;
}
ul#gallery_nav li#nav_breadcrumbs {
	padding-top: 0;
	border-top: 1px solid #666;
	clear: left;
	display: block;
}
p.caption {
	margin-top: 5px;
	clear: both;
}
ul.picture_stats {
	margin-top: 8px;
	clear: both;
}

div#randomPicture a img {
	border: 1px solid #000;
}

.error {
	padding:1em 1em 1em 3em;
	margin:1em 0;
	border:1px solid red;
	background:yellow url(gfx/icons/dialog-error.png) 1em 50% no-repeat;
}
.info {
	padding:1em 1em 1em 3em;
	margin:1em 0;
	background: #dfefff url(gfx/icons/dialog-information.png) 1em 50% no-repeat;
   	border: 1px solid #1573d5;
}

.error ul {
	margin:0 !important;
}

.error li {
	margin:0 0 .2em 1em !important;
}

/* Forms */

fieldset {
	padding: 8px;
	margin: 5px 0 15px 0;
	-webkit-border-radius: 5px;
}

legend {
	font-weight: bold;
	padding: 0 4px;
	color: #000;
}
input.button {
	clear: left;
	float: left;
	margin-top: 3px;
}
.nofloat {
	float: none !important;
}
.noclear {
	clear: none !important;
}
label {
	display: block;
	clear: both;
	float: left;
	font-size: .9em;
	margin-bottom: 4px;
	margin-right: 25px;
	width: 100%;
}
.nomargins {
	display: inline;
}

textarea {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	border: 1px solid #666;
	overflow: auto;
	width: 605px;
	height: 100px;
	padding: 1px 3px;
	font-size: 1em;
}
option {
	padding: 0 3px;
}
select {
}

img.prolouge_image_small {
	margin-right: 1em !important;
}

/* Forms */

fieldset {
}
fieldset textarea {
	width: 413px;
}
fieldset input, fieldset select {
	clear: left;
	display: block;
	font-size: 1em;
}
fieldset label {
	display: block;
	float: left;
}
fieldset div#zip_wrapper {
	clear: left;
}
fieldset input#postnummer {
	width: 40px;
	display: inline;
}
fieldset input#poststed {
	float: none !important;
	clear: none !important;
	display: inline;
}

p#article_extras {
	padding-bottom: 6px;
	font-size: .9em;
	text-align: right;
	margin-top: 3px;
	margin-bottom: 3px;
}

p#article_extras a.tip_a_friend {
	background: transparent;
	margin-right: 3px;
}
p#article_extras a img {
	float: none;
	border: none;
	text-decoration: none;
	margin-bottom: 0 !important;
}
p#article_extras img {
	float: none;
	border: none;
	margin: 0;
}
p a.fb_share_link { 
	padding:2px 0 0 20px;
	height:16px;
	background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?42:26981) no-repeat top left;
	color: #000;
}

img.profile_picture {
	border: 1px solid #000;
}

a img.no_border {
	border: none;
	display: inline !important;
}

ul.match_stats {
	font-size: .9em;
	list-style: none;
	margin-top: 3px;
	margin-bottom: 0;
}
ul.match_stats li {
	line-height: 1.6em;
	line-height: 1.7em !important;
}
ul.match_stats li img {
	margin: 0 5px 0 0 !important
}


/***********************/
/* Remi 26.09.2008 *****/
/***********************/

/* Top menu */

div#top_menu {
	border: none;
    background: #fff url(gfx/menu_bg.png);
    margin-bottom: 3px;
    height: 40px;
    padding-left: 10px;
}

br.clear {
   clear: both;
}

div#top_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	width: 100%;
}

div#top_menu ul li {
	display: block;
	margin: 0;
	float: left;
	text-align: center;
}

div#top_menu ul li.first_item {
	border-left: none;
}

div#top_menu ul li.last_item {
}

div#top_menu ul li a {
	margin: 0;
	color: #fff;
	font-weight: normal;
	display: block;
	font-size: 1.0em;
    height: 26px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 14px;
    text-transform: uppercase;
}

div#top_menu ul li a.current {
	cursor: default;
}


div#top_menu ul li a {color: #fff;}
div#top_menu ul li a:hover {font-style: italic}
div#top_menu ul li a.current {background: #fff; color: #000;}

h2 a {
   color: #fff !important;
}

table.gb_entry a img {
	border: none;
}

table.gb_entry tr:hover {
	background: transparent;
}
table.gb_entry tr td img {
	display: inline !important;
}

/* Calendar */

table.calendar {
	
}
table.calendar tr:hover {
	background: inherit;
}
table.calendar tr.calendarHeader td {
	font-weight: bold;
}

div#content table.calendar tr td.calendarHeaderMonth {
	font-size: 1.7em;
	font-weight: bold;
}

table.calendar tr td.calendarToday {
	background: #666;
	color: #fff;
}

table.calendar tr td.calendar a, table.calendar tr.paging td a {
	background: #ccc;
	display: block;
	text-align: center;
    height: 100%;
}

table.calendar tr.paging td a {
	background: #e6e6e6;
	display: block;
	text-align: center;
    height: 100%;
}

div#content table.calendar tr.paging td a {
	font-size: 1.8em;
    background: #e6e6e6;
}

div#right table.calendar tr.paging td a {
	font-size: 1.4em;
}

div#right table.calendar tr.paging td.calendarHeaderMonth a {
	font-size: 1em;
}

table.calendar tr.paging td a {
    text-decoration: none;
}

table.calendar tr.paging td a:hover {
	color: #666;
}

table.calendar tr td {
	width: 14%;
	padding: 0;
	text-align: center;
	background: #e6e6e6;
}

div#content table.calendar tr td, div#content table.calendar tr td a {
	height: 40px;
	vertical-align: middle !important;
}

div#content table.calendar tr td a, div#right table.calendar tr td a {
	display: block;
    background: #ccc;
}

table.calendar tr td a {
	color: black;
    text-decoration: none;
}

table.calendar tr td a:hover {
	color: #666;
}

table.calendar tr td.calendarToday a, div#content table.calendar tr td.calendarToday a, div#right table.calendar tr td.calendarToday a {
	color: #fff;
    background: #666;
}

div#content table.calendar tr.calendarHeader td {
	height: 20px;
	background: #666;
	color: #fff;
    font-size: 1.1em;
}

div#right table.calendar tr.calendarHeader td {
	background: #666;
	color: #fff;
}

div#content table.calendar tr.paging td {
	height: 25px;
}
div#content table.calendar tr td, div#content table.calendar tr td.calendarToday {
	font-size: 1.6em;
}
div#content table.calendar tr td a {
	padding: 14px 0;
	height: 12px;
}
div#content table.calendar tr.paging td a {
	padding: 10px 0;
	height: 10px;
}

table.calendar tr td.calendarHeaderMonth a {
	text-decoration: underline;
}

tr.footer {
	background: #ccc;
	height: 20px;
	color: #000;
	font-weight: bold;
	vertical-align: top;
}
tr.footer td {
	padding-top: 4px;
}

div.random_image a img {
	border: 1px solid #000;
}

div.ad_box {
	margin: 0;
}
div.ad_box a {
	margin: 0;
	padding: 0;
}
div.ad_box a img {
	border: 1px solid #000;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: -6px;
	width: 146px;
}

img.image_standard {
	border: 1px solid #000;
}

div.content_box p a, div.content_box a {
	color: blue;
}

p.paging a {
	color: black !important;
}

div#content table tr td.data_left {
	width: 25%!important;
}



div.search_form {
    text-align: right;
    margin-right: 10px;
    padding-top: 8px;
}

