

/* ################## SITE SETTINGS ################## */
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	
}

/* ################## LAYOUT ################## */
#main_header {

	background-image:url(/design_2008/images/header_bg.jpg);
	background-repeat: repeat-x; 
	height:418px;
}
#content_header {

	width:942px; 

}
#content_header_left {
/*	
	background-image:url(/design_2008/images/header_left.jpg); 
	width:91px; 
	float:left; 
	height:418px;
*/
}
#content_header_center {
	float:left;
	width:942px;
	background-color:#FFFFFF;	
}
#content_header_right{
/*
	background-image:url(/design_2008/images/header_right.jpg); 
	width:90px;
	float:left;
	height:418px; 
*/
}
#content_header_line_1 {
	height:84px;
	float:left; 
	font-size:0px;
}
#content_header_line_2 {
	height:24px; 
	float:left; 
	font-size:0px;
}
/* TMENU */
#content_header_line_3 {
	background-image:url(/design_2008/images/header_3_1.jpg); 
	width:942px;
	height:50px;
	float:left;
}
#content_header_line_4 {
	height:74px;
	float:left;
	font-size:0px;
}
#content_header_line_5 {
	height:100px;
	float:left;
	font-size:0px;
}
#content_box {
	background-color:#FFFFFF; 
	width:942px; 
		
}
#content_side_left {
	margin-top:5px;
	width:185px;
	float:left;
	

}
#content_center {
	
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	margin-top:5px;
	width:569px; 
	float:left; 
	height:100%;
}
#content_side_right {
	width:184px;
	float:right;

}
#content_bottom {
	width:942px; 
	font-size:0px;
	
}
/* ################## TOP MENU ################## */
#tmenu {
	height:20px;
	padding-top: 5px; 
/*	padding-right:5px; */
	margin: 0;
	list-style: none;
	
	font-size:16px;
	
	float:right;
	z-index:1000;
}

#tmenu ul {

	height:20px;
	display: block;
	line-height: 1;
	font-size:12px;
	padding: 0;
	margin: 0;
	float:left;
	list-style: none;
	z-index:1000;
}
#tmenu li {
	background-image:url(/design_2008/images/sonne1.gif);
	background-repeat:no-repeat;
	float:left;
}

#tmenu a {
	padding-top:7px;
	display: block;
	float:left;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	height:38px;
	font-weight:bold;
	color:#FFFFFF;

}


/*
#tmenu a:hover {
color:#FFF200;
}
*/

/* ################## MAIN MENU ################## */
#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:left;
	font-size:12px;
	z-index:1000;
}

#nav ul { /* all lists */
	display: block;
	line-height: 1;
	font-size:12px;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:1000;
}

#nav a {
	display: block;
	width:143px;
	padding-left:20px;
	border-bottom:1px dotted #559D42;
	height:32px;
	text-decoration:none;
	line-height:32px;
	color:#5A5B5F;
	border-left: 7px solid #FFFFFF;
}

#nav a:hover {
	border-left: 7px solid #C2D967;
	border-bottom: 1px solid #559D42;
}

#nav li { /* all list items */
	float: left;
	 /* width needed or else Opera goes nuts */
}

#nav li a:hover {

}

#nav li ul { /* second-level lists */
	border-right:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	position: absolute;
	display:block;
	width:178px;
	background-color: #F1F1F1;
	margin-left:165px;
	margin-top:-33px;
	left: -999em /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a {
	width:151px;

}

#nav li ul a:hover {
	width:151px;
	background-color:#D1D1D1;
}

#nav :hover > a {
	color:#36612B;
	border-left: 7px solid #C2D967;
}

#nav li ul ul { /* third-and-above-level lists */
	margin-left:178px;
	margin-top:-33px;
	background-color:#F1F1F1;
}

#nav li li ul ul  { /* third-and-above-level lists */
	background-color:#F1F1F1;
	width:178px;
}

#nav li ul ul a {
	width:151px;
}

#nav li ul ul a:hover {
background-color:#D1D1D1;
color:#36612B;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* ################## SIDE_CONTENT ELEMENTS ################## */
#side_content {
	margin:2px; 
	height:100%; 
	text-align:left;
	font-family:Arial;
	font-size:12px;
}
#side_content h1 {
	float:left;
	font-family:Arial;
	font-size:12px;
	background-color:#467E37;
	color:#FFFFFF;
	padding-left:10px;
	width:163px;
	height:20px;
	border-left:7px solid #C2D967;
	padding-top:4px;
	margin-bottom:5px;
	margin-top:5px;
}

#side_content #suche input[type=text] {
	border:1px solid #467E37;
	margin-top:10px;
}
#side_content #suche input[type=submit] {
	border-top: 1px solid #C2D967;
	border-left: 1px solid #C2D967;
	border-right: 1px solid #467E37;
	border-bottom: 1px solid #467E37;
	background-color: #F0F6D8;
	margin-top:3px;
	padding-left:10px;
	padding-right:10px;
}

/* ################## CONTENT ELEMENTS ################## */
#content {
	margin:2px; 
	height:100%; 
	width:98%;
	text-align:justify;
	color:#3C3C3C;
}
#content #location, #content #location a {
	text-align:left;
	font-family:Arial;
	font-size:11px;
	color:#467E37;
	text-decoration:none;
}
#content #headline {
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
	background-color:#467E37;
	color:#FFFFFF;
	padding-left:10px;
	
	height:20px;
	border-left:7px solid #C2D967;
	padding-top:4px;
	margin-bottom:5px;
}
#content table a {
	text-decoration:none;
}
#content table {
padding:10px;
margin-right:1px;
}
#content a {
	text-align:left;
	font-family:Arial;
	font-size:12px;
	color:#467E37;
}
#content hr {
	height:1px;

	color:#467E37;
	background-color:#467E37;
	border:0px;
}


#content td {
	font-size: 12px;
	line-height: 1.3;
	text-align:justify;	
	color:#000000;
		
}
#content h1 {
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #467E37;
}
#content h2 {
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color: #467E37;
}
#content h3 {
	padding-top:10px;
	padding-bottom:10px;
	font-size: 16px;
	margin:0;
	font-weight: bold;
	color: #467E37;
}
#content h4 {
	font-size: 16px;
	margin:0;
	padding-left:2px;
	font-weight: bold;
	color: #467E37;
}
#content h5 {
	background-color:#DDECA8;
	font-size: 12px;
	margin:0;
	padding: 2px 2px 2px 5px;
	font-weight: bold;
	color: #467E37;
}
#content input {
	margin-left:30px;
	border:1px solid #467E37;
	background-color:#F0F6D8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#content textarea {
	margin-left:30px;
	border:1px solid #467E37;
	background-color:#F0F6D8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content #printview {
padding:10px;
border:1px solid #c0c0c0;
width:100%;
margin-bottom:20px;
}





#copyright {
	width:942px;
	line-height:30px;
	height:50px;
}
#copyright a {
	text-decoration:none;
	color:#26441E;	
}
#content_features, #content_features a {
	border-top:1px solid #DDDDDD;
	color:#666666;
	text-decoration:none;
	padding-top:8px;
	margin:0;	
	font-size:11px;
}
#news {
	width:92%;
	padding-left:8px;
	padding-top:10px;
}
#news #news_headline,#news #news_headline a {
	font-weight:bold;
	color:#467E37;
	font-size:11px;
	text-decoration:none;
}
#news #news_text {
	font-size:11px;
	color:#000000;
	padding:0px;
	margin:0px;
}


