@charset "utf-8";

/* Globales Zurücksetzen aller Abstände */
* { margin:0; padding: 0 }

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 140%;
color: #3C3C3C;
background-color: #F8E9ED;
background-image: url(../images/bg-wrapper.jpg);
background-repeat: repeat-x;
background-position: top;
text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container die Standardausrichtung left zugewiesen. */
margin: 0px;
padding: 0px;
}
/* Links allgemein */
a:link, 
a:visited, 
a:active{
color: #9C0063;
text-decoration:none;
}
a:hover {
color: #9C0063;
text-decoration: underline;
}
#rightmenu{
	margin-top: -10px;
}
#wrapper {
width: 934px;
position: relative; /* Durch position: relative werden die beiden Randleisten im Verhältnis zu diesem Container positioniert. */
margin: 0 auto; /* automatische Ränder (in Verbindung mit einer Breite) zentriert die Seite */
text-align: left;
margin-top: 15px;
z-index: 1;
}
/* Anfang Kopf */
#metanav {
text-align: right;
font-size: 11px;
color: #FFFFFF;
letter-spacing: 1px;
margin-right: 16px;
}
#metanav a:link, 
#metanav a:visited, 
#metanav a:active{
color: #FFFFFF;
text-decoration: none;
}
#metanav a:hover {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}
#header {
height: 223px;
width: 934px;
margin-top: 6px;
margin-bottom: 0px;
background-image: url(../images/bg-header2.jpg);
background-repeat: no-repeat;
text-align: left;
}
#logo {
margin-left: 10px;
margin-top: 7px;
float: left;
width: 80px;
height: 215px;
}
#header-text {
text-align: left;
margin-top: 8px;
margin-left: 4px;
width: 812px;
float: left;
}
#header-text h1 {
font-size: 14px;
color: #9C0063;
letter-spacing: 1px;
font-weight: normal;
}
#header-images {
width: 812px;
height: 130px;
margin-top: 8px;
margin-left: 4px;
float: left;
}
/* IE6 Extrawurst */
* html #header-images {
margin-top: -2px;
}
#header-images img {
margin-right: 1px;
}
/* Ende Kopf */

#content-background {    /* Hintergrund für Spalten und Schattenrand */
background-image: url(../images/bg-content2.jpg);
width: 934px;
background-repeat: repeat-y;
position: relative;
z-index: 1;
}
/* IE6 Extrawurst */
* html #content-background {
margin-top: -2px;
}

/* Anfang linke Spalte */
#left-column {
width: 200px;
float: left;
margin-left: 18px;
margin-top: 0px;
}
/* Ende linke Spalte */

/* Anfang Hauptspalte (Mitte) */
#content-wrap {
width: 470px;
float: left;
margin-top: -44px;
margin-left: 15px;
margin-right: 15px;
z-index: 2;
position: relative;
}
/* IE6 Extrawurst */
* html #content-wrap {
margin-top: 5px;
}

#content {
font-size: 12px;
line-height: 150%;
width: 470px;
float: left;
}
#content p{
font-size: 12px;
margin-bottom: 10px;
}
/* Überschrift 1 */
#content h1 {
font-size: 16px;
font-weight: bold;
color: #9C0063;
line-height: 140%;
margin-bottom: 6px;
}
/* Überschrift 2 - Untertitel oder Vorspann */
#content h2 {
font-size: 12px;
font-weight: bold;
margin-bottom: 16px;
color: #333333;
 }
/* Überschrift 3 - Zwischenüberschrift Fliesstext */
#content h3 {
font-size: 12px;
font-weight: bold;
color: #9C0063;
margin-bottom: 0px;
}
#content ul {
/*margin-bottom: 12px;*/
margin-left: 15px;
}
#content li {
list-style-type: disc;
list-style-position: outside;
list-style-image: url(../images/dot-liste.gif);
line-height: 200%;
/*margin-bottom: 6px;*/
}
/* Pfadzeile */
#pfad {
font-size: 10px;
color: #B9B9B9;
font-weight: normal;
line-height: 120%;
width: 470px;
float: left;
margin-bottom: 12px;
}
#pfad a:link, 
#pfad a:visited, 
#pfad a:active{
color: #B9B9B9;
text-decoration:none;
}
#pfad a:hover {
color: #666666;
text-decoration:none;
}
/* Ende Hauptspalte (Mitte) */

/* Anfang rechte Spalte */
#right-column {
width: 200px;
float: left;
margin-top: -50px;
z-index: 2;
position: relative;
}
/* Start für die suchform extension */
#searchform {
width: 180px;
height: 24px;
font-size: 11px;
text-align: left;
margin-bottom: 22px;
margin-left: 6px;
}
#searchform .submit {
background-color:transparent;
background-image:url(../images/go.jpg);
width: 20px;
height: 24px;
border: none;
background-repeat: no-repeat;
cursor: hand;
margin-left: 4px;
}
#searchform .text {
background-color:#F8E9ED;
color:#333333;
border:1px solid #9C0063;
height: 12px;
font-size:11px;
padding: 5px;
float:left;
margin-left:-12px;
width:143px;
}

/* Kasten für rechte Spalte */
.servicebox {
width: 177px;
margin-left: 8px;
margin-bottom: 10px;
background-color: #F8E9ED;
border: 1px solid #9C0063;
font-size: 11px;
line-height: 125%;
text-align: left;
}
/* Kasten: Titel */
.serviceboxtop {
font-size: 12px;
background-color: #9C0063;
color: #FFFFFF;
font-weight: bold;
letter-spacing: 1px;
text-align: left;
height: 20px;
padding-top: 4px;
padding-left: 8px;
}

/* Kasten: Liste + Listpunkte */
.servicebox ul {
LIST-STYLE-IMAGE: url(../images/dot-liste.gif);
margin-left: 22px;
padding-bottom: 10px;
padding-top: 10px;
}

.servicebox li {
	margin-bottom: 2px;
}

/* Kasten: Text */
.servicebox p {
	margin: 8px 8px 8px 8px;
}

/* Kasten: Links */
.servicebox a:link {
	color: #9C0063;
	text-decoration: none;
}

.servicebox a:visited {
	color: #9C0063;
	text-decoration: none;
}

.servicebox a:hover {
	color: #9C0063;
	text-decoration: underline;
}

.servicebox a:active {
	color: #9C0063;
	text-decoration: none;
}

/* Infobox Ansprechpartner */
.info_tab {
	background-color: #DCC6E3;
}

.info_titel {
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	color: #914B94;
	background-color: #E7D7EC;
	background-image: url(../img/info.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	vertical-align: bottom;
	padding-left: 8px;
	text-align: center;
}

.info_li {
	font-size: 12px;
	background-color: #EDE1F1;
	color: #990099;
	vertical-align: top;
	text-align: left;
	line-height: 130%;
	padding: 4px;
}

.info {
	font-size: 12px;
	background-color: #EDE1F1;
	vertical-align: top;
	text-align: left;
	line-height: 130%;
	padding: 4px;
}
.download img {
	display:none;
}
#leftmenu{
	margin-left: 3px;
	margin-top:15px;
}