html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tr, th, td, header, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	text-decoration: none;
}

body {
	background: #eef2f1;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #314851;
	font-size: 1em;
}
a {
	color: #B44000;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -235px;
	max-width: 1000px;
	-webkit-box-shadow: 1px 5px 19px #bfbfbf; /* webkit browser*/ 
	-moz-box-shadow: 1px 5px 19px #bfbfbf; /* firefox */ 
	box-shadow: 1px 5px 19px #bfbfbf;
	}

/*
#header_pix {
	width: 100%;
}

#header_pix img{
	width: 100%;
	height: auto;
	display: none;
}
#header_pix div{
	height: 300px;
	background-position: center;
}
*/
	

#navigation{
		background: #314851;
		height: 34px;
		width: 1000px;
}

#navigation ul li{
	display: block;
	float: left;
	width: 200px;
	background: #314851;
}

#navigation ul li ul{
	display: none;
	position: absolute;
}

#navigation ul li:hover{
	background: #ee7100;
	color: #FFF;
}

#navigation ul li:hover a{
		color: #FFF;
}


#navigation ul li ul li{
	display: block;
	float: none;
}

#navigation ul li ul li a{
	font-size: 13px;
}

#navigation ul li:hover ul{
	display: block;
}

#navigation a{
	color: #798c96;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 12pt;
	padding: 7px 0px;
	height: 20px;
}

.sub{
	display: none;
	}


#content {
	font-size: 13px;
	line-height: 1.3em;
	background: #f3f3f3;
	height: 350px;
	overflow-x: auto;
	padding: 40px 30px 0px 30px;
}

#content.background{
	background: url("./images/home.jpg") no-repeat top;
	padding: 55px 65px;
	height: 340px;
}

#content h1{
	font-size: 23px;
	color: #798c96;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	margin-bottom: 25px;
	}
	
#content h1 span{
		font-family: 'Mr De Haviland', cursive;
		font-size: 45px;
		padding-left: 15px;
	}

#content p{
	line-height: 2.2em;
	}

#content hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #16303a;
}

#content a{
	color: #16303a;
	}
	
#content a:hover{
	text-decoration: underline;
	color: #16303a;
	}
	
#content table{
	width: 100%;
	border: 1px dashed #16303a;
	}
	
#content td{
	text-align: center;
	vertical-align: top;
	padding: 5px;
	margin: 5px;
	}
	
#footer {
	clear:both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a{
	color: #16303a;
	}
	
#footer a:hover{
	color: #16303a;
	}

.text_bild{
	max-width: 230px;
	max-height: 260px;
	padding: 5px;
	border: 1px solid #798c96;
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
	background: #5f7882;
	}

.text_bild img{
	max-width: 220px;
	max-height: 250px;
	}

/* GALERIE */

#galerie{
	text-align:center;
	overflow-x: scroll;
	overflow-y: hidden;
	height: 145px;
	background: #314851;
	padding-top: 10px;
	}

.bilder{
	float: left;
	min-width: 50px;
	height: 110px;
	margin-left: 10px;
	}
	
.bild{
	min-width: 50px;
	height: 110px;
	}
	
.title{
	text-align: center;
	font-size: 10pt;
		}

#news{
	margin: 10px 0px;
	}		
		
#news a{
	display: inline;
	padding: 0px;
	color: #16303a;
	background: none;
}

#news a:hover{
	color: #16303a;
	background: none;
}


input{
	padding: 2px;
	height: 22px;
	margin-bottom: 8px;
	border: 1px dotted #ee7100;
	color: #314851;
	}
	
textarea{
	padding: 2px;
	margin-bottom: 0px;
	border: 1px dotted #ee7100;
	color: #314851;
	width: 430px;
	}

fieldset{
	border: 1px dotted #ee7100;
	padding: 5px;
	}
	
legend {
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #314851;
}


