body{
        margin:0px;
        font-family:Verdana,Arial;
		background-image:url("Bilder/background.jpg");
		 background-attachment:fixed;
}
h3{
		font-size:14px;
		text-decoration:underline;
		margin-bottom:5px;
		margin-top:8px
}
#wrapper{
        width:990px;
		margin-left:0px;
		margin-left:10px;
}
#main{
        float:left;
        display:inline;
        margin-top:-8px;
		margin-left:9px;
        width:955px;
        background-image:url("Bilder/border-right_10.gif");
		background-position:right;
		background-repeat:repeat-y;
		z-index:3;
		border-left:1px solid #666666;
}
#header{
        width:1000px;
        background: url('Bilder/Header.gif');
        height:228px;
        float:left;
        overflow:hidden;
		margin-top:-10px;
		margin-left:-25px;
        margin-bottom:0px;
}

#logolink{
position : absolute;
width:412px;
height:150px;
top:30px;
left:26px;
}

#header #hbilder{
        margin:68px 50px 0px 250px;
        display:inline;
        float:right;
}
#header #topnav{
        margin:8px 35px 50px 270px;
        display:inline;
        float:right;
}
#topnav img{
        border:0px;
        margin-left:-6px;
}
#border{
        width:10px;
        margin-top:-3px;
        background-image:url("Bilder/border-right_10.gif");
        float:left;
        text-indent:-500px;
}
#content{
        float:left;
        display:inline;
        margin-left:0px;
        margin-top:-2px;
        padding-top:20px;
        font-size:11.5px;
}
#content h1{
        font-size:11.5px;
}
.green{
		color:#07743B;
}
#content .box{
        width:685px;
		font-size:1em;
        border:1px solid #666666;
        background-color:#F5F5F5;
		margin:20px 0px 20px 25px;
        padding:15px;
		z-index:10;
		overflow:hidden;
        -moz-border-radius:10px;
        -khtml-border-radius:10px;
}
#content a{
		color:#158249;
		font-weight:bold;
}
#content .box .lo{
        background-image:url('Bilder/Ecke_lo.gif');
        text-indent:-5000px;
        width:10px;
        height:9px;
        margin:-16px;
}
#content .box .lu{
        background-image:url('Bilder/Ecke_lu.gif');
        text-indent:-5000px;
        width:10px;
        height:9px;
        margin-left:-16px;
        margin-top:64px;
}
#content .box .ro{
        background-image:url('Bilder/Ecke_ro.gif');
        text-indent:-5000px;
        width:10px;
        height:9px;
        margin-top:7px;
        margin-left:506px;
}
#content .box .ru{
        background-image:url('Bilder/Ecke_ru.gif');
        text-indent:-5000px;
        width:10px;
        height:9px;
        margin-top:-7px;
        margin-left:509px;
}
/* Navigation */
#right{
        float:left;
		dispaly:inline;
        width:168px;
        margin-left:29px;
        margin-top:40px;
        border-left:1px solid #D6D7D7;
        font-size:11.5px;
        z-index:1;
}
#right .link{
        display:block;
        width:152px;
        height:16px;
        border-bottom:1px solid #D6D7D7;
        color:#000000;
        font-size:11.5px;
        text-decoration:none;
        padding-left:20px;
        vertical-align:center;
}
#right a:hover.link{
        background-color:#07743B;
        color:#FFFFFF;
}

.news {
        margin-left:20px;
}
#footer{
        float:left;
        width:1000px;
        height:59px;
		margin-left:-25px;
        font-size:10px;
		color:#000000;
        background-image:url('Bilder/footer.gif');
}
#footer a{
		text-decoration:none;
		color:#000000;
}
#footer a:hover{
		text-decoration:underline;
}
.news a{
        color:#07743B;
        text-decoration:none;
        font-weight:800;
}
.news a:hover{
		text-decoration:underline;
}
dl{ float: left; margin-right: 1em; max-width:341px;}
dl dt { margin-bottom: 0; }
dl dd { margin: 5px;text-align:center;font-size:11px; }