
body, html{
	font-family: sans-serif;
	font-size: 24px;
	color: #FFF;
	margin: 0;
	padding: 0;
	width: 100%;
}

h1, h2, h3, h4, h5{
	font-family: 'Kalam';
	font-weight: bold;
}

h1{
	font-size: 48px;
}

h2{
	font-size: 36px;
}

h3{
	font-size: 28px;
}

div.wrapper{
	min-width: 800px;
}

div.headcontainer{
	width: 100%;
	height: 250px;
	background-image: url("../img/header_flat_web2.jpg");
	/*background-image: url("../img/header_flat_web_winter.jpg");*/
	background-repeat: repeat-x;
	background-size: auto 100%;
}

div.maincontainer{
	width: 100%;
	min-height: 800px;
	
	background-color: #186d44;
	background-image: url("../img/grass512.jpg");
    background-repeat: repeat;
}

div.headinner{
	white-space: nowrap;
	
}

div.headleft{
	float: left;
	display: inline-block;
	width: 30%;
	height: 200px;
	margin-left: 0;
	margin-top: 20px;
	background-image: url(../img/wappen_text.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

div.headright{
	display: inline-block;
	width: 70%;
	height: 200px;
	margin-left: 0;
	margin-top: 20px;
	background-image: url(../img/symbadisch_text.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

div.break{
	width: 100%;
	height: 30px;
	background-image:url(../img/stripe.png);
	background-repeat: repeat-x;
}

div.navcontainer{
	display: table-cell;
	width: 30%;
}

div.menu{
	max-width: 400px;
	width: auto;
	margin: auto auto;
}

div.menu ul{
	margin: 0;
	padding: 0;
}

li.menu{
	display: block;
	margin-bottom: 15px;
	padding-left: 10px;
	margin-right: 20px;
	width: auto;
	min-height: 60px;
	line-height: 60px;
	
	/*background-image: url(../img/stripe.png);
	background-repeat: no-repeat;
	background-size: auto 100%;*/
}


li.menu a{
	display: block;
	height: 100%;
	width: 100%;
	/*color: red;*/
	color: #186d44;
	font-family: 'Kalam';
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	/*text-shadow: -3px 1px yellow, 1px 3px yellow, 3px 1px yellow, 1px -3px yellow;*/
	text-shadow: -3px 1px white, 1px 3px white, 3px 1px white, 1px -3px white;
	text-decoration: none;
	/*white-space: nowrap;*/
}

li.menu a:hover{
	text-shadow: -3px 1px red, 1px 3px red, 3px 1px red, 1px -3px red;
	color: yellow;
}



div.main{
	display: table-cell;
	width: auto;
	height: 100%;
	padding-left: 50px;
	padding-right: 100px;
	background: rgba(255,255,255,0.8);
	color: #000;
	font-size: 20px;
	line-height: 150%;
}

table.sponsoren td{
	width: 33%;
	vertical-align: top;
	padding: 30px;
}

div.imglist{

}

div.imgitem{
	text-align: center;
	padding: 20px;
	margin: 20px;
	background-color: #eee;
	width: 440px;
	display: inline-block;
	float: left;
	font-family: 'Kalam';
}

div.imgitem img{
	border: 20px solid #060;
}

div.imgitem p:empty{
	display: none;
}