/* allgemein */
* {
	border: 0;
	padding: 0;
	margin: 0;
	color:#392413;
	font-family: Arial, Helvetica, sans-serif;	
}
html{
	line-height:1.25em;
	height: 100%;
	border: 0; 		
}
body { 
	height:100%;
	border: 0;
	font-size: 100.1%;
	background-color:#fef2e2;	
}
* html body {
	 height:100%;
}







/* links */
a:link, a:visited { color: #8b725e;	text-decoration: underline; }
a:hover, a:active, a:focus { color: #382514; text-decoration: underline;  }
#footer2 a:link, #footer2 a:visited, #footer2 a:hover, #footer2 a:active, #footer2 a:focus { 
	color:#fff;
}


/* Menü */
ul { 
	list-style-type: none; 
	text-decoration: none;
}
ul li {
	line-height:20px;
	margin-bottom:10px;
	text-decoration: none;
}
#men ul { width:217px; }
#men ul li {
	text-align:right;
	line-height:20px;
	left:0px;
	right:0;
}
#men ul li a:link, #men ul li a:visited { 
	text-decoration: none; 
	width:217px; 
}
#men ul li a:hover, #men ul li a:active, #men ul li a:focus {  
	width:217px; 
}
#men ul li a:link.activeNav, #men ul li a:visited.activeNav {
	font-weight:bold;
	width:217px; 
	color:#382514;
}
#men ul li.men2  {	
	padding-right:25px;	
	background-image:url(../img/men2.jpg);
	background-repeat:no-repeat;
}




/* Text */
h1 {
	font-size:1.3em;
	font-weight: normal;
	padding: 0;
	
	padding-bottom:15px;
}
h2 {
	font-size:1.2em;
	font-weight: normal;
	padding: 0;	
	padding-bottom:15px;
}
p {
	margin:0px;
	padding:0px;
	padding-bottom: 25px;
	text-align: justify;
}
p.clearit {
	margin:0;
	padding:0;
	clear:both;
}

.sek1 {
	font-size:1.2em;
}
.sek2 {
	font-size:1.0em;
	color:#c50c1f;
}

/* Bilder */
.pic1 {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-right-color: #fde4c4;
	border-bottom-color: #fde4c4;
}

/* Formular */
form{padding:0px; margin:0px; padding-top:12px}
.input_line{
	width:621px;
	margin: 0 0 5px;
	padding: 0;
	background-color:transparent;
	/*font-size:12px;*/ 	 
	
	font-size:1em;
	padding: 2px;
	margin-bottom:10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #018284;
}
textarea{height:100px; overflow:auto}
.formsend{
	width:626px;
	font-weight:bold;
	text-align: left;
}