body {
background-color: #540001;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
background-image: url("grafik/bg.jpg");
background-repeat: repeat-x;
}
#top {
background-image: url('grafik/topbanner.jpg');
background-repeat: no-repeat;
height:225px;
background-color:#fff;
background-position: center center;
}
.menu_title_background {
background-color:#000;
color:#fff;
vertical-align:middle;
height: 18px;
text-align: center;
}
td {
font-size: 11px;
}
h1 {
font-size: 14px;
font-weight: normal;
}

#navigation {
padding-top: 15px;
vertical-align: top;
width: 230px;
background-color: #e4e4e4;
}

#nyheder {
vertical-align: top;
height: 120px;
width: 230px;
background-color: #e4e4e4;
border-bottom: 1px solid #fff;
}

#adresse {
background-image: url('grafik/bund.jpg');
background-repeat: no-repeat;
background-position: center center;
background-color:#fff;
height:75px;
color:#fff;
}

#menu_1 {
padding-top: 15px;
background-color: #e4e4e4;
}


.menu_lvl1_no {
text-indent: 15px;
margin-bottom: 5px;
}

.menu_lvl1_act {
text-indent: 15px;
font-weight: bold;
margin-bottom: 5px;
}

.menu_lvl1_no A:link, .menu_lvl1_act A:link, .menu_lvl1_no A:visited, .menu_lvl1_no A:active, .menu_lvl1_act A:visited, .menu_lvl1_act A:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
color: #000;
}

.menu_lvl1_no A:HOVER {
text-decoration: underline;
}

.menu_lvl2_no {
text-indent: 25px;
margin-bottom: 5px;
}

.menu_lvl2_act {
text-indent: 25px;
font-weight: bold;
margin-bottom: 5px;
}

.menu_lvl2_no A:link, .menu_lvl2_act A:link, .menu_lvl2_no A:visited, .menu_lvl2_act A:visited, .menu_lvl2_no A:active, .menu_lvl2_act A:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-decoration: none;
color: #000;
}

.menu_lvl2_no A:hover {
text-decoration: underline;
}

.menu_lvl3_no {
text-indent: 35px;
margin-bottom: 5px;
}

.menu_lvl3_act {
text-indent: 35px;
font-weight: bold;
margin-bottom: 5px;
}

.menu_lvl3_no A:link, .menu_lvl3_act A:link, .menu_lvl3_no A:visited, .menu_lvl3_act A:visited, .menu_lvl3_no A:active, .menu_lvl3_act A:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-decoration: none;
color: #000;
}

.menu_lvl3_no A:hover {
text-decoration: underline;
}

#content {
vertical-align: top;
}

#nyheder {
text-indent: 5px;
}

a:link, a:active, a:visited {
text-decoration: underline;
color: #000;
font-size: 11px;
}

a:hover {
text-decoration: none;
color: #555;
}
.motor{
	width: 600px;
}
	.motor_image{
		width: 300px;
		float: left;
		height:165px;
	}
	.motor_image img{
		width: 280px;
	}
	.motor_label{
		float: left;
		width: 120px;
		font-weight: bold;
	}
	.motor_input{
		float: left;
		width: 180px;
	}
	.motor_description{
		margin-bottom: 15px;
	}
.motor .clearer{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/*********************************************************************************
**					medarbejdernes liste visninger					**
**********************************************************************************/
.employee{
	float: left; 
	width: 302px;
	border-bottom: 1px #999 solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
	.employee_img{
		float: left;
		width: 106px;
		display: block;
	}
	.employee_right{
		float: left;
		width: 196px;
	}
		.employee_full_name{
			font-weight: bold;
		}
		.employee_full_name, .employee_full_job{
			float: left;
			width: 194px;
		}
			.employee_full_job{
				margin-bottom: 50px;
			}
		.employee_label{
			float: left;
			width: 55px;
		}
		.employee_text{
			float: left;
			width: 138px;
		}
		
		#change_language{ background-color: #fff; vertical-align: middle;}
		#change_language p{ display:inline; padding: 0px; }
		.leftA{
			background-color: #e4e4e4;
		}