html, body { 
	height:100%; 
	font-family:Arial, sans-serif;
	text-align:center;
	margin:0;padding:0;
	background-color:#FEFCF9;
	color:#5A441E;
}
div.zeilenabstand {
	line-height: 1.5;
}
#schnupper {
	position:absolute;
	top:180px;
	left:-90px;
}
#wrapper { 
	position:relative; 
	margin:auto auto; 
	height:auto !important;
	background-color:#FCF6EC;
	text-align:left;
	
}
#wrapper{
	width:759px;
}
#footer{
	width:752px;
}
#header { 
   	
   	background-image:url(http://kraftsdorfer.com/_res/pics/kopf.jpg);
	background-repeat:no-repeat;
	height:113px;
}

#nav1 {
	position:absolute;
	top:113px;
	left:0px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	width:752px;
	background-color:#f4ddb0;
}
#nav1 a {
	color:#fff;
	font-weight:bold;
	padding:0;
	text-decoration:none;
	font-size:12px;
	
}
#nav1 a.nava, #nav1 a:hover, #nav2 a.nava, #nav2 a:hover{
	color:#F9E017;
}


#content { 
	overflow:hidden; 
	padding-bottom:31px;
	height:auto;
	height:100%;
	width:750px;
	border-left: 1px solid #f4ddb0;
	border-right: 1px solid #f4ddb0;
}
#content a img {
	border:0;
}
#hauptlinks, #hauptrechts{
	margin-top:40px;
}
#hauptlinks {
	float:left;
	width:172px;
	text-align:left;
	
}

#hauptlinks h1 {
	font-size:13px;
	
	
}
#hauptrechts {
	float:left;
	width:560px;
	text-align:left;
	padding-top:2px;
}
#hauptrechts a, #hauptrechts a:visited, #hauptrechts a font {
	color:#5A441E;
}
#strich {
	float:left;
	width:0px;
	/*border-left:1px solid #000;*/
	margin-top:50px;
}

#footer { 
	position:relative; 
	bottom:0; 
	left:0;
	height:31px;
	
   	background:transparent;
	background-image:url(http://kraftsdorfer.com/pics/kraftsdorfer/fuss.jpg);
	text-align:center;
	padding-top:3px;
}


label {
	font-family: Arial, sans-serif; font-size: 12px; color: #5A441E;
	margin-top:5px;
}
legend {
	font-family: Arial, sans-serif; font-size: 12px; font-weight: bold;
	color: #5A441E;
}
label.left {
	float:left; text-align:right; width:7em; margin-right:.3em;
}
label.leftkf {
	float:left; text-align:left; width:9em; margin-right:.3em; margin-bottom:10px; margin-left: 10px;
}
input, textarea, select {
	font-family: Arial, sans-serif; font-size: 12px; width:400px; float:left;
	border: 1px solid #5A441E;
	margin-top:5px;
	color:#5A441D;
}
input:focus, textarea:focus, select:focus {
	font-family: Arial, sans-serif; font-size: 12px; width:400px; float:left;
	border: 1px solid #000;
}
form br {
	clear:both;
}
fieldset {
	width:550px;border: 1px solid #5A441D;
}

.ok, .fehler {
	font-size: 12px; font-weight:bold; padding:10px; background-color:#ddd;
}
.fehler {
	color:#ff0000;
}
.ok {
	color:#008000;
}

