/* CSS Document */
a.navi:link {font-size:11px; font-weight:normal; color:#000000; text-decoration:none;}
a.navi:visited {font-size:11px; font-weight:normal; color:#000000; text-decoration:none;}
a.navi:focus {font-size:11px; font-weight:bold; color:#000000; text-decoration:none;}
a.navi:hover {font-size:11px; font-weight:bold; color:#000000; text-decoration:none;}
a.navi:active {font-size:11px; font-weight:bold; color:#000000; text-decoration:none;}

a.textlink {font-weight:bold; color:#B72A07; text-decoration:none;}
a.textlink:hover {font-weight:bold; color:#000000; text-decoration:none;}
body, html {
    width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	border:none;
	background-color:#FFFFFF;
	background-image:url(img/bg2.jpg);
	background-repeat:repeat-x;
	/*background-color:#FFE8AB;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	scrollbar-track-color:#F7D372;
    scrollbar-arrow-color:#E3370B;
    scrollbar-face-color:#F7D372;
    scrollbar-3dlight-color:#E3370B;
	}
	
.main {
    position:relative;
	top:0px;
	left:0px;
    width:990px;
	height:568px;
	border:none;
	}
	
.kopf {
    width:990px;
	height:151px;
	background-image:url(img/bg_kopf.jpg);
	background-repeat:no-repeat;
	}	
.navi_leiste {
    position:absolute;
	top:122px;
	left:30px;
	
	}
		
.field {
    width:990px;
	height:373px;
	background-image:url(img/bg_body.jpg);
	background-repeat:no-repeat;
	}
	
.fuss {
    width:990px;
	height:44px;
	background-image:url(img/bg_fuss.jpg);
	background-repeat:no-repeat;
	}

input.eingabe {
    border:#B00000 1px solid;
	background-color:#F7D372;
	width:200px;
    }

input.button {
    border:#B00000 1px solid; 
	color:#F7D372; 
	background-color:#B00000;
	} 

textarea {
    border:#B00000 1px solid; 
	background-color:#F7D372; 
	font-family:Verdana; 
	font-size:12px;
	scrollbar-track-color:#F7D372;
    scrollbar-arrow-color:#E3370B;
    scrollbar-face-color:#F7D372;
    scrollbar-3dlight-color:#E3370B;
	}	

.impressum_item {
    color:#000000;
	font-size:11px;
	font-weight:bold;
	}
	
