@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-image: url(../grafiken/bg.jpg);
}
#wrapper {
	width: 1000px;
	margin-left: -600px;
	position: relative;
	left: 50%;
}
#header {
	background-color: #333;
	height: 20px;
	width: 1000px;
}
#navi_left {
	float: left;
	height: 20px;
	width: 200px;
}
#navigation {
	vertical-align: middle;
	height: 20px;
	width: 100%;
	text-align: center;
}
#main_left {
	background-color: #CCC;
	float: left;
	height: 556px;
	width: 200px;
	background-image: url(../grafiken/main_left_logo.jpg);
}
#slider {
	background-color: #666;
	float: left;
	height: 556px;
	width: 800px;
	position: relative;
}
.scroll {
	background-color: #FFF;
	float: left;
	height: 556px;
	width: 800px;
	position: relative;
}
.scrollContainer {
	background-color: #FFF;
	float: left;
	height: 556px;
	width: 100%;
	position: relative;
}
.div_main {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	line-height: 15px;
	font-weight: 200;
	color: #FFF;
	text-align: justify;
	float: left;
	height: 556px;
	width: 800px;
}
#foto_top {
	padding: 0px;
	height: 200px;
	width: 800px;
	background-color: #999;
}
.text_main {
	background-color: #CCC;
	margin: 10px;
	height: 332px;
	width: 760px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 17px;
	font-weight: 200;
	color: #333;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.text_main a:link {
	color:#880002;
	text-decoration: none;
	font-weight: bold;
}
.text_main a:hover{
	color:#CD2330;
	text-decoration: none;
	font-weight: bold;
}
.text_ main a:visited {
	color:#880002;
	text-decoration: underline;
}
.text_main a:active{
	color:#880002;
	text-decoration: none;
}
#footer {
	background-color: #333;
	height: 20px;
	width: 1000px;
	float: left;
	clear: left;
}
#footer_left {
	float: left;
	height: 20px;
	width: 200px;
}
#copyright {
	vertical-align: middle;
	height: 20px;
	width: 100%;
	text-align: center;
}
a img {
	border: 0px;
}

#team {
	position: absolute;
	z-index: 100;
	left: 0px;
	bottom: 0px
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #333;
}

