html, body { height: 100%; }

body {
    padding: 0px;
    margin: 0px;
    text-align: left;
    min-width: 820px;
    background-color: White;
    font-size: 11px;
    font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
    color: rgb(0,0,0);
    background-image: url('../images/back.gif');
    background-repeat: repeat-y;
    background-position: 0px 0px;
    overflow-x: hidden;
    overflow: -moz-scrollbars-vertical;
}

#background {
    position: absolute; 
    left: 178px; 
    top: 0px;
    height: 768px; 
    width: 1024px; 
    z-index: 0;
}

td {
    font-size: 11px;
    font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
    color: rgb(62,77,116);
    margin-bottom: 8px;
}

.input {
    font-size: 11px;
    font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
    color: rgb(0,0,0);
    width: 180px;
    margin-bottom: 8px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
}

.label {
    font-size: 11px;
    font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
    color: rgb(0,0,0);
}

.small {
    font-size: 9px;
}

#outer{
    height: 100%;
    min-height: 100%;
    width: 800px;
    color: #000000;
    text-align: left;
    position: relative;
}
 
html>body #outer{ height: auto; } 

#innerwrap {
    float: left;
    width: 800px;
}

#header{
    position: absolute;
    top: 0;
    left: 0px;
    width: 855px;
    height: 42px;
    color: #000000;
    background-color: transparent;
    background: url("../images/title.gif");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    z-index: 5;
}

#headerimage {
    position: absolute;
    top: 42px;
    left: 181px;
    width: 680px;
    height: 75px;
    z-index: 4;
}

#left {
    position: absolute;
    width: 180px;
    float: left;
    padding-top: 120px;
    padding-bottom: 20px;
}

#left p { padding-left: 3px; padding-right: 2px }

#right p { padding-left: 4px; padding-right: 2px }

#imagecolumn {
    margin-top: 60px;
    position: absolute;
    top: 60px;
    left: 820px;
    width: 148px;
    height: 550px;
    z-index: 10;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: rgb(62,77,116);
}

#imagecolumn a {
    padding: 0px;
    font-weight: normal;
    font-size: 11px;
    color: rgb(190,190,190);
    margin: 0px;
}

#imagecolumn h1 {
    padding: 0px;
    font-weight: normal;
    font-size: 11px;
    color: rgb(217,104,28);
    margin: 0px;
}

#right {
    position: relative;
    width: 170px;
    float: right;
    margin-top: 10px;
    padding-top: 170px;
    padding-bottom: 20px;
    background-color: #999999;
    background: url('../images/randbg.jpg');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    color: rgb(62,77,116);
}

div,p  { margin-top: 0px; }

#centrecontent {
    width: 608px;
    float: right;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 105px;
    padding-bottom: 20px;
    color: rgb(62,77,116);
    overflow-x: hidden;
}

#centrecontent p { padding-left: 3px; color: rgb(62,77,116); }

#clearfooter { width: 100%; height: 52px; clear:both; }

#bottomnavi {
    text-align: center;
    color: rgb(210,210,210);
}

#additionalnavi {
    float: right;
    background-color: transparent;
    margin-top: 42px;
    padding-bottom: 2px;
    padding-top: 0px;
    margin-right: 25px;
    text-align: center;
    width: 200px;
    color: rgb(160,160,160);
}

#logo {
    position: absolute;
    width: 180px;
    margin-top: 50px;
}

#navipath {
    padding: 0px;
    padding-bottom: 10px;
    background-color: transparent;
    color: rgb(99,99,99);
    width: 388px;
}

.navi{
    width: 155px;
    border-bottom: 1px solid #B0C4DE;
    background-color: #9AB6C8;
    margin-left: 25px;
}

h1 {
    padding-left: 2px;
    font-weight: bolder;
    font-size: 14px;
    color: #9AB6C8;
    margin: 0px;
}

h1.content {
    margin-bottom: 12px;
    padding: 0px;
}

hr { color: rgb(210,210,210); }

a {
    font-size: 11px;
    font-weight: normal;
    color: #9AB6C8;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    background-color: #B0C4DE;
    color: #00BFFF;
}

a.newsheadline { font-weight: bold; } 

a.bottomnavi { color: #9AB6C8; font-size: 9px; } 

a.additionalnavi { font-size: 10px; color: #9AB6C8; }

a.navipath { font-size: 10px; color: #9AB6C8; } 

a.navileft_passive {
    display: block;
    background-color: #9AB6C8;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #4682B4;
    text-decoration: none;
} 

a.navileft_passive:hover {
    color: White;
    text-decoration: none;
    font-style: italic;
    font-weight: normal;
}

a.navileft_active {
    display: block;
    background-color: #9AB6C8;
    background: url("../images/navi_pfeil_rechts.gif") no-repeat;
    background-position: right;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #4682B4;
    text-decoration: none;
} 

a.navileft_active:hover {
    color: White;
    text-decoration: none;
    font-style: italic;
    font-weight: normal;
}

a.navileft_open {
    padding-left:10px;
    display: block;
    background: url("../images/navi_pfeil.gif") no-repeat;
    background-position: right;
    background-color: #9AB6C8;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #4682B4;
    text-decoration: none; 
} 

a.navileft_open:hover {
    color: White;
    text-decoration: none;
    font-style: italic;
    font-weight: normal;
}

a.sitemap_level1 {
    display: block;
    border-bottom: 1px solid #b4a8b4;
    color: #4682B4;
    font-weight: normal;
    padding-bottom:.4em;
    background: url("../images/navi_pfeil.gif") no-repeat;
    background-position: right;
}

a.sitemap_level2 {
    color: rgb(62,77,116);
    background: url("../images/navi_pfeil_rechts.gif") no-repeat;
    background-position: 200px 0px;
    display: block;
}

a.sitemap_level3 {
    color: rgb(190,190,190);
}

.sitemap_level2_container {
    float: left;
    width: 50%;
    padding-top: .3em;
}

.sitemap_level3_container {
    float: right;
    width: 50%;
    padding-top: .3em;
}

.input_searchbox {
    width: 60px;
    vertical-align: middle;
    font-size: 11px;
    color: rgb(62,77,116);
}

.input_newsletterselect {
    width: 75px;
    vertical-align: middle;
    font-size: 11px;
    margin-right: 5px;
    color: rgb(62,77,116);
}

.label_searchbox {
    vertical-align: middle;
    color: #4682B4;
    position: relative;
    padding-left: 8px; 
    /*left:-65px;*/
}

#loginbox {
    background-color: #9AB6C8;
    border-top: 1px solid #B0C4DE;
    border-bottom: 1px solid #B0C4DE;
    padding-bottom: .6em;
    padding-top: .6em;
    padding-left: 0em;
    padding-right: 0em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: 25px;
    width: 155px;
}

#searchbox {
    background-color: #9AB6C8;
    border-top: 1px solid #B0C4DE;
    border-bottom: 1px solid #B0C4DE;
    padding-bottom: .6em;
    padding-top: .6em;
    padding-left: 0em;
    padding-right: 0em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: 25px;
    width: 155px;   
}

#newsletterbox {
   background-color: #9AB6C8;
   border-top: 1px solid #B0C4DE;
   border-bottom: 1px solid #B0C4DE;
   padding-bottom: .6em;
   padding-top: .6em;
   padding-left: 0em;
   padding-right: 0em;
   margin-top: 1.5em;
   margin-bottom: 1.5em;
    margin-left: 25px;
    width: 155px;
}

.hidden {
    display: none;
}

.balken {
    padding-left: 0px;
    /*background-image: url('../images/headline.jpg');*/
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#navbottom { position: fixed; top: 100%; left: -3px; margin-top: -54px; z-index: 100; background-color: #FFFFFF; }



/* Rahmen außen für Listentabellen*/
.listtable  {
    background: #E6E6FA;
    border: 5px solid #E6E6FA;
}

/* Rahmen außen für Bildtabellen*/
.pictable  {
    border: 2px solid #E6E6FA;
}

/* Schriftart fuer Bildbeschreibungen*/
.picdescr  {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #708090;
    font-size: 7pt;
    font-weight: lighter;
    line-height: 120%;
    border: thin outset #F0F8FF;
    text-align: left;
    letter-spacing: -1pt;
    vertical-align: top;
    word-wrap: break-word;
    background: #F0F8FF;
}

.descr  {
    color: White;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight : normal;
    line-height : 100%;
    text-indent : 10px;
    padding-left : 20px;
    padding-top : 10px;
    vertical-align : top;
}

/* Anfangsbuchstaben hervorheben*/
.picmember  {
    border : thin groove #E6E6FA;
}

a.linkstyle_gratulation {
    display: block;
    background-color: #9AB6C8;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #4682B4;
    text-decoration: none;
} 

a.linkstyle_gratulation:hover {
    color: White;
    text-decoration: none;
    font-style: italic;
    font-weight: normal;
}

.teaser_img   {float:right; margin-left: 10px; margin-bottom: 10px;
}

