@charset "utf-8";

body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	overflow:scroll;
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
}

p {
	line-height: 16px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: normal;
}
h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	color: #2c9bb6;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 22px;
	height: 22px;
	background-image: url(../img/title-h3-3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 12px;
}

#bg {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	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 */
	background-color: #FFF;
}
#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#logo {
	float: left;
}

#logo a {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#h-line {
	background-image: url(../img/h-line-995.png);
	background-repeat: no-repeat;
	height: 1px;
	width: 995px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#slider {
	background-color: #FFF;
	margin-bottom: 20px;
	width: 973px;
	height: 393px;
	border: 1px solid #efefef;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#breadcrumb {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#breadcrumb a {
	color: #000;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.foot-line {
	width: 995px;
	background-image: url(../img/h-line-995.png);
	background-repeat: no-repeat;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	font-size: 12px;
	color: #999;
}
#footer a {
	text-decoration: none;
	color: #999;
	padding-left: 15px;
}

#footer a:hover {
	text-decoration: underline;
	color: #666;
}

#footer .txt {
	float: left;
}

#footer .txt-r {
	float: right;
	margin-right: 5px;
}
.clear {
	clear: both;
}
.clear-r {
	clear: right;
}

#sm {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sm .bt-right {
	float: right;
}