html {
 height:100%;
 width:100%;
}


body {
 font-family: Verdana;
 font-size: 11px;
 margin: 0px 0px 0px 0px;
 height:100%;
 width:100%;
}





/* Start Navigation */
.menu-container {
 background-color: #FFFFFF;
 border: 1px solid #CDD7E1;
 position: absolute;
 top: 34px;
 width: 170px;
 z-index: 1;
}

.menu-item {
 color: #000000;
 font-family: Verdana, Tahoma, Arial;
 font-size: 10px;
 padding: 5px 5px 5px 5px;
}
/* Ende Navigation */





.left-area {
 position: absolute;
 top: 95px;
 width: 168px;
}

.right-area {
 left: 178px;
 position: absolute;
 top: 95px;
}





.teaser-title {
 color: #6B8E1A;
 font-family: Verdana;
 font-size: 11px;
 font-weight: bold;
}

.teaser {
 color: #6B8E1A;
 font-family: Verdana;
 font-size: 10px;
 font-weight: bold;
}





a:active.leftnav, a:focus.leftnav, a:hover.leftnav, a:link.leftnav, a:visited.leftnav {
 color: #000000;
 font-family: Verdana;
 font-size: 10px;
 font-weight: bold;
 text-decoration: none;
}





.reiter-con {
 background-color: #FFFFFF;
 border-top: 1px solid #B2B2B2;
 font-family: Verdana;
 font-size: 11px;
 text-align: center;
 width: 90px;
}

.reiter-sel {
 background-color: #EEF2F5;
 border-top: 1px solid #B2B2B2;
 font-family: Verdana;
 font-size: 11px;
 text-align: center;
 width: 90px;
}

a:active.reiter, a:focus.reiter, a:hover.reiter, a:link.reiter, a:visited.reiter {
 color: #000000;
 text-decoration: none;
}





a:active, a:focus, a:link, a:visited {
 color: #000000;
 text-decoration: underline;
}
a:hover {
 color: #6B8E1A;
 text-decoration: none;
}





a:active.green, a:focus.green, a:hover.green, a:link.green, a:visited.green {
 color: #4C6511;
 text-decoration: underline;
}

a:active.bold-green, a:focus.bold-green, a:hover.bold-green, a:link.bold-green, a:visited.bold-green {
 color: #6D8E1B;
 font-size: 10px;
 font-weight: bold;
 text-decoration: underline;
}





.remark {
 color: #999999;
 font-size:10px;
}





.container {
 background-color: #EEF2F5;
 border: 1px solid #B2B2B2;
 padding: 23px 0px 24px 5px;
}

.container-small {
 background-color: #F8FAFC;
 border: 1px solid #B2B2B2;
 padding: 6px 0px 7px 5px;
}









