﻿html{
	min-height:100%;
	/*erzwingen eines scroll-Balkens,damit das Layout nicht "hüpft":*/
	margin-bottom:1px;
	overflow-x:scroll;
	overflow-y:scroll;
	}

body{
		font-family:Candara,Calibri;Segoe,"Segoe UI",Optima,Arial,sans-serif;
		font-size:0.9375em;/*15px*/
		background-color:#497b1f;
}

#aussen{
			width:860px;
			margin:10px auto 30px;	
			
			/*stabilisiert das Layout, absolut positionierte Elemente verbleiben innerhalb ihres Elternelementes*/
			position:relative;
			background-color:#fdfee7;	
			border:2px solid  #601347;
			}

header{
			position:absolute;
			top:0;
			left:0;
			/*200px - 2*Innenabstand - 2*Rahmenstärke*/
			width:100%;
			height:120px;
			background-image:url(headerfotos/head1.jpg);
			}
			

nav{			
			position:absolute;
			top:450px;
			left:30px;
			width:211px;
			
			}
main{	
			
			background:#fff;
			min-height:500px;
			padding:24px 30px 30px 271px;
			border-bottom:10px solid #801a5f;
			
			}			
/*layout willkommen und ff*/

h1{
		font-size:1.625em;/*26px*/
		color:#ddd7c1;
		font-weight:bold;
		background:#3b631b;
		text-transform:uppercase;
		text-align:center;
		}
			
			
	h2{
		font-size:1.3125em;/*21px*/
		color:#801a5f;
		border-bottom:0.133em solid #801a5f;
		text-align:center;
	}
	h3{
		font-size:1.1333em;/*17px*/
		color:#32364a;
		text-align:center;
		border-top:1px dotted;
		border-bottom:1px dotted;
		}

			
.stehtlinks{
	float:left;
	border:2px solid #801a5f;
	padding:5px;
	margin-right:15px;
	margin-bottom:15px;
		}
	
	.stop{clear:both;}
	
	.punktrahmen {
	border:1px dotted #32364a;
	padding:2px;
	}
	
.rechts{
text-indent:380px;
text-align:right;}


/* layout navigation*/
a{
text-decoration:none;
}

a:link{
		color:#801a5f;
}
a:visited{
	 color:#3b631b;
}
a:focus,a:active{
		color:#3b631b;
		letter-spacing:1px;
		font-style:normal;
}
a:hover{
		color:orange;
		letter-spacing:0;
		font-style:italic;
}

/* layout faq*/

.faqfont{
	
		font-weight:bold;
		}
		
/*layout sommerhaus*/
		
.nachrechts{
margin-left:150px;
margin-top:50px;
}	

	.liste1{
	list-style-position:inside;
  margin-top:80px;
	padding-left:5px;
		 }
		 
	.stop{clear:both;
	}	
/*layout preise*/

table{
border:2px solid #801a5f;
}
td{
		background:#d3e8b6;
   vertical-align:top;
   padding:0.5em;
	 text-align:center;
	 }	
					
	.prei{
		margin-left:30px;
	}
	
.preili{
margin-left:100px;
margin-right:50px;
margin-bottom:30px;
}
/*layout karow*/

	.stehtrechts{
	float:right;
	border:2px solid #801a5f;
	padding:5px;
	margin-right:15px;
	margin-bottom:20px;
		}
		
/*layout für kontakt*/

input, textarea{
		border: 1px solid #32364a;
		background:#eee;
		/*font-family:Candara,Calibri;Segoe,"Segoe UI",Optima,Arial,sans-serif;
		color:#333333;
		font-size:1em;*/
		font:inherit;
	
}

input[type=submit]{background:#be633c;
			color:#fff;
			border: 1px solid #be633c;
}
/*layout für impressum*/

.impri{
text-align:center;
color:#fffefb;
}

	