@charset "utf-8";
/* CSS Document */


/* Reset + standard tags + utility */
img, div, .pngfix, input { behavior: url("css/iepngfix.htc") }
* { margin: 0; padding: 0; }
img { border: 0px; }

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 17px; color: #666;
	background: url(../img/body-bg-repeat-x.jpg) top left repeat-x; background-color: #008193;
 }
 
a { color: #008092; font-weight: bold;  text-decoration: none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { color: #fff; text-decoration: none; }

#rightcontainer a:visited { color: #008092; }

ul {
	line-height: 1.5em;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: disc;
	padding: 10px;
	margin: 0 0 0 30px;
}

h1, h2, h3, h4, h5 {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 16px; line-height: 1.3em; font-weight: bold;
	color: #008092;
}

.marginright {
	float: left;
	margin: 0 20px 0 0;
}

table p {
	padding: 10px;
}

.kontaktform {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 380px;
}

/* wrapper + top */

#wrapper {
	width: 970px;
	margin: 0 auto; padding: 40px 0 0 0;
}

#top {
	float: left;
	width: 949px; height: 181px;
	padding: 0 10px 0 11px;
	background: url(../img/bg-top.png) top left no-repeat;		
}

#toppic {
	float: right;
	width: 729px; height: 167px;
	margin: 14px 12px 0 0;
	_margin: 14px 6px 0 0;
	background: url(../img/toppic.jpg) top left no-repeat;		
}

#logo {
	float: left;
	width: 178px; height: 65px;
	margin: 70px 0 0 14px;
	_margin: 70px 0 0 8px;
}

/* Horizontal-nav */

#horizontalnav {
	float: left;
	width: 730px; height: 22px;
	padding: 13px 0 0 260px;
	background: url(../img/bg-menu.png) top left no-repeat;
	font-weight: bold;
	color: #fff;
}
#horizontalnav p {
	display: inline;
	float: left;
	margin: 0 70px 0 0;
}

#horizontalnav a { color: #fff; }

/* left layout */

#leftcontainer {
	float: left;
	margin-top: 1px;
	width: 206px;
}

#address {
	width: 206px; height: 146px;
	background: url(../img/address.gif) top left no-repeat;		
}

/* left nav */

.button {
	display: block;
	width: 206px; height: 29px;
	margin-bottom: 1px;
	background-image: url(../img/leftnavbg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.button a { 
	color: #fff;
	width: 206px; height: 29px;
	padding: 0;
	text-decoration: none;
}

.button a:hover {
	background-position: 0 -29px;
}

.button p {
	padding: 6px 0 0 50px;
	height: 23px;
	cursor: pointer;
	font-size: 9px;
}

/* content layout */

#main {
	float: left;
	width: 935px; min-height: 340px;
	padding: 0 22px 0 13px;
	background: url(../img/bg-main-repeat-y.png) top left repeat-y;	
}

#rightcontainer {
	float: right;
	margin-top: 1px;
	width: 690px; min-height: 340px;
}

.medarbejder {
	float: left;
	width: 330px;
	margin-bottom: 15px;
}

.medarbejder img { float: left; margin-right: 15px; }

#contentarealeft {
	float: left;
	width: 450px; height: auto;
	margin: 39px 0 0 0;
	padding: 0 0 39px 0;
}

#contentarearight {
	float: right;
	width: 205px;
	margin: 39px 0 0 0;
	padding: 0 0 8px 0;
}

#imgright {
	display: block;
	float: right;
	width: 193px; height: 160px;
	overflow: hidden;
	padding:5px;
	border:1px solid #d9d9d9;
	background-color:#fff;
}

/* footer */

#footer {
	clear: both;
	width: 970px; height: 20px;
	background: url(../img/bg-footer.png) top left no-repeat;	
}
