﻿@charset "UTF-8";
/* CSS Document */

/* Seite auf Standart setzen */

* { 
margin:0; 
padding: 0; 
}

/* Ebenen verteilen und definieren */

html,body {
background-color:#FFFFFF;
background-image:url(../images/navi_bg.jpg);
background-repeat:repeat-y;
color:#58585a;
font-family:Verdana;
font-size:11px;
line-height:140%;
margin:0px;
text-align:left;
font-stretch:expanded;
}

#divtop {
background-image: url(../images/logo_top.jpg);
background-attachment: scroll;
background-repeat: no-repeat;
background-color:#ffffff;
width:520px;
height:95px;
position:absolute;
margin-left:0px;
padding-left:10px;
z-index:1;

}

#divnavi {
position:absolute;
width:240px;
height:auto;
background-image: url(../images/navi_bg.jpg);
background-attachment: scroll;
background-repeat: repeat-y;
margin-left:0px;
margin-top:95px;
z-index:2;
color:#2d5b8d;
}

#divnews {
position:absolute;
width:220px;
height:auto;
background-image: url(../images/navi_bg.jpg);
background-attachment: scroll;
background-repeat: repeat-y;
margin-left:0px;
margin-top:560px;
padding-left:10px;
z-index:5;
color:#FFFFFF;
font-size:12px;
/*Zum Ausschalten der Schon gehört
Funktion bitte unten beide "/*"
entfernen. */ 

/* 
display:none;
*/

}

#divnews h2 {
font-size:12px;
text-decoration:none;
margin-bottom:10px;
}

#divnews a {
color:#FDFDFD;
text-decoration:none;
}

#divnews a:hover {
color:#FFFFFF;
text-decoration:underline;
}

#divheader {
background-image: url(../images/header_bg.jpg);
background-attachment: scroll;
background-repeat: repeat-x;
width:850px;
height:185px;
position:absolute;
margin-left:241px;
margin-top:95px;
z-index:1;
}

#divheadtext{
width:200px;
height:55px;
position:absolute;
margin-left:570px;
margin-top:135px;
z-index:3;
font-size:36px;
color:#FFFFFF;
}

#divmain {
width:646px;
height:auto;
position:absolute;
margin-left:246px;
margin-top:280px;
padding-bottom: 55px;
z-index:1;
}

#divbilder{
width:204px;
height:auto;
text-align:center;
position:absolute;
margin-left:891px;
margin-top:325px;
z-index:1;
}

/* Inhalte formatieren */

h1 {
color: #3e70a2;
font-size: 15px;
font-weight:normal;
margin-bottom: 20px;
margin-top: 20px;
}

/* Navigation formatieren */

ul {
margin-top:14px;
padding-left:12px;
font-size:16px;
/*font-weight:bold;
*/}

li {
padding-left:25px;
font-size:13px;
margin-top:3px;
list-style-type:none;
line-height:110%;
/*font-weight:bold;
*/
}

#divnavi a {
color:#000000;
text-decoration:none;
}

#divnavi a:hover {
color:#2d5b8d;
text-decoration:underline;
}

#divnavi h5 {
margin-top:50px;
padding-left:40px;
font-size:10px;
font-family:Verdana;
font-weight:normal;
}

#divmain a {
color: #3333FF;
text-decoration:none;
}

#divmain a:hover {
color: #3366CC;
text-decoration:underline;
}
