

body {
	text-align: center;
	background: #FFFFFF;
	font-family: arial;
}

p, h1, h2, h3, li {
	font-family: Sans, Verdana, Arial;
}

p, h1, h3 {
	color:#7c7c7c;
}

img {
	border: none;
}

p { font-size: 12px; color:#7c7c7c; line-height: 18px; }

h1 { font-size: 18px; color: #bec1ba; font-weight: bold; }

h3 { font-size: 12px; color:#7c7c7c;}

h2 {
	padding: 2px;
	color: #777777;
	font-size: 14px;
}

#parent {
	width: 760px;
	background: #FFFFFF;
	margin: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}

#header {
	width: 760px;
	height: 200px;
	padding-bottom: 40px;
}

#header a {
	color: #fff;
}
#header a:visited {
	color: #fff;
}
/*
#navigation {
	width: 760px;
	height: inherit;
	background: #FFFFFF;
	text-transform: lowercase;
}

ul#nav li {
	float:left;
	list-style:none;
	padding: 0px 5px 0px 0px;
}

ul#nav li a {
	text-decoration: none;
	color: #999999;
}

ul#nav li a:hover {
	color: #77AA77;
}
*/

#child1 {
	width: 506px;
	background: #FFFFFF url(./images/prik-lodret.png);
	background-repeat: repeat-y;
	background-position: 100% 0%;
	float:left;
	padding: 0px 20px 0px 40px;
}


ul#koncepter {
	height: 250px;
	width: 300px;
	background-image: url(./images/postit.png);
	background-repeat: no-repeat;
	padding: 30px 0px 0px 43px;
}

ul#koncepter li {
	list-style:none;
	font-size: 12px;
	line-height: 20px;
	color: #7c7c7c;
}

ul#lang_liste {
	width: 400px;
	padding: 0px 0px 0px 43px;
}
ul#lang_liste li {
	list-style:none;
	font-size: 12px;
	color: #7c7c7c;
}
ul#lang_liste li p {
	line-height: 18px;
}
ul#lang_liste li a {
	text-decoration: none;
	font-weight: bold;
	color: #7c7c7c;
}
ul#lang_liste li a:hover {
	color: #5a5a5a;
	text-decoration: underline;	
}

ul#relationer {
	height: 230px;
	width: 300px;
	background-image: url(./images/postit.png);
	background-repeat: no-repeat;
	padding: 10px 0px 30px 43px;
}

ul#relationer li {
	list-style:none;
	font-size: 12px;
	line-height: 20px;
	color: #7c7c7c;
}

.medarbejdere {
	font-size: 12px;
	 color:#7c7c7c; line-height: 18px;
}
.medarbejdere td {
	padding-right: 5px;
}
.headerrow {
	text-decoration: underline;
}

#child3 {
	width: 150px;
	height: 200px;
	float: left;
/*	background-image: url(./images/menubar.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
*/}

ul#leftNav {
	margin: 0px;
	padding: 0px 0px 0px 20px;/*
	background: url(./images/prik-lodret.png);
	background-repeat: repeat-y;
	background-position: 100% 0%;
muligvis kan det fungere med en baggrund til venstre for menuen...	
*/
}


ul#leftNav li {
	display: block;
	font-weight: bold;
	list-style-type: none;
	font-size: 15px;
	line-height: 28px;
	padding-left: 4px;
	border-left: 2px solid #fff;
}

ul#leftNav li:hover {
	background-image: url(./images/listeprikker.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	border-left: 2px solid #67bc38;
}


ul#leftNav .this_page {
	color: #67bc38;
/*	background-image: url(./images/listeprikker-sh.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
*/}

ul#leftNav li a { 
	color: #9ea09b;
	text-decoration: none;
	letter-spacing: 0px;
/*	background-image: url(./images/menuback.png);
*/}

ul#leftNav li a:hover {
	color: #67bc38;
}

#footer {
	width: 760px;
	height: 50px;
	background: #FFFFFF url(./images/streg-prikker-vandret.png);
	background-repeat: no-repeat;
	background-position: 50% 20px;
	clear: both;
	padding-top: 25px;
}

#footer_content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#footer_content p {
	color: #bec1ba;
	text-transform: lowercase;
	text-align: center;
}

#footer_content p:hover {
	color:#67bc38;
	text-decoration: underline;
}

