html, body {
    height: 100%;
    width: 100%
    }
body {
    background: #d7e1d9 url(../images/page/body_background.jpg) top repeat-x;
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #2c4c31
    }
a, a:visited {
    color: #2C4C31;
    text-decoration: underline
    }
a:hover {
    text-decoration: underline
    }
table tr td {
    padding: 10px;
    padding-left: 0
    }
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
    }
/* affects only IE7 */
.clearfix {
    min-width: 0
    }
/* targets only IE5-6 and hidden from lowly IEmac \*/
* html .clearfix {
    height: 1%
    }
/* end hide IEmac */
/* What? You want to get crazy and do IEmac too? Okay. \*/
/*/
    .clearfix { display: inline-table; } 
/* end IEmac only */
.wrapper {
    margin: 0 auto;
    width: 1045px;
    text-align: left;
    position: relative
    }
.wrapper .header {
    position: relative;
    height: 99px;
    background: #d7e1d9;
    margin: 18px 10px 0 0
    }
.wrapper .header .logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 261px;
    height: 99px
    }
.wrapper .header .mainmenu {
    position: absolute;
    bottom: 10px;
    right: 40px
    }
.wrapper .header .mainmenu ul li {
    float: left;
    position: relative
    }
.wrapper .header .mainmenu ul li a {
    text-align: center;
    color: #324e35;
    text-decoration: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: block;
    border-right: 2px solid #4c664f;
    height: 17px;
    margin: 0 0 0 0;
    padding: 3px 0 0 0;
    width: 100px
    }
.wrapper .header .mainmenu ul li.last a {
    border-right: none
    }
.wrapper .header .mainmenu ul li a:hover {
    text-decoration: underline;
    /*	filter: alpha(opacity=80);
    	-moz-opacity: 0.80;
    	-khtml-opacity: 0.80;
    	opacity: 0.80;
    	background: #FFF;	*/
    }
.wrapper .header .mainmenu ul li:hover ul {
    display: block
    }
.wrapper .header .mainmenu ul li.active a {
    font-weight: bold
    }
.wrapper .header .mainmenu ul li.active ul li a {
    font-weight: normal
    }
.wrapper .header .mainmenu ul li.active ul li.active a {
    font-weight: bold
    }
.wrapper .header .mainmenu ul li ul {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 180px;
    margin-left: -30px
    }
.wrapper .header .mainmenu ul li ul li {
    width: 180px;
    z-index: 9999;
    background: url(../images/page/mainmenu_pfeil.png) 0 2px no-repeat;
    background: url(../images/page/mainmenu_level2_bgr.png) top left no-repeat
    }
.wrapper .header .mainmenu ul li ul li a {
    position: relative;
    z-index: 9999;
    border: none;
    height: 20px;
    padding: 5px 0 0 15px;
    text-align: left;
    width: 120px;
    margin: 0 0 0 20px
    }
.wrapper .header .mainmenu ul li ul li a:hover {
    text-decoration: underline;
    background: url(../images/page/mainmenu_pfeil.png) 3px 8px no-repeat
    }
.wrapper .header .mainmenu ul li ul li.first a {
    padding: 20px 0 0 15px
    }
.wrapper .header .mainmenu ul li ul li.first a:hover {
    padding: 20px 0 0 15px;
    background: url(../images/page/mainmenu_pfeil.png) 3px 23px no-repeat
    }
.wrapper .header .mainmenu ul li ul li.last {
    background: url(../images/page/mainmenu_level2_bgr.png) bottom left no-repeat
    }
.wrapper .shadow_right {
    background: url(../images/page/right_shadow.png) top right repeat-y
    }
.wrapper .page_pics .top_shadow {
    background: url(../images/page/top_shadow.jpg) top right no-repeat;
    height: 30px;
    width: 10px;
    position: absolute;
    top: 99px;
    right: 0
    }
/*.wrapper .shadow_bottom {
	background: url(../images/page/bottom_shadow.png) bottom left no-repeat;
	height: 6px;
}*/
.wrapper .shadow_right .page_pics {
    margin: 0 10px 0 0;
    height: 252px
    }
.wrapper .shadow_right .page_pics .left_pic {
    float: left
    }
.wrapper .shadow_right .page_pics .center_pic {
    float: left
    }
.wrapper .shadow_right .page_pics .right_pic {
    float: left
    }
.wrapper .shadow_right .page_content {
    min-height: 400px;
    margin: 0 10px 0 0;
    border-left: 1px solid #e6ebe7;
    background: #FFF;
    padding: 0 0 30px 0
    }
.green_border {
    background: url(../images/page/balken.png);
    position: absolute;
    height: 633px;
    width: 41px;
    top: 116px;
    right: 10px
    }
.footer {
    margin: 10px 0 10px 0;
    color: #38573d;
    font-size: 11px
    }
.footer a {
    color: #38573d;
    font-size: 11px;
    text-decoration: none
    }
.footer a:hover {
    text-decoration: underline
    }
p.bodytext {
    margin-bottom: 10px
    }
table p.bodytext {
    margin: 0
    }
h2 {
    font-family: Verdana;
    font-size: 16pt;
    padding-bottom: 10px;
    font-weight: bold
    }
h3 {
    font-family: "Verdana", "sans-serif";
    font-size: 14pt;
    text-align: left;
    margin: 0 46.15pt 0 0;
    padding-bottom: 10px;
    line-height: 1.1;
    font-weight: bold
    }