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

* {padding:0 ; margin:0; font-family: Verdana, Geneva, sans-serif; text-decoration:none;}
#gesamt {
	position: absolute;
	top:0px;
	left:50%;	
	height:650px;
	width:1000px;
	margin-left:-500px;
}
#header {
	position: absolute;
	top:0px;
	left:0px;	
	height:645px;
	width:215px;
}
#sidebar {
	position:absolute;
	top: 0px;
	left: 745px;
	width:215px;
	height: 645px;
}
#navibereich {
	position: absolute;
	top: 540px;
	left: 425px;
	width: 159px;
	height: 30px;
}
#navibereich a {
	display: block;	
	float: left;
	background-image: url(menu_off.png) repeat: none;
	height: 30px;
	padding-top: 0px;
	width: 30px;
	text-align: center;
}
#navibereich a.active,
#navibereich a:hover {
	background-image: url(menu_on.png) repeat: none;
}

#head {
	position: absolute;
	left: 215px;
	top: 25px;
	height: 40px;
	width: 571px;
	font-size: 24px;
	font-weight:bold;
	color: #4187B3;
	text-align:center;
}
.logotext {
	font-size: 16px;
	color:#B56B31;
	font-weight:bold;
}
.unterzeile {
	font-size:12px;
	line-height:14px;
	color:#000;
}
#picture {
	position: absolute;
	left: 215px;
	top: 65px;
	height: 365px;
	width: 570px;
	text-align:center;
}
#text {
	position: absolute;
	left: 250px;
	top: 432px;
	height: 50px;
	width: 500px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #4187B3;
	text-align: center;
}
#tribolog {
	position: absolute;
	top: 440px;
	left: 330px;
	width: 350px;
}
#button {
	position: absolute;
	top: 500px;
	left: 405px;
	width: 190px;
	height: 25px;
	padding-top: 2px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}
.a_button {
	color: #d2843d;
}
a {
	color:#4187B3;
}
#wolfgang {
	position:absolute;
	left: 0px;
	top: 265px;
	width:350px;
	height: 300px;
}
#stephan {
	position: absolute;
	left: 728px;
	top: 281px;
	width: 257px;
	height: 293px;
}
#footer_1 {
	position: absolute;
	left: 0px;
	top: 565px;
	height: 80px;
	width: 465px;
	padding: 5px 10px 5px 30px;
	font-size: 13px;
	line-height: 16px;
	color: #4187B3;
	background-image: url(box_unten.png);
	background-repeat: no-repeat;
}
#footer_2 {
	position: absolute;
	left: 503px;
	top: 565px;
	height: 80px;
	width: 475px;
	padding: 5px 10px 5px 20px;
	font-size: 13px;
	line-height: 16px;
	color: #4187B3;
	background-color: #FFF;
	background-image: url(box_unten.png);
	background-repeat: no-repeat;
}
.klein-weiss{
	font-size:3px;
	line-height:3px;
}
#copyright {
	position: absolute;
	left: 304px;
	top: 35px;
	height: 380px;
	width: 392px;
	background-color: #FFFFFF;
	font-size: 13px;
	line-height: 16px;
	color: #4187B3;
	overflow: scroll;
}
.fl {
	float:left;
}
