@charset "utf-8";
/* CSS Document */

/* Einstellung fuer ganzes Dokument*/

body {
	background-color:#FFFFFF;
	color:#000066;
		font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
	font-size:10pt;
	font-stretch:normal;
	font-weight:normal;
	line-height: 12pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* Start Schriftzustaende*/
a:link {
	text-decoration: none;
	color:#000066;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
.normal {
	color: #000066;
}
.aktiv {
	color: #000066;
}
h1 {
	font-size: 10pt;
	margin: 0px;
	padding-top: 4px;
}
h2 {
	font-size: 10pt;
	margin: 0px;
	padding-top: 4px;
}
.bodytext {
	margin: 0px;
	padding-top: 4px;
}

/* Ende Schriftzustände*/


/* Start #bg #inahlt Schriftzustaende*/

#bg #inhalt a:link {
	text-decoration: none;
	color:#FFFFFF;
}
#bg #inhalt a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#bg #inhalt a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
/* Ende #bg #inahlt Schriftzustaende


/* Start #bg #gallery Schriftzustaende*/

#bg #gallery .bodytext {
	padding-left: 6px;
	padding-right: 6px;
}

#bg #gallery h1 {
	padding-left: 6px;
	padding-right: 6px;
}

#bg #gallery a:link {
	text-decoration: none;
	color:#FFFFFF;
}
#bg #gallery a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#bg #gallery a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
/* Ende #bg #gallery Schriftzustaende



/* Navi Stufe 1 Boxen*/

#hn ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#hn ul li {
	/* li nebeneinander platzieren, Abstand 8px, 190px breit*/
	float: left;
	width: 190px;
	background-color: #000066;
	padding: 0px;
	margin-left: 8px;
	margin-top: 16px;
}

#hn ul li a {
	/* a als Absatz nehmen und linksbuendig machen & White Lines*/
	display: block;
	background-color: #000066;
	color:#FFFFFF;
	text-decoration: none;
	text-align: left;
	height: 20px;
	border: 1px solid white;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
}

#hn ul li a:hover {
	border: 1px solid #000066;
}

#hn .current {
	border: 1px solid #000066;
	font-weight: bold;
}
/* Ende Navi Stufe 1 Boxen*/



/* U_Navi Aufbau */

#unavi ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 5px;
}

#unavi ul li {
    /* Listenpunkte ausblenden */
    list-style-type: none;
    /* Linken Rand auf 0 setzen für IE */
    margin: 0px;
   /* Linken Rand auf 0 setzen für Mozilla */
    padding: 0px;
}

#unavi ul li a {
	/* a Grundschrift Zustand*/
	color:#FFFFFF;
	text-decoration: none;
	text-align: left;
}

#unavi ul li a:hover {
	color: #CCCCCC;
}

#unavi .current {
	font-weight: bold;
}

/* ENDE U_Navi Aufbau */



/* SUBNAVI Aufbau */

#bg #subnavi ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 4px;
}

#bg #subnavi ul li {
    /* Listenpunkte ausblenden */
    list-style-type: none;
    /* Linken Rand auf 0 setzen für IE */
    margin: 0px;
   /* Linken Rand auf 0 setzen für Mozilla */
    padding: 0px;
}

#bg #subnavi ul li a {
	/* a Grundschrift Zustand*/
	color:#FFFFFF;
	text-decoration: none;
	text-align: left;
}

#bg #subnavi ul li a:hover {
	color: #CCCCCC;
}

#bg #subnavi .current {
	font-weight: bold;
	letter-spacing: -0.04em;
}

/* ENDE SUBNAVI Aufbau */




/* SERVICE NAVI Aufbau */

#sn ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
}

#sn ul li {
	float: left;
	margin-left: 15px
}

#sn li a {
	text-decoration: none;
	font-weight: bold;
}

/* ENDE SERVICE NAVI Aufbau */


/* Ende: Einstellung fuer ganzes Dokument */
