@charset "utf-8";
/* CSS Document */
* {
	margin: 0; 
	padding: 0;
}

body {
	font: 95% Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	background: #fff;
	text-align: center;
}

a, a:link, a:visited {
	color: #00008B;
	text-decoration: none
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

a img {
	border: 0 none;
}
table{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.80em
}

h1, h2, h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	background: transparent;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.0em;
	padding-top: 10px;
	padding-bottom: 15px;}
h3 {
	font-size: 0.85em;
	padding-top: 10px;
	padding-bottom: 5px;
}

li {
	font-size: 0.80em;
	margin-left: 35px;
}
p {
	font-size: 0.80em;
/*	line-height: 140%;*/
}
p.hinweis{
	color:#900
}
#ListenUSchrift{
	font-size: 1.0em;
	padding-bottom: 10px;;
}
ul {
	list-style-position: outside;
	font-size: 1.2em;
	list-style-type: disc;
	padding-bottom: 10px;
}

ul.submenue{
	font-size: 1.40em;
}
#struktur{
	font-size: 0.80em;
	font-weight: normal;
	text-align: center;
}
#struktur img {
	padding: 10px;
}

#struktur h1 {
	font-size: 1.40em;
}
#struktur h2 {
	font-size: 1.20em;
}
#struktur h3 {
	font-size: 1.00em;
}
#struktur ul{
	text-align: left;
	font-size: 1.00em;
	font-weight: normal;
}

#container {
	background: #385098;
	text-align: left;
	position: relative;
	width: 900px;
	color: #000;
	margin: auto;
	margin-top: 10px;
}

#header {
	background: #CCD8FF url(../img/template/oben_mitte.gif) top right repeat-x;
	height: 141px;
}
#logo {
	background: transparent url(../img/template/oben_rechts_ecke.gif) top right no-repeat;
	height: 141px;
	padding: 0px;
	margin: 0px;
}

#main{

}

#content {
	text-align: justify;
	border: 1px solid;
	border-color: #CCD8FF #CCD8FF #fff #fff;
	background: #CCD8FF;
	margin-left: 92px;
	padding: 0px 20px 20px 20px;
}
#content p {
	padding-bottom: 10px;
}
#nav {
	position: absolute;
	top: 141;
	left: 0;
	width: 86px;
	background: #385098;
}
#nav p {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
	border: none; 
}
#nav a, #nav a:link, #nav a:visited{
	color: #CCD8FF;
	border: 1px solid;
	background-color: #385098;
	padding: 2px;
	padding-left: 3px;
	font: 0.8em Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-color: #000 #fff #fff #000;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: left;
}
#nav a:hover, #nav a:active, #nav a:focus {
	border: 1px solid;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color: #6878C0;
	border-color: #fff #fff #fff #000;
	color: #ccd8ff;
	text-decoration: none;
}

p.footer{
	background: #385098 url(../img/template/links_unten_ecke.gif) top left no-repeat;
	height: 32px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 60%;
	color: #D0D8E8;
	text-align: center;
}
p.footer a{
	color: #D0D8E8;
}


/*
 *
 *		Klassen
 *
 */

