/* CSS Document * All-web side 2/

/*-------------- farver--------------*/
/*grøn = #000066       */
/*orange = #ff6600       */
/*-------------- farver--------------*/
/* width 1095
/*-------------- bredde --------------*/
/*---------------Side----------------*/
html, body, table, tr, td {
	min-height:100%;
	margin: 0px;
	padding: 0px;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}

/*html>body, html>body #wrapper {
height:auto;
}*/


#wrapper {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	width: 1095px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 0;
}
*html #wrapper {
	padding-left: 6px;
}
/*--- sidehoved: logo, banner---*/
#sidehoved {
	position:relative;
	width:1095px;
	height:115px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	background-image: url(../billeder/images/top.jpg);
	background-repeat: no-repeat;	/*background-color: #CC0066;*/
	
}

#logo {
	position: absolute;
	width:200px;
	margin-top: 0px;
	padding-left: 0px;
	top: 10px;
	left: 790px;
	height: 90px;
	z-index: 2;
}
#pix {
display:none;
}

#midt {
	width:1095px;
	min-height:600px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	.padding-bottom: 0px;
	margin-left: 0px;
	background-image: url(../billeder/images/midt.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;		
}
*html #midt {
	padding-bottom: 0px;
}

/*---sidefod---*/
#bund {
	padding-top:0px;
	width:970px;
	height:auto;
	padding-bottom: 0px;
	font-size: 12px;
	color: #000066;
	margin-left:80px;
	font-weight: bold;
	clear: both;
}
*html #bund {
	padding-top:40px;
	height:auto;
}
#bund a:link {
	color:#000066;
	font-weight: bold;
	text-decoration: none;
	}
#bund a:visited{
	color:#000066;
	font-weight: bold;
	text-decoration: none;

	}
#bund a:hover {
	color: #ff6600;
	font-weight: bold;
		text-decoration: none;

	}
#all-web {
	margin-top: 0px;
	position: relative;
	left: 950px;
	top: -15px;
	width:120px;
	height: 20px;
}
#all-web a:link, #all-web a:visited, #sitemap a:link, #sitemap a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#all-web a:hover, #sitemap a:hover{
	color: #ff6600;
	text-decoration: none;
}
#all-web a:active, #sitemap a:active {
	color: #000000;
	text-decoration: none;
}
#sitemap {
	display:none;
	margin-top: 0px;
	position: relative;
	left: 880px;
	top: -40px;
	width:50px;
	height: 20px;
}
#sidebund {
	background-image: url(../billeder/images/bund.jpg);
	background-repeat: no-repeat;
	width:1095px;
	height:51px;
	margin-top:-30px;
	margin-bottom:0px;
}

/*---værktøjer---*/

.vis_ikke{
display:none;
}
.print{
display:none;
}
.clearboth{
	clear: both;
}
.forslag {
	color: #a21a08;
	font-weight: bold;
}
.title {
	font-size:16px;
	font-weight: bold;
	text-align:center;
	text-transform: uppercase;
}
.mail {
	margin-bottom: -3px;
}
.home {
	margin-bottom: -3px;
}
.sitemap{
	margin-bottom: -2px;
}
.centre {
	text-align: center;	
}
.imgleft {
	float: left;
	padding-bottom: 10px;
	margin-right: 20px;
	clear:right;
}
.bio .navn {
	cursor:pointer;
	color: #FF5800;
}
