body {
background-image: url(../p/bg_page.jpg);
background-position: right;
background-repeat: repeat-y;
width:100%;
text-align:center;
margin: 0px;
padding-top: 50px;
}

.border {
text-align:left;
margin: 0 auto;
width:980px;
height:632px;
}

.head {
position:absolute;
}

.theme {
position:relative;
top:56px;
padding:0px;
z-Index:2;
}

.abstand {
height:2px;
line-height:2px;
font-size:2px;
background-color:#FFFFFF;
position:relative;
top:56px;
}

.navi {
position:relative;
top:56px;
background-image: url(../p/bg_navi.jpg);
background-repeat: repeat-y;
height:60px;
width:980px;
}

.navi ul {
float:right;
list-style:none;
margin:0px;
padding:0px;
}

.navi ul li {
display:block;
height:58px;
width:110px;
vertical-align:top;
text-align:center;
float:left;
}

.navi ul li .active {
display:block;
padding-top:4px;
height:58px;
width:110px;
vertical-align:top;
text-align:center;
float:left;
color:#232F08;
background-image: url(../p/bg_navi_active.gif);
background-repeat: no-repeat;
}

.navi a {
font-family:Verdana,Arial,sans-serif;
text-decoration:none;
font-size:0.65em;
font-weight:bold;
color:#FFFFFF;
}

#content {
position:relative;
top:58px;
width:980px;
height:306px;
background-image: url(../p/bg_content.jpg);
background-repeat: repeat-y;
}

#unternavi {
margin-top:20px;
width:350px;
height:100px;
float:left;
}

#content_zusatz {
margin-top:20px;
width:350px;
float:left;
}

#unternavi ul {
list-style:none;
margin:0px;
padding:0px;
}

#unternavi li {
padding-left:20px;
height:30px;
}


#unternavi a {
font-family: Verdana,Arial,sans-serif;
color:#8BA044;
font-size:0.7em;
font-weight:bold;
text-decoration:none;
}

#unternavi .active {
font-family: Verdana,Arial,sans-serif;
color:#2F2B2B;
font-size:0.7em;
font-weight:bold;
text-decoration:none;
}


.content_text {
padding-top:20px;
padding-bottom:20px;
padding-right:50px;
width:490px;
height:255px;
overflow:hidden;
font-family: Verdana,Arial,sans-serif;
color:#2F2B2B;
font-size:0.7em;
}



#content_left {
margin-top:20px;
width:350px;
height:100px;
float:left;
}

.content_left_text {
margin-left:100px;
width:200px;
font-family: Verdana,Arial,sans-serif;
color:#2F2B2B;
font-size:0.8em;
}

h1 {
font-weight:bold;
margin-top:0px;
font-size:1.3em;
}

h2 {
font-weight:bold;
margin-top:0px;
font-size:1.0em;
}
























/* SCROLLING DIV */

#dhtmlgoodies_scrolldiv {
width:490px; /* The total width of the scrolling div including scrollbar */
}

#scrolldiv_parentContainer {
width:500px; /* Width of the scrolling text */
overflow:hidden;
border:0px solid #BC8FBD;
float:left;
position:relative;
}

/* CSS for the scrolling content */
#scrolldiv_content {
padding-right: 15px;
padding-left:4px;
padding-bottom:5px;
position:relative;
font-family: Verdana, Arial, sans-serif;
font-size: 1em;
color: #2B2B2B;
}


#scrolldiv_content a {
color: #2B2B2B;
}



/* The scrollbar slider  */
#scrolldiv_slider {
width:16px;
margin-left:2px;
float:left;
}
	
/* The scrollbar (The bar between the up and down arrow ) */
#scrolldiv_scrollbar {
width:16px;
border:1px solid #2B2B2B;
position:relative;
}

/* The scrollbar handle */
#scrolldiv_theScroll {
margin:1px;
width:14px;
height:14px;
background-color:#FFFFFF;
position:absolute;	
top:0px;
left:0px;
cursor:pointer;
}

#scrolldiv_scrollUp,#scrolldiv_scrollDown {
width:16px;
height:16px;
border:1px solid #2B2B2B;
color: #BC8FBD;
text-align:center;
font-size:16px;
line-height:16px;
cursor:pointer;
}
 
#scrolldiv_scrollUp {
margin-bottom:2px;
}

#scrolldiv_scrollDown {
margin-top:2px;
}

#scrolldiv_scrollDown span,#scrolldiv_scrollUp span {
font-family: Symbol;
}