* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
}

img, table { border:0px; }

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.oben { vertical-align: top; }
.mitte { vertical-align: middle; }
.unten { vertical-align: bottom; }

p {
	padding: 0 0 15px 0;
}

a:link {
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
}

a:visited {
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
}

a:hover {
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: underline;
}

h1 {
	font-size: 14pt;
	line-height: 18pt;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0 0 15px 0;
}

h2 {
	font-size: 12pt;
	padding: 0 0 15px 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
}



/* Hauptelemente
##################################################### */


#container {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0 0 80px 405px;
}

#header {
	position: relative;
	z-index: 2;
	margin: 0 0 0 0;
	padding: 0;
	max-width: 720px;
	min-width: 580px;
	height: 230px;
	background: url(../_img/logo_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header img {
	margin: 40px 0 0 0;
}
#logo_mobile {
	display: none;
}

#menu_small {
	margin: 5px 0 0 0;
	padding: 0;
	width: 150px;
	height: 20px;
	float: right;
	color: white;
	text-align: right;
}

#menu_small a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
}

#menu_small a:hover {
	text-decoration: underline;
}

#menu {
	z-index: 3;
	position: absolute;
	margin: 0;
	width: 407px;
	height: 922px;
	background: url(../_img/menu_bg.png);
	background-repeat: no-repeat;
}
@media (max-width: 600px) {	
	#menu {
		position: relative;
		margin-bottom: -240px;
		padding-top: 15px;
	}
}

#menu ul {
	margin: 75px 0 0 50px;
	padding: 0;
	width: 174px;
	height: 230px;
	background: url(../_img/menu_trenner.png);
	background-repeat: repeat-y;
}

#menu li {
	margin: 0 0 0 0;
	padding: 6px 0 0 30px;
	height: 30px;
	text-align: left;
	list-style: none;
}

#kontakt #menu li {
	height: 36px;
}

#menu li a {
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 8pt;
	display: block;
	text-decoration: none;
	padding-left: 6px;
}

#content {
	z-index: 1;
	margin: 0 0 0 0;
	padding: 75px 75px 100px 75px;
	width: 100%;
	max-width: 570px;
	color: #333333;
	background: rgba(255,255,255,0.9);
}

#content ul {
	margin: 0 0 0 18px;
	padding: 0;
}

#content li {
	margin: 0;
	padding: 0;
}
#content img {
	max-width: 100%;
}
#slog {
	position: relative;
	xwidth: 600px;
	float: left;
}

#slog p {
	display: inline-block;
	padding: 30px;
	margin: 0;
	background-color: white;
	font-family: Times, Times New Roman, serif;
	color: #006699;
	font-size: 20pt;
	font-style: italic;
}
#menu_small {
	width: auto;
	float: left;
	margin-top: 40px;
	padding: 1em;
	background: rgba(255,255,255,0.8);
}
#menu_small a {
	font-size: 16px;
	color: #b61918;

}
/*
	Background Stretcher jQuery Plugin
	� 2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/

HTML {_background-color: white;}
.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: white;
	color: white;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}
/* ============== Media Queries ===========*/
@media (max-width: 1200px) {
	#container {
		padding: 0 0 80px 30%;
	}
}
@media (max-width: 980px) {
	#content {
		max-width: 400px;
	}
}
@media (max-width: 720px) {
	.bgstretcher-page {
		background: rgba(255,255,255,0.6);
		margin-top: -20px;
		padding-top: 20px;
	}
	#container {
		padding: 0 0 80px 0;
	}
	#content {
		padding: 135px 20px 60px 20px;
		width: 92%;
		max-width: 92%;
	}
	#logo_mobile {
		display: block;
		margin: 20px auto;
		width: 280px;
	}
	#header img {
		display: none;
	}
	#menu {
		width: 100vw;
		height: 22em;
		background: #b61918;
	}
	#menu ul {
		margin: 20px 0 0 50px;
		width: 100%;
		height: auto;
	}
	#menu li a {
		font-size: 14px;
	}
	#menu_small {
		float: none;
		text-align: center;
	}
	div.formulargenerator-4webmaster input, div.formulargenerator-4webmaster select, 
	div.formulargenerator-4webmaster textarea, div.formulargenerator-4webmaster label,
	div.formulargenerator-4webmaster form {
		max-width: 90%;
	}
}

@media print {
	#menu {
		display: none;
	}
}