.scroller-2 {
	width:750px;
	height:280px;
	position:relative;
	padding-right:20px;
	margin-top:32px;
}

body {
	background-color: #8fba55;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #5a595b;
	background-image: url(images/bg_border.jpg);
	background-repeat: repeat-x;
}

*.*  body {
	font-size: 13px;
}

div.border {
	height: 600px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin: -300px 0 0 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #8fba55;
}

div.main {
	width: 966px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.menu {
	width: 190px;
	float: left;
	margin-top: 113px;
	height: 402px;
}
.submenu {
	width: 190px;
	float: left;
	margin-top: 0px;
	background-color: #b8db9b;
	height: 99px;
}
.submenu a{
	color: #546833;
	text-decoration: none;
	margin-left: 20px;
}

.submenu a:hover{
	color: #f37021;
	margin-left: 10px;
	background-image: url(images/icon.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 3px;
}
.submenu a.active{
	color: #f37021;
	margin-left: 10px;
	background-image: url(images/icon.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 3px;
}

.content {
	width: 776px;
	float: right;
	background-color: #fefbe7;
	height: 502px;
	position: absolute;
    z-index:0;
	margin-left:190px;
}
html.* .content {
	height: 505px;
	margin-left:-390px;
}

.active{
    z-index:1;
}
.logo {
	float: right;
	width: 775px;
	text-align: right;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
}
.footermenu {
	width: 190px;
	float: left;
	color:#FFF;
	margin-top:10px;
	font-size:11px;
}
.footermenu a{
	color:#FFF;
}
.footer {
	width: 776px;
	float: right;
}
.content .text {
	height: 327px;
	width: 387px;
	float: left;
	text-align: left;
}

.content .textstart {
	width: 387px;
	float: left;
	text-align: left;
	margin-left: -45px;
}
html.* .content .textstart .textleft {
	width: 350px;
}

html.* .content .textright {
	width: 358px;
}

.content .textleft {
	float: left;
	width: 620px;
	text-align: justify;
	margin-left: 65px;
	margin-right: 20px;
	margin-top: 0px;
	line-height: 20px;
}
html.* .content .textleft {
	margin-left: 10px;
	width: 350px;
	line-height: 15px;
}

.content p{
	margin-top: 0px;
}
.content .textright {
	float: right;
	width: 378px;
	text-align: justify;
	margin-right: 10px;
	margin-top: 0px;
	line-height: 20px;
}
.content .textright2 {
	float: right;
	width: 350px;
	text-align: justify;
	margin-right: 10px;
	margin-top: 13px;
	line-height: 20px;
	margin-top: 0px;
}
html.* .content .textright2, html.* .content .textright {
	line-height: 15px;
}

.content .ueberschrift {
	margin-left: 15px;
	margin-top: -20px;
	padding-left: 50px;
}
html.* .content .ueberschrift {
	margin-top: 0px;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom:13px;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 44px;
	font-weight: normal;
	margin-top:0px;
}
hr {
	border: none 0;
	border-top: 1px dashed #8FBA55;/*the border*/
	height: 1px;
} 
.main .content .next {
	bottom: 8px;
	right: 0;
	width: 35px;
	position: absolute;
}
.main .content .next a, .main .content .previous a {
	text-decoration:none;
	font-weight:bold;
	color:#5A595B;
	font-size:18px;
}

.main .content .previous {
	bottom: 8px;
	left: 0px;
	width: 35px;
	margin-left:15px;
	position: absolute;
}
html.* .main .content .previous {
	position: absolute;
	clear: both;
}

.main .content a {
	color: #8FBA55;
}


div.homefoto {
	bottom: 0px;
}
html.* div.homefoto {
	bottom: -1px;
}





/* SCROLLBAR */

.scrollbar-pane {
    margin-right: 15px;
}

.scrollbar-handle-container {
    background:url(../images/blank.png);
    width: 10px;
}

.scrollbar-handle {
    width: 10px;
    background: #8fba55;
}

.scrollbar-handle:hover {
    background: #ffdc00;
}

.scrollbar-handle.move {
    background: #ffdc00;
}
