body {
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/bg.png);
	color: #23558E;
	font-size: 11px;
}
.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.umbruch {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	display:inline-block;
}
.Wrapper {
	width: 1020px;
	margin: 10px auto;
	background-color: #FFFFFF;
}
/* --------------------- LOGO TOP --------------------- */

.Banner {
	float:left;
	margin: 20px 0 0 10px;
	width: 468px;
	height: 60px;
}
.Logo {
	float:right;
	margin: 15px 10px 0 0px;
	width: 460px;
	text-align:right;
}
.Logo a {
	font-size: 18px;
	color: #23558E;
	font-weight: bold;
	text-decoration: none;
}
.Logo span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 5px 0 0 1px;
}
h1 {
	font-size: 16px;
	color: #23558E;
	padding: 0px 0 0px 280px;
}
a {
	font-size: 11px;
	color: #23558E;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-size: 11px;
	color: #23558E;
	text-decoration: underline;
	font-weight: bold;
}
/* --------------------- HEADER --------------------- */


.Header {
	width: 1020px;
	height: 80px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position:center left;
}
.Header h1 {
	font-size: 18px;
	color: #23558E;
}
.HeaderLinks {
	margin: 10px 0 0 190px;
	width: 730px;
	left: 9px;
}
.HeaderLinks a {
	display: block;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.HeaderLinks a:hover {
	text-decoration: underline;
}
/* --------------------- NAVI, TOP --------------------- */

.TopNavi {
	height: 26px;
	color:#FFF;
	background-color:#076499;
	padding: 5px 0 0 160px;
	margin: 2px 2px 0px 2px;
}
.TopNavi a {
	color: #FFFFFF;
	float: left;
	font-size: 13px;
	text-decoration: underline;
	margin: 0 36px 0 0;
}
.TopNavi a:hover {
	text-decoration: none;
}
/* --------------------- NAVI, Links #0083CD --------------------- */

.Navigation {
	width: 264px;
	float: left;
	margin: 5px 0 10px 1px;
}
.Navigation span {
	display: block;
	background-color: #076499;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 0 8px 15px;
	margin: 0 0 3px 0;
}
.Navigation p {
	text-align:center
}
.Navigation a {
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/pfeil_re.gif);
	background-repeat: no-repeat;
	background-position:center left;
	background-color: #39B4DE;
	padding: 5px 0 5px 15px;
	margin: 0 0 1px 0;
}
.Navigation a:hover {
	display: block;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/pfeil_re.gif);
	background-repeat: no-repeat;
	background-position:center left;
	background-color: #83C7E5;
	padding: 5px 0 5px 15px;
	margin: 0 0 1px 0;
}
.on a {
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #83B90D;
	padding: 5px 0 5px 15px;
	margin: 0 0 1px 0;
	background-image: url(../images/pfeil_re0.gif);
}
.on a:hover {
	display: block;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #83C7E5;
	padding: 5px 0 5px 15px;
	margin: 0 0 1px 0;
	background-image: url(../images/pfeil_re0.gif);
}
.sub a {
	display: block;
	font-weight:normal;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/pfeil_un.gif);
	background-repeat: no-repeat;
	background-position:center left;
	background-color: #D6ECF6;
	padding: 3px 0 3px 25px;
	margin: 0 0 1px 0px;
}
.sub a:hover {
	display: block;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/pfeil_un.gif));
	background-repeat: no-repeat;
	background-position:center left;
	background-color: #CCC;
	padding: 3px 0 3px 25px;
	margin: 0 0 1px 0;
}
.subtop a {
	display: block;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	font-weight:normal;
	background-image: url(../images/pfeil-suptop.gif);
	background-repeat: no-repeat;
	background-position:center left;
	background-color: #ACD9ED;
	padding: 3px 0 3px 25px;
	margin: 0 0 1px 0px;
}
.subtop a:hover {
	display: block;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight:normal;
	background-image: url(../images/pfeil-suptop.gif);
	background-repeat: no-repeat;
	background-position:center left;
	background-color: #83C7E5;
	padding: 3px 0 3px 25px;
	margin: 0 0 1px 0;
}
/* --------------------- CONTENT LEFT --------------------- */

.ContentLeft {
	width: 264px;
	float: left;
}
.ContentLeft p {
	text-align:center;
	padding: 3px 0 3px 0;
}
/* --------------------- CONTENT --------------------- */


.Content {
	width: 100%;
	margin: 0 10px 0 0;
}
.ContentBigPage {
	width: 720px;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	float:left;
	padding: 0px 10px 10px 10px;
	text-align:justify;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	display: block;
	margin: 14px 0 0 0;
	background-color:#FFF;
	margin: 0px 0px 15px 5px;
}
.ContentBigPage ul {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 7px;
	MARGIN: 10px 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none
}
.ContentBigPage li {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 30px;
	BACKGROUND: url(/images/tipp.gif) no-repeat 10px 7px;
	PADDING-BOTTOM: 5px;
	MARGIN: 0px;
	LINE-HEIGHT: 16px;
	PADDING-TOP: 3px
}
.ContentBigPage span {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	display: block;
	margin: 14px 0 0 0;
}
.fde span {
	display:inline;
}
.ContentWrapper {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}
.ContentBigPage a {
	color: #23558E;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.ContentBigPage a:hover {
	color: #23558E;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
.ContentBigPage h1 {
	font-size: 16px;
	color: #076499;
	padding: 0 0 10px 346px;
	text-align: left;
}
.ContentBigPage h2 {
	font-size: 15px;
	color: #1C82A4;
	margin: 10px 0 10px 0;
}
.ContentBigPage h3 {
	font-size: 14px;
	color: #076499;
	margin: 10px 0 10px 0;
}
.ContentBigPage h4 {
	font-size: 14px;
	color: #1C82A4;
	margin: 10px 0 10px 0;
}
.ContentBigPage h5 {
	font-size: 13px;
	color: #076499;
	margin: 10px 0 10px 0;
}
.ContentBig {
	display: block;
	border: 4px solid #f1f1f1;
	border-top: none;
	border-bottom: none;
}
/* --------------------- CONTENT RECHTS --------------------- */

.ContentRechts {
	width: 160px;
	float:right;
	padding: 0px 0px 10px 0px;
	text-align:justify;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	background-color:#FFF;
	margin: 0px 1px 15px 7px;
}
/* --------------------- FOOTER --------------------- */


.Footer {
	padding: 3px 0 3px 0;
	text-align: center;
	color: #efefef;
	font-size: 11px;
	background-color: #076499;
	margin: 0 0px 5px 1px;
}
.Footer b {
	color: #efefef;
	font-size: 11px;
	margin: 0 0 4px 0;
}
.Footer a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	margin: 6px 5px 0 5px;
}
.Footer a:hover {
	text-decoration: underline;
}
/* --------------------- dies und das --------------------- */





.impressum {
	padding: 20px 0 3px 0;
	text-align: center;
	color: #333333;
	font-size: 11px;
	background-color: #fefefe;
	margin: 0 0px 5px 1px;
	border-top: 1px solid #D6ECF6;
}
.impressum b {
	color: #333333;
	font-size: 11px;
	margin: 0 0 4px 0;
}
.impressum a {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	margin: 6px 5px 0 5px;
}
.impressum a:hover {
	text-decoration: underline;
}
.alignleft {
	float: left;
	margin: 0px 10px 0px 0px;
}
.alignright {
	float: right;
	margin: 4px 0px 0px 10px;
}
.google {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 336px;
	height: 280px;
}
.LinkeSpalte {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 49%;
	height: 500px;
}
.RechteSpalte {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 49%;
	height: 500px;
}
div.Vorteile {
	margin: 3px 0 3px 25px;
}
div.Vorteile span {
	display: block;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/tipp.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 25px;
	line-height: 13px;
	text-align: top;
}
div.center {
	float: center;
}
.ContentBigPagerot {
	font-size: 12px;
	color: #F00;
}
.ContentBigPage b {
	color: #F00;
	font-weight: normal;
}

