@charset "utf-8";
/* CSS Document */

body{
	background-color: #FFFFFF;
	font-family: Arial, sans-serif, Verdana, Helvetica;
	font-size: 12px;
	margin: 0px;
}

img, img:active{
	border:0 !important;
}

#page {
	margin:auto;
	position:relative;
	width:1000px;
}

a {
	color: #94BE15;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.active {
	font-weight:bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}

#content a{
	color:#fff;
	font-weight:bold;
}

#menu{
	position:absolute;
	left:185px;
	font-size:14px;
	text-transform: uppercase;
	word-spacing: 5px;
}

#submenu_bs{
	position:absolute;
	left:246px;
	top:40px;
}

#submenu_team{
	position:absolute;
	left:558px;
	top:40px;
}

#submenu_kontakt{
	position:absolute;
	left:605px;
	top:40px;
}

#logo{
	position:absolute;
	top:145px;
	left:20px;
	width:358px;
	height:40px;
}

#leftimg{
	position:absolute;
	top:215px;
	width:185px;
	height:240px;
}

#rightimg{
	position:absolute;
	left:665px;
	top:215px;
	width:335px;
	height:240px;
}

#main{
	position:absolute;
	left:185px;
	top:215px;
	width:480px;
	background-color:#94BE15;
	height:450px;
	overflow: hidden;
	color: #fff;
}
.forcescrollbar{
	overflow-y: scroll !important;
}
#content{
	margin-top: 40px;
	padding: 5px;
	color:#fff;
	height:auto;
}
.home{
	margin-top: 0px !important;
}

h1{
	position:absolute;
	top:3px;
	height:21px;
	padding:4px 5px 0px 5px;
	background-color:#fff;
	color: #E2007F;
	font-size:14px;
	font-weight: normal;
}    
#menuheadline{
	position:absolute;
	top:12px;
	height:21px;
	padding:4px 5px 0px 5px;
	background-color:#fff;
	color: #E2007F;
	font-size:14px;
}

#impressum{
	position:absolute;
	left:805px;
	top:460px;
	color: #94BE15;
}
#footer{
	position:absolute;
	top: 705px;
	width: 1000px;
	border-top: 1px solid #94BE15;
}
#footer_text{
	padding-top: 5px;
	color: #94BE15;
	/*background-color:#94BE15;*/
}
#footer_text span{
	text-align: justify;
}
