@charset "utf-8";
/*
#FAA000 Orange 
#255E95 Dunkelblau
*/
html {
	height:101%;
}
body {
	height:101%;
	padding:0;
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #666;
}

								/*Layout Container*/
#wrapper {
	position:absolute;
	z-index:0;
	top:-20px;
	left:50%;
	margin-top:0;
	margin-left:-500px;
	padding: 0px;
	width: 999px;
}
#logo {
	position:absolute;
	z-index:1;
	top:50px;
	left:103px;
	width:277px;
	height:71px;
}
#slogan {
	position:absolute;
	z-index:1;
	top:110px;
	left:723px;
	width:175px;
	height:13px;
}
#topbar {
	position:absolute;
	z-index:1;
	top:150px;
	left:103px;
	/*width:999px; 15.5.*/
	width:792px;
	/*height:183px; 15.5.*/
	height:145px;
	background:url(../images/header-start.jpg) no-repeat;
}
#navigator {
	position:absolute;
	z-index:1;
	/*top:339px; 15.5.*/
	top:300px;
	left:0;
	width:999px;
}
/*#subnavigator {
	position:absolute;
	z-index:1;
	top:37px;
	left:0;
	width:999px;
	font-size: .7em;
	height: auto;
}*/
#content {
	/*padding-top:430px; 15.5.*/
	padding-top:390px;
	width:999px;
	font-size:0.8em;
}


									/* Textformate */
#content ul {
	margin-top:25px;
	margin-left:10px;
	padding-left:10px;
}
#content li {
	list-style-type: none;
	padding-left:20px;
	/*margin-left:15px;*/
	margin-bottom:10px;
	background-image: url(../images/Bullit.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
}
a {
	color: #255E95;
	font-weight:normal;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #FAA000;
	text-decoration: overline;
}
h1 {
	font-size:1.8em;
	font-weight:normal;
	color:#255E95;
	letter-spacing:0.05em;
	margin:0 0 15px 40px;
}
h1.zentriert {
	text-align:center;
	margin:0 0 15px 0;
}
h3 {
	font-size:0.9em;
	font-weight:bold;
	color:#255E95;
	letter-spacing:0.1em;
	margin:0 0 8px 40px;
}
h4 {
	font-size:0.9em;
	font-weight:bold;
	color:#255E95;
	margin:0 0 8px 0;
}
p {
	font-size:1.1em;
	line-height:1.7em;
	margin:0 0 10px 0;
	text-indent:0;
}
p.absatzeinzug {
	text-indent:40px;
}
.kleiner {
	font-size:0.8em;
}
#footer p {
	font-size:0.7em;
	margin:0 0 10px;
}
									/*Content Container*/
/*#copytext {
	width:570px;
	margin:0 0 10px 325px;
} */
#copytext {
	width:585px;
	margin:0 0 10px 205px;
} 

#sidebartext {
	width:255px;
	margin:0 0 10px 105px;
	text-align:right;
	float:left;
} 
#introtext {
	width:514px;
	margin:0 0 10px 20px;
	float:left;
} 
#starttext {
	width:585px;
	margin:0 0 0 205px;
	float:left;
} 
/*#starttext {
	width:670px;
	margin:0 0 10px 225px;
	float:left;
} */
#serviceliste {
	width:255px;
	margin:70px 0 10px 105px;
	float:left;
} 
#serviceliste p {
	font-size:0.8em;
	font-weight:normal;
	line-height:1.5em;
	margin:15px 40px 10px 8px;
}
#serviceliste a {
	font-weight:bold;
}
#downloadtext {
	width:789px;
	margin:0 0 10px 105px;
} 
#footer {
	width:999px;
	padding:25px 0 10px;
	text-align:center;
}
#footer a {
	font-weight:bold;;
}
									/* Special Formats */
.klar {
	clear:both;
	height:1px;
}
.noline {
	text-decoration:none !important;
}
.down a, .down a:hover, .down a:active, .down a:visited {
	text-decoration:none;
	color:#FAA000;
}
.pdfdownload img:hover {
	opacity:0.3;
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
}
.links20 {
	margin-left:20px;
	float:right;
}
.mitte {
	text-align:center;
}
.rechts {
	text-align:right;
}
.weg {
	display:none;
}
.da {
	display:block;
}

