
html {
	overflow-y: scroll;
}
body {
	background: #ffffff;
	font:12px/17px Arial, sans-serif;
	margin: 0;
	padding: 50px 0 0 0;
}
#wrapper {
	max-width: 996px;
	min-height: 640px;
	margin: 0 auto 20px;
	text-align: left;
	border: 1px solid #000;
	background: url(/img/bg-verlauf-container.png) repeat-x bottom left #fff;
}
#head {
	padding: 39px 0 0;
}
#head-top{
	width: 720px;
	float:right;
}
#headerbild-wrapper {
	clear: both;
	position: relative;
	height: 128px;
	border-top: 1px solid #4b3a21;
	border-bottom: 1px solid #4b3a21;
	background: url(/img/bg-shadow-head.png) #d7d4ce repeat-x top;
	overflow: hidden;
}
a#logo {
	display: block;
	float: left;
	padding: 16px 15px 3px 33px;
}
#logo-mobile{
	display: none;
}
#headerbild {
	float: right;
	width: 720px;
	height: 126px;
	position: absolute;
	left: 274px;
	overflow: hidden;
}
#nav {
	min-height: 150px;
	padding-top: 3px;
}
.cols{
	padding: 20px 6%
}
.newsmeldung2{
	padding-bottom: 20px
}
.gallery-pic{
    min-height: 170px;
    min-width:160px
}


img.facebook {
    margin-top: -15px;
}



/* Farben
------------------------------------ */
/* Drummeli: Blau */
body.blue #headerbild-wrapper {
	border-top: 1px solid #3b4496;
	border-bottom: 1px solid #3b4496;
	background: url(/img/bg-shadow-head.png) #d1d3d6 repeat-x top;
}
body.blue h1,
body.blue ul#lang li.active a,
body.blue #topnav ul li a:hover,
body.blue #topnav ul li.active a,
body.blue ul#metalinks li a:hover,
body.blue ul#lang li a:hover,
body.blue #nav ul li.active a,
body.blue #nav ul li a:focus,
body.blue #nav ul li a:hover {
	color: #3b4496;
}
/* Fasnacht: Rot */
body.red #headerbild-wrapper {
	border-top: 1px solid #ae0f0a;
	border-bottom: 1px solid #ae0f0a;
	background: url(/img/bg-shadow-head.png) #d7d2d3 repeat-x top;
}
body.red h1,
body.red ul#lang li.active a,
body.red #topnav ul li a:hover,
body.red #topnav ul li.active a,
body.red ul#metalinks li a:hover,
body.red ul#lang li a:hover,
body.red #nav ul li.active a,
body.red #nav ul li a:focus,
body.red #nav ul li a:hover {
	color: #ae0f0a;
}
/* Nachwuchs: Gruen */
body.green #headerbild-wrapper {
	border-top: 1px solid #007c41;
	border-bottom: 1px solid #007c41;
	background: url(/img/bg-shadow-head.png) #d6dcda repeat-x top;
}
body.green h1,
body.green ul#lang li.active a,
body.green #topnav ul li a:hover,
body.green #topnav ul li.active a,
body.green ul#metalinks li a:hover,
body.green ul#lang li a:hover,
body.green #nav ul li.active a,
body.green #nav ul li a:focus,
body.green #nav ul li a:hover {
	color: #007c41;
}