@charset "utf-8";
body {
	font: 100%/1.0 Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #efefef;
	overflow-x: hidden;
}
/* ~~ Element-/Tag-Selektoren Listenelemente ~~ */

ul, ol, dl {
	padding: 0;
	margin: 0;
}

ul{
list-style-type: disc;
margin-left:0;
padding-left:0px;
font-size: 14px;

}
ul#navigation{
list-style-type:none;
margin-left:0;
padding-left:0;
}
ul#navigation li{
float:left;
}
ul#navigation li a{
font-size:21px;
color:#393939;
}

/* ~~ Textstyle~~ */
h1 {
	font-size: 22px;
	text-decoration:none;
	font-weight: normal;
	text-align: left;
	color: #393939;
	margin-bottom:0px;
	margin-top:0px;
}
h2 {
	font-size: 20px;
	text-decoration:none;
	font-weight: normal;
	text-align: left;
	color: #393939;
	margin-bottom:5px;
	margin-top:0px;
}
h3 {
	font-size: 18px;
	text-decoration:none;
	font-weight: normal;
	text-align: left;
	color: #393939;
	margin-bottom:5px;
	margin-top:0px;
}
h4 {
	font-size: 16px;
	text-decoration:none;
	font-weight: normal;
	text-align: left;
	color: #393939;
	margin-bottom:5px;
	margin-top:0px;
}
h5 {
	font-size: 14px;
	text-decoration:none;
	font-weight: normal;
	text-align: left;
	color: #393939;
	margin-bottom:5px;
	margin-top:0px;
}

p {
	font-size: 15px;
	color: #000;
	line-height: 1.2;
	margin-bottom: 0px;
	text-align:left;
	margin-top: 0px;
}
#p-klein {
	font-size: 13px;
	color: #000;
}


/* ~~ Images ~~ */

a img { /*entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird */
	border: none;

}

/* ~~ Links ~~ */

a:link {
	color: #000;
	text-decoration: none; /* Sofern Ihre Hyperlinks nicht besonders hervorgehoben werden sollen, empfiehlt es sich, zur schnellen visuellen Erkennung Unterstreichungen zu verwenden. */
}
a:visited {
	color: #222222;
	text-decoration: none;
}
.logo-link {
	margin-top: 2px;
	margin-left: 22px;
	height: 115px;
	float: left;
	width: 215px;
}

/* ~~ Dieser Container mit fester Breite umschließt die anderen div-Tags. ~~ */

.container {
	width: 1016px;
	margin: 0px auto;
	z-index: 1;
	margin-top:15px;
	padding-top: 0px;
	/* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */ 
}

.header {
	background-image: url(../layout/top-bg.png);
	height: 50px;
	width: 1016px;
}
.slider {
	background-image: url(../layout/slider-bg.png);
	height: 383px;
	width: 1016px;
}
.main {
	width: 1016px;
	background-image: url(../layout/main-bg.png);
	background-repeat: repeat-y;
}
.content {
	width: 850px;
	margin-left:75px;
	padding-top:20px;

}

.bottom {
	width: 1016px;
	height: 55px;
	background-image:url(../layout/bottom-bg.png);
	background-repeat: no-repeat;
	margin-bottom: 12px;
		
}
.button {
	height: 25px;
	width: 200px;
	margin:10px auto 0px auto;
}



/* Content */

/* ~~ div-Inhalt in Content umschließen ~~ */

#clearfix:after {
content:".";
display:block;
height:0;
font-size:0;
clear:both;
visibility:hidden;
}
 
#clearfix {
	display: inline-block;
	left: -6px;
}
 
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
#clearfix {
	display: block;
	left: -6px;
}
/* End hide from IE-mac */

/* Mail verstecken roboter */

input#email_address, label[for="email_address"] {
    display:none;
}
