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

/*###############################################*/
/* ############ GRUNDBAUSTEINE ######################*/
/*###############################################*/
#wrapper{
	margin:0 auto;
	max-width:976px;
	min-width:320px;
	clear:both;
	height:auto;
	position:relative;
	}
#header{
	width:auto;
	min-height:100px;
	}
#content{
	width:auto;
	height:auto;
	/*min-height:600px;*/
	margin:0px 0px 8px 8px;
	
	}
#footer{
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear: both;
    width: auto;
	}
.clear{
	clear:both;
	line-height:0px;
	}
/*###############################################*/
/*############### NAVIGATION #######################*/
/*###############################################*/
nav{
    height: auto;
	width:auto;
	}
nav a{
    float: left;
	}
nav a:hover{
	
	}
#footer nav{
	position: relative;
	}
/*###############################################*/
/*###############  CONTENT #########################*/
/*###############################################*/
header,section,footer,#content>article>article{
    min-height: 32px;
    width: auto;
	}
section{
	
	}
#content>article>article{
    float: left;
	max-width: 950px;
    min-height: 80px;
	} 
#content>section{
    float: left;
    min-height: 250px;
	} 
article>header{
    width: auto;
	}
article>section{
    float: left;
    margin-left: 8px;
    max-width: 622px;
    min-height: 128px;
    width: 95%;
	}
article>aside{
    float: left;
    min-height: 100px;
	}
article>footer{
    width: auto;
	}
/*###############################################*/
/*#################  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;
}
/*###############################################*/
/*################# GALLERY ######################## */
/*###############################################*/
.gallerie {
    float: left;
}
.gallerieHeader {
    clear: both;
    margin: 8px 0 -8px 8px;
    width: auto;
}
/* gallerie END*/
/* googleMaps */
#mapContainer{
	float: left;
    height:  416px;
	overflow:hidden;
	margin:8px 0px 8px 8px; 
	}
#map_canvas{
	height:400px;
	width:100%;
	margin:12px 0px 0px 0px; 
	}
/* googleMaps END*/
/* Kontakt */
#kontakt_fehler{
	font-size: 8pt;
	color:#ff1111;
	text-shadow:0px 0px 1px #000000;
	}
#kf{
    width:304px;
    min-height: 250px;
	position:relative;
	}
#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 {
    min-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*/
span.preview a{
	width:0px;
	height:0px;
	}
span.preview img{
	margin:4px 6px 4px 6px;
	}

.submenu {
    clear: both;
    height: 40px;
    margin-bottom: 14px;
}
.submenu a {
    border: 1px solid #333;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #888;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 4px;
	color: #333;
}
.submenu a:hover {
	color: #000;
}