/* CSS-Style Fachwerk*/


html, body {
margin-top: 5px; margin-left: 10px; margin-right: 10px;margin-bottom: 10px; 
color:#462709; font-family: verdana,arial; font-size: 10pt; background-color:#2a381a;
scrollbar-arrow-color: #bf0000; 
scrollbar-base-color:#FFFFFF;
scrollbar-highlight-color : #e6e6e6;
scrollbar-shadow-color :#e6e6e6;
scrollbar-track-color: #89A9B8;
}



table,tr,td
{ color: #462709 ;font-family: verdana,arial; font-size: 10pt;}

/* scrolleiste internet explorer ab vers.5.5 (overflow-y:scroll)->damit die Seiten nicht springen */


/* grundlayout*/
#container {
background:#314a20;
width:971px;
margin:10px auto;
padding:15px;
}

#header {
background:#f4e9d1;
width:971px;
height:253px;
}

#top_nav_frame {width:971px; height:25px; position:relative; margin:0 auto; background-color:#F4E9D1; line-height:25px; border-bottom:solid 1px black;}

#top_nav {
width:971px; height:25px; position:relative; margin:0 auto; background-color:#F4E9D1; line-height:25px; }
#top_nav ul{
	width:810px;
	height:25px;
	position:absolute;
	list-style:none;
	margin: 0 auto;
	left: 41px;
	top: 0;
}
#top_nav ul li{width:160px; height:25px; float:left; color:#462709;}
#top_nav ul li a{width:160px; height:25px; display:block; background:#f4e9d1; color:#462709; text-decoration:none; font-family:verdana, sans-serif; font-size: 10pt; text-align:center; line-height:25px; margin:0 2px 0 0;}
#top_nav ul li a:hover{background: #314a20; color:#F4E9D1; text-decoration:none;}

#top_nav ul li.activ{background: #314a20; color:#F4E9D1; text-decoration:none; font-size:12px; font-weight:bold; text-align:center; line-height:25px;}


/* menue oben */


#content {
height:505px;
margin: -10px 0 0 0;
background:#f4e9d1;
}
#content p {
padding-left:250px;
}
#content h1 {
padding:30px 0 0 250px;
color:#ff6600;font-size:12pt;
}
#content .img { border:#f4e9d1 1px solid;}


#sidebar_left {
    	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 220px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
		height: 505px;
    	background:url(../images/hintergrundbild.gif) #f4e9d1; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
}
#sidebar_left p {
padding-left:30px;
}

#sidebar_left img {
margin:40px 0 0 0;
}

#sidebar_left a {
color:#462709;
}
#sidebar_left a:hover {
color:#ff6600;
}


/* Ausgew?hler Button linke Seite*/
.submenuelinks{background-color:#F4E9D1; color:#462709;text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;
line-height:24px;
height:24px;
width:147px;
background-image:url(images/submenue.gif);
}

/* allgemeine links im text */


a:link{ color: #ff6600;text-decoration:none;font-family: verdana; font-size: 10pt;}

a:visited{color:#ff6600;text-decoration:none;font-family: verdana; font-size: 10pt;}

a:active{ color:#ff6600;text-decoration:none;font-family: verdana; font-size: 10pt; }

a:hover{ color: #462709;;text-decoration:none;font-family: verdana; font-size: 10pt; }

#bottom {
text-align:center; color:#4B360A;
background-color:#F4E9D1; text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;
line-height:15px; height:60px; border-top:solid 1px #4B360A; 
}

