body { 
background: #F5F0F1 url('gfx/bodybg.gif') repeat-y center; 
margin: 0; 
font-family: "Times New Roman"; 
font-size: 75%
}

#container { 
width: 692px; 
position: absolute; 
left: 50%; 
margin: 20px 0 0 -346px; 
}

#header { 
width: 692px; 
height: 116px; 
background-image: url(gfx/header.gif); 
float: left;
}

#content { 
float: left; 
width: 692px; 
background-color: #fff; 
}

#plow { 
background-color: #fff; 
}


#menuContainer { 
float: left; 
width: 692px; 
background-color: #fff; 
height: 20px; 
border-bottom: 1px solid #d9d9d9; 
}

#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 20px;
}

html>body #menu {
	width: 672px !important;
	width /**/:692px;
	top: 120px;
	float: left;
}


#menu li { /* all list items */
	float: left;
	position: relative;
	width: 8em;
}

#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.3em;
	left: 0;
	z-index: 10;
	padding: 0;
	width: 11em;
	border: 1px solid #8dc76c;
}

#menu li ul li { 
	border-bottom: 1px solid #e0f2d6; 
	width: 11em; 
	background-color: #fff; 
	line-height: 2.0em;
	text-indent: 10px;
	}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block; 
	background-color: #FFF; 
}

/* added 18 jun 2006 */
#iframe {
	overflow: auto;
	width: 276px !important; 
	width /**/:297px; 
	float: left; 
	padding:10px 20px 15px 10px;
    height: 260px;
	border-left:1px solid #ccc;
}


a { 
font-weight: bold; 
text-decoration: none; 
color: #308400; 
border: 0; 
}

a:hover { 
color: #4DB90F;
}

a img { 
border: 0;
}

#main { 
background: #fff url(bilder/uploadpix/strekkemann.jpg) no-repeat left top; 
float: left; 
width: 355px !important; 
width /**/: 386px; 
height: 580px; 
padding: 15px 10px 15px 20px; 
}

#news, #kontaktinfo { 
width: 276px !important; 
width /**/:297px; 
float: left; 
padding: 10px 20px 15px 10px; 
border-left: 1px solid #ccc; 
}

#news { 
height:240px !important; 
height /**/:240px; 
border-left: 1px solid #ccc; 
}

#kontaktinfo { 
border-top: 1px solid #ccc; 
height: 300px !important; 
height: /**/300px;
}

#footer { 
float:left; 
padding:5px 20px; 
width:652px !important; 
width /**/:692px; 
background: url(gfx/footerbg.gif) top repeat-x #fff; 
text-align: right; 
color:#494949;
}

#bottom { 
width: 692px; 
height: 8px; 
float: left; 
background-image: url(gfx/bottom.gif);
}

h2 { 
margin-top: 0px; 
font-size: 125%; 
color: #308400;
}

h3 { 
color: #308400; 
font-weight: bold; 
font-size: 100%; 
margin: 0;
}

#news { 
font-size: 90%;
}

#news p { 
margin: 0 0 1.0em 0;
}

.wrap1 { background: url(gfx/bilde/shadow.gif) right bottom no-repeat; float: right; margin: 0 0 5px 5px;}
.wrap2 { background: url(gfx/bilde/shadowcorner.gif) left bottom no-repeat; }
.wrap3 { background: url(gfx/bilde/shadowcorner.gif) right top no-repeat; padding: 0 4px 4px 0; }
.wrap3 img {
	padding: 5px;
	display: block;
	border: 1px solid #000;
	}
	
	
#adm_newslist td { 
border-bottom: 1px solid #C0D1B6;
}