/* Constraction  "nur benutzen wenn du weist was du tust"*/
*{
	margin:0px;
	padding:0px;
	font-family: verdana,arial,sans-serif;
	}
.Margin_top_left,	
		#content>article>aside,
		#content>section,
		footer,
		header,
		section,
		footer,
		.gallerie,
		#mapContainer,
		#kf
{
	margin:8px 0px 0px 8px;
}
.Padding,
		header,
		section,
		footer,
		#content>section,
		article>section,
		article>aside,
		#kf,
		#mapContainer,
		.gallerieHeader
{
	padding:8px;
}
.Box_VolleBreite
{
	width:976px;
}
.Box_DrittelBreite,
		#content>section,
		article>aside,
		#kf
{
	width:304px;
}
.Box_ZweiDrittelBreite,
		#mapContainer
{
	width:632px;
}

/* Grundbausteine */
#wrapper{
	margin:0 auto;
	max-width:976px;
	min-width:320px;
	/*background:#333333;*/
	clear:both;
	border-radius:16px;
	}
#header,#banner,#banner img{
	width:100%;
	}
#content{
	width:auto;
	height:auto;
	margin:0px 0px 8px -8px;
	}
#footer{
    clear: both;
    width: auto;
	}
.clear{
	clear:both;
	line-height:0px;
	}
/* Grundbausteine END*/
/* Navigation*/
nav{
    height: auto;
	padding-left: 5px;
	}
nav a{
    float: left;
    font-family: arial,verdana,sans-serif;
    font-size: 12pt;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 8px;
    text-decoration: none;
	}
nav a:hover{
	text-decoration:underline;
	}
#footer nav{
	position: relative;
	}
/* Navigation END*/



/*###############   CONTENT  ########################*/
header,section,footer{
    min-height: 32px;
    width: 984px;
	}
section{
	
	}
#content>section{
    float: left;
    min-height: 250px;
	} 
article>header{
    width: auto;
	}
article>section{
    float: left;
    margin-left: 8px;
    max-width: 632px;
    min-height: 200px;
    width: 95%;
	}
article>aside{
    float: left;
    min-height: 200px;
	}
article>footer{
    width: auto;
	}
/* gallerie */
.gallerie {
    float: left;
}
.gallerieHeader {
    clear: both;
    margin: 8px 0 -8px 8px;
    width: auto;
}
/* gallerie END*/
/* googleMaps */
#mapContainer{
	float: left;
    height:  492px;
	overflow:hidden;
	}
#map_canvas{
	height:100%;width:100%;
	}
/* googleMaps END*/
/*#################  FORMULARE  #################*/
input[type="text"], 
input[type="password"], 
input[type="submit"],
input[type="file"],
input[type="button"],
textarea,
select,option{
	border: medium none;
    height: 26px;
    margin: 5px;
    padding: 0 8px;
	cursor: pointer;
}
option{
	line-height:20px;
	}
select{
    float: left;
    font-size: 12pt;
    line-height: 3pt;
    padding-right: 0;
	}
textarea{
    height: auto;
	padding-bottom: 8px;
	}
/* Login */
.login_form{
	float:right;
	}
.login_input{
	width:100px;
	}
.login_button {
    width: 52px;
}
/* Kontakt */
#kontakt_fehler{
	color:#880000;
	text-shadow:0px 0px 1px #ff0000;
	}
#kf{
    float: left;
    min-height: 250px;
	}
#kf>span{
    display: block;
    float: left;
    height: 26px;
    margin: 5px;
    width: 64px;
	}
#kf > #_plz {
    width: 56px;
	}
#kf > #_ort {
    width: 122px;
}
#kf >.it{
	float: left;
    width: 204px;
	}

#kf >#_nachricht {
    float: left;
    width: 280px;
	min-height: 150px;
	}
#kf >#senden{
	float:left;
	}
/* Kontakt END*/

/*bug_fixes fireFox*/
input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}
/*Formulare END*/