* {
    margin: 0;
    padding: 0;
}

html {
    background: #EEEEED;
}

body
{   width: 980px;
    background: #FFFFFF;
    font: verdana, sans-serif;
    margin: 0 auto 0 auto;
}

#page {
    margin: 20px 0 20px 0;
    width: 980px;
    border-right: solid 1px #808080;
    border-bottom: solid 1px #808080;
}

#header {
    height: 145px;
    width: 980px;
}

#header img {
    float: left;
}

#header .background {
    margin-top: -32px;
}

#content {
    width: 980px;
    overflow: hidden;
}

#navigation {
    width: 210px;
    background: url(img/menue_bg.gif) repeat-y;
    float: left;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}

#navigation ul {
    padding-top: 30px;
}

#navigation li {
    list-style: none;
    height: 31px;
    background: url(img/nav1.png);
}

#navigation li.current_page_item a{
    background: url(img/nav3.png);
}

#navigation a, #navigation a:visited {
    
    line-height: 31px;
    display: block;
    color: white;
    font-size: 13px;
    text-indent: 30px;
    text-decoration: none;
    font-weight: bold;
}

#navigation a:hover {
    background: url(img/nav2.png);
    line-height: 31px;
    display: block;
    color: white;
    font-size: 13px;
    text-indent: 30px;
    text-decoration: none;
    font-weight: bold;
}

#navigation a:active {
    background: url(img/nav3.png);
    line-height: 31px;
    display: block;
    color: white;
    font-size: 13px;
    text-indent: 30px;
    text-decoration: none;
    font-weight: bold;
}

#text { 
    margin: 0 0 0 210px;
    width: 650px;
    font-size: 12px;
    color:#333; 
    padding:27px 50px 15px 50px; 
    line-height:135%;
    z-index: 2;
}

#text h1 {font-size: 18px; color: #031b5a; font-weight: bold; margin-bottom:16px;}
#text h2 { color:#7ab04b; font-size:12px; font-weight:bold; margin-bottom:12px; }
#text h3 { font-size:12px; font-weight:bold; margin-bottom:12px; }
#text p	{  margin-bottom:12px; }
#text ul { list-style-image:url(img/bullet.gif); margin-left:20px; margin-bottom:12px; }
#text li { margin-top:5px; }
#text hr { margin-bottom:12px; margin-top:12px; height:1px; border-bottom:1px solid #214367; border-top:1px solid #7ab04b; }

#text a:link    { color:#214367; text-decoration:none; }
#text a:visited { color:#214367; text-decoration:none; }
#text a:hover   { color:#7ab04b; text-decoration:none; }
#text a:active  { color:#7ab04b; text-decoration:none; }

#rechts {float: right; border: 1px solid #7ab04b; margin-left: 5px; padding: 0 10px 80px 10px;}
#text h1 .bild {font-size: 16px; color: #031b5a; font-weight: bold; margin-bottom:16px;}
#bild1 {float: right; position: absolute; width: 300px; left: 720px; top: 750px; text-align: center; z-index: 3 }

.blau {
    color: #2D1B76;
}

.rot {
    color: #CC0000;
}

.gruen {
    color: #658A33;
}

img.alignleft {
    float: left;
}

img.alignright {
    float: right;
}

img.aligncenter {
    margin: 0 auto 0 auto;
}
