/*Dokumentstruktur*/

body{
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	background-color:#f1f5eb;	/*241 245 235*/
}

html{
  	scrollbar-base-color:#DFDFDF;
}

body, textarea{
  	scrollbar-base-color:#A8BE8E;
  	scrollbar-3dlight-color:#304011;  /*self-html-Fehler nicht 3d-light!*/
}

#MAIN{
	position:relative;
	top:0px;
	left:0px;
}

#MAIN table td{
	vertical-align:top;
}

a.linkText{
	text-decoration:none;
    color:#DF0000;
}

a:hover.linkText{
    text-decoration:none;
    color:#304011;
}

img {
	border:0px;
}

#SPACER_TOP{
	width:100%;
	height:30px;
}

#LOGO{
	width:108px;
	height:100px;
	
	margin-left:21px;
	
	background-image:url(../Bilder/logo.jpg);
	background-repeat:no-repeat;
}

#LOGO_LINK{
	width:108px;
	height:100px;
	
	display:block;
	
}

#HEAD{
	width:100%;
	height:100px;
	background-color:#e7b200; /*231 178 000*/
}

#MENU{
	width:150px;
	height:280px;
	/*background-image:url(../Bilder/LEFT_CORNER_TOP.jpg);
	background-repeat:no-repeat;*/
	background-color:#e7b200;
}

#LEFT_CORNER_BOTTOM{
	background-image:url(../Bilder/LEFT_CORNER_BOTTOM.jpg);
	width:150px;
	height:50px;
}

#INHALT_1{
	position:relative;/**neu*/
	width:100%;
	height:400px;
	background-color:#A8BE8E;	/*168 190 142*/
}

#OverflowRand{
	overflow:auto;
	width:100%;
	height:340px;
}

#INHALT_2{
	width:200px;
	height:300px;
	vertical-align:top;
	background-image:url(../Bilder/Startseite_r.jpg);
	background-color:#e7b200;	/*231 178 00*/
	background-position:bottom;
	background-repeat:no-repeat;
}

#STATUS{
	width:100%;
	height:50px;
	background-color:#e7b200;
	/*background-image:url(../Bilder/Fernsehturm_left.jpg);*/
	background-position:right;
	background-repeat:no-repeat;	
}

#PATH{
	width:auto;
	padding-left:200px;
}

#SPACER_BOTTOM{
}

#ReiterAufspanner{
	height:20px;
}

.reiterNichtausgewaehlt{  
	width:100px;
    height:20px;

    background-color:#E9DA57;
    /*233 218 87*/
    background-image:url(../Bilder/reiter_100.jpg);
}

.reiterAusgewaehlt{
	width:100px;
    height:20px;

    background-color:#E9DA57;
    background-image:url(../Bilder/reitera_100.jpg);
}

Fieldset{
	width:300px;
}

/*Schrift*/

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1{
    font-family:'Verdana',sans-serif;
    font-size:12px;
    color:#304011;        /*48 64 17*/
    font-weight:bold;
}

#HEAD{
	font-size:13px;
	font-weight:bold;
	text-align:right;
	color:#6C0010;	/*108 00 16*/
}

#MENU{
	font-size:11px;
}

#INHALT_1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.Kachel{
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid black;
	border-right:1px solid black;
	height:113px;
}

#STATUS{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#6C0010;
}

#redir{
	font-size:9px;
}

/*aReiter ist eine Klasse für die Formatierung von Schrift usw. der Reiter*/

.aReiter{
    text-decoration:none;
    font-size:10px;
    color:#6C0010;
    margin-left:5px;
}

#SPACER_TOP{
	vertical-align:top;
	text-align:right;
}

#SPACER_TOP a{
	text-decoration:none;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#SPACER_TOP a:hover{
	text-decoration:none;
	color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

Legend{
	color:#304011;
}
