/*-------------------------------------------
FÆLLES
-------------------------------------------*/
div.clearFloat {
	clear: both;
	background-color: red;
	height: 0px;
	line-height: 0px; /*IE*/
}

input {
	font-family: verdana; /*FIXME: Alternativer*/
}

li.last {
	padding-right: 0px !important;
}

h1 {font-size: 15px;}
h2 {font-size: 14px;}
h3 {font-size: 13px;}
h4 {font-size: 13px;}
h5 {font-size: 13px;}
h6 {font-size: 13px;}


div.blackBox {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	width: 938px;
	height: 37px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #16181a;
	border-right-color: #010101;
	border-left-color: #010101;
	border-bottom-color: #374045;
	background-color: #000000;
	background-image: url('graphics2/extraBottomBorder.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: 4px;
}


/*-------------------------------------------
HELE SIDEN
-------------------------------------------*/
html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	background-image: url('graphics2/background.png');
	font-family: verdana; /*FIXME: Alternativer*/
	font-size: 11px;
	letter-spacing: .1em;
}

#wrap {
	margin-right: auto;
	margin-left: auto;
	height: 700px;
	width: 949px;
}


/*-------------------------------------------
ØVERSTE SORTE BJÆLKE
-------------------------------------------*/
#topMenuLogo{
	width: 124px; /*140-16*/
	height: 30px; /*37-7*/
	padding-top: 7px;
	padding-left: 16px;
	float: left;
}

#topMenuMenu{
	width: 562px;
	height: 37px;
	float: left;
}

#topMenuMenu ul{
	margin-top: 11px;
	margin-left: 2px;
	padding-left: 0px;
}

#topMenuMenu li{
	float: left;
	list-style-type: none;
	height: 14px; /*15-1*/
	border-right: 2px solid #FFFFFF;
	padding-top: 1px;
	padding-left: 19px;
	padding-right: 19px;
}

#topMenuMenu a{
	color: #FFFFFF;
	text-decoration: none;
}

#topMenuSearch{
	width: 236px;
	height: 37px;
	float: left;
	padding: 0px;
}

#topMenuSearch form{
	margin-top: 10px;
	margin-left: 16px;
	float: left;
	display: inline; /*IE6*/
}

#topMenuSearch #searchText{
	color: #FFFFFF;
	padding: 0px;
	font-size: 10px;
	width: 184px;
	height: 17px;
	background-color: #9f9f9f;
	border-right: 1px solid #969696;
	border-left: 1px solid #9c9c9c;
	border-top: none;
	border-bottom: none;
	float: left;
}

#topMenuSearch #searchSubmit{
	width: 19px;
	height: 17px;
	border: none;
	background-image: url('graphics2/searchButton.gif');
	float: left;
}


/*-------------------------------------------
BILLEDELINKS
-------------------------------------------*/
#topImageLinks{
	width: 949px;
	height: 151px;
	margin-top: 13px;
}

#topImageLinks ul{
	margin-top: 0px;
	margin-left: 0px;
	background-color: black;
	padding-left: 0px;
}

#topImageLinks li{
	float: left;
	list-style-type: none;
	height: 151px;
	width: 229px;
	padding-right: 11px;
}

#topImageLinks li img{
	display: block; /*IE6*/
	border: none;
}


/*-------------------------------------------
MIDTEN - MENU, INDHOLD OG FAKTABOKS
-------------------------------------------*/
#middle{
	width: 940px;
	margin-top: 15px;
	margin-left: 4px;
	background-repeat: repeat-y;
}


/*-------------------------------------------
MIDTEN - MENU OG INDHOLD
-------------------------------------------*/
#middleLeft{
	width: 698px;
	min-height: 331px;
	height: auto !important;
	height: 331px; /*IE6*/
	background-color: #007876;
	border-top: 1px solid #188585;
	border-right: 1px solid #077c7a;
	border-left: 1px solid #077c7a;
	float: left;
}


/*-------------------------------------------
MIDTEN - MENU (SE INDEX.PHP)
-------------------------------------------*/
#middleLeft #menu{
	width: 219px; /*241-16-6*/
	min-height: 331px;
	height: auto !important;
	height: 331px; /*IE6*/
	float: left;
	padding: 25px 6px 25px 16px;
	font-size: 12px;
}

#middleLeft #menu a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#middleLeft #menu a.selected{
	color: #c9da2b;
}


/*-------------------------------------------
MIDTEN - INDHOLD
-------------------------------------------*/
#middleLeft #content{
	width: 437px; /*457-10-10*/
	min-height: 331px;
	height: auto !important;
	height: 331px; /*IE6*/
	float: left;
	background-color: #007876;
	color: #FFFFFF;
	padding: 10px;
}

#middleLeft #content a{
	color: #c9da2b;
}


/*-------------------------------------------
MIDTEN - FAKTABOKS
-------------------------------------------*/
#middleRight{
	width: 221px;
	min-height: 332px;
	height: auto !important; /*IE*/
	height: 332px; /*IE6*/
	background-color: #007876;
	margin-left: 19px;
	float: left;
}

#middleRightTitle{
	width: 219px;
	height: 29px;
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-top-color: #020b0b;
	border-right-color: #010a0a;
	border-left-color: #010a0a;
	border-bottom-color: #000909;
}

#middleRightContent{
	color: #FFFFFF;
	width: 193px; /*219-13-13*/
	min-height: 301px;
	height: auto !important; /*IE*/
	height: 301px; /*IE6*/
	border-right: 1px solid #0f807f;
	border-left: 1px solid #0f807f;
	padding: 0px 13px 7px 13px;
}

#middleRightContent a{
	color: #c9da2b;
}

#middleRightContent h1,
#middleRightContent h2,
#middleRightContent h3,
#middleRightContent h4,
#middleRightContent h5,
#middleRightContent h6{
	margin-top: 10px;
}

#middleRightContent ul.news{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 10px;
}


#middleRightContent ul.news li{
	list-style-type: none;
	width: 193px; /*219-13-13*/
	padding: 0px 0px 7px 0px;
	line-height: 16px;
	margin-bottom: 15px;
}

#middleRightContent ul.news li a{
	color: #c9da2b;
}

#middleRightContent ul.news .headline{
	font-weight: bold;
}


/*-------------------------------------------
NEDERSTE SORTE BJÆLKE
-------------------------------------------*/
#bottom{
	margin-top: 14px;
	text-align: center;
}

#bottom p{
	margin-top: 11px;
}