/* CSS Document */


/* Farbschema 
--------------------------- */
/*	Dunkelblau: 	#182868
	Mittelblau:		#4652c2
	Navigation-HG: 	#9f5205
	Navigation-Text:#ffe3ab
	Haupttitel:		#970f1f
	Links:			#970f1f
	Navigation-Link:#fcefe2
	
   
*/


/* Global-Elemente 
--------------------------- */
* {
font-size:13px;
padding:0px;
margin:0px;
}
html {
font-size:75%;height: 100.1% 
}
html>body {
font-size:13px;
}
body {
text-align:center;
padding:0px;
margin:0px auto;
font-size:13px;
font-family:Tahoma, Helvetica, Arial, sans-serif;
line-height:150%;
word-spacing:2px;
background-color:#ffffff;
background-image: url(../img/layout/background.gif);
background-repeat:repeat-x;
min-height: 100.1%;
}
.clearBoth {
clear:both; height:0.1px;
}
/* Text-Elemente 
--------------------------- */
p {
font-size:13px;
line-height:150%;
margin:0;
}
li {margin-left:15px}
h1 {
font-size:24px;
font-weight:normal;
margin:0px;
padding:60px 0px 35px 0px;
color:#ffffff;
}
h2 {
font-size:16px;
margin:0px;
padding:5px 0px 5px 0px;
color:#0e71b4;
font-weight:normal;
}
td {
padding-bottom:8px;
border-bottom:dotted 1px #0e71b4;
}
a {
color:#0e71b4;
text-decoration:none;
}
a:hover {
color:#b6d4e8;
text-decoration:underline;
}

/* Layoutelemente 
--------------------------- */
#wrapper {
margin:0px auto;
padding:0px;
width:960px;
text-align:left;
background-image:url(../img/layout/wrapper-background.gif);
background-repeat:repeat-y;
}
#content {
margin:0px;
padding:15px 15px 15px 45px;
float:right;
width:700px;
background-image:url(../img/layout/content-background.gif);
background-repeat:repeat-x;
}
#left {
width:200px;
min-height:590px;
margin:0px;
padding:10px 0px 0px 0px;
float:left;
}
#left img {
margin-bottom:10px;
}
#top {
margin:0px;
padding:0px;
width:760px;
background-color:#ffffff;
height:140px;
float:right;
}
#logo {
margin:15px 0px 0px 0px;
padding:0px;
width:280px;
background-color:transparent;
height:120px;
float:right;
}


/* Layoutelemente Fusszeile
--------------------------- */
#bottom {
margin:0px;
padding:0px;
text-align:center;
width:100%;
vertical-align:bottom;
background-color:#0e71b4;
}
#footer {
margin:0px auto;
padding:0px;
width:960px;
height:45px;
}

#footer p {
margin:0px;
padding:2px 20px 0px 20px;
text-align:left;
color:#ffffff;
font-size:12px;
}

#footer a {
margin:0px;
padding:0px;
text-align:left;
color:#ffffff;
font-size:12px;
}
/* Navigation
--------------------------- */
#navigation {
margin:0px;
padding:0px 0px 0px 30px;
width:450px;
height:110px;
float:left;
}
.nav p{
color:#0e71b4;
padding:0px;margin:0px;
font-weight:normal;
}
.nav li{
list-style:none;
font-size:1.2em;
text-align:left;
width:auto;
padding:19px 5px 15px 5px;
margin:0px;
}
.nav li a{
color:#0e71b4;
text-decoration:none;
padding:0px;margin:0px;
font-weight:normal;
}
.nav li a:hover{
color:#cccccc;
text-decoration:none;
}
.nav li a#active{
color:#b6d4e8;
text-decoration: overline;
}

#navigation td {
border-right:dotted 1px #0e71b4;
border-bottom:none;
}

/* Sub-Navigation
--------------------------- */
.subnav li{
list-style:none;
font-size:12px;
line-height:1.3em;
text-align:left;
width:auto;
padding:0px 5px 0px 5px;
margin:0px;
}
.subnav li a{
color:#000000;
text-decoration:none;
padding:0px;margin:0px;
font-weight:normal;
}
.subnav li a:hover{
color:#cccccc;
text-decoration:none;
}
.subnav li a#active{
color:#b6d4e8;
text-decoration: overline;
}
