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

html, body{
	background-color:#eee;
	font-family:  "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #516318;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	overflow: hidden;	
}
.scroll{
	position:absolute;
	width:100%;
	height:100%;
	overflow:auto;
}
.verlauf{
	position:absolute;
	background-image:url(layoutimages/banner_site.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:240px;
}
.center{
	position:absolute;
	width:1024px;
	/*top:200px;*/
	left: 50%;
	margin-left: -512px;
	
	
}
.space{
	width:100%;
	height:10px;
}
.spaceE{
	width:100%;
	height:5px;
	background-color:#eeeeee;
}
.clear{
	clear:both;
}
/* ------------------------------------------- */
.banner{
	position:relative;
	background-image:url(layoutimages/banner.jpg);
	left:82px;
	width:860px;
	height:139px;
}
/* ------------------------------------------- */
.container10{
	padding:0px 10px 0px 10px;
}
.container20{
	background-image:url(layoutimages/content_back.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	min-height:148px;
}
.content{
	position:absolute;
	top:175px;
	width:1024px;
	/*background-color:#999999;*/
	height:auto;
}
.leftcont{
	position:relative;
	background-color:#dde4c7;
	width:250px;
	height:auto;
	float:left;
}
.midcont{
	position:relative;
	width:524px;
	height:auto;
	float:left;
}
.rightcont{
	position:relative;
	background-color:#dde4c7;
	width:250px;
	height:auto;
	float:left;
}
/* ------------------------------------------- */
.infotop{
	background-image:url(layoutimages/head_back.jpg);
	background-repeat:no-repeat;
	width:250px;
	height:29px;
}
.infotop2{
	background-image:url(layoutimages/shead_back.jpg);
	background-repeat:no-repeat;
	width:250px;
	height:29px;
}
.infobottom{
	background-image:url(layoutimages/bottom_back.jpg);
	width:250px;
	height:20px;
}
/*--LOGIN-----------------------------------------*/
.login{
	position:absolute;
	top:145px;
	left: 50%;
	margin-left: 150px;
	width:360px;
	height:25px;
}
/*--SPEZALITY-----------------------------------------*/
.runner{
	position:relative;
	left:0px;
	top:0px;
	float:left;
	background-image:url(uploadpics/runner.gif);
	background-repeat:no-repeat;
	width:50px;
	height:76px;
}
/*tooltipp----*/
div.tt{
	z-index: 100;
	display: none;
	background-color:#eee;
	border:1px solid black;
	padding:5px;
	color:#000000;
}
/*kontakt----*/
.form, .formbad {
	background-color: #dde4c7;
	border: 0px;
	border-bottom:1px solid #516318;
}
.formbad {
	font-weight:bold;
	color:#cc9200;
}
/*Spirale----*/
.spirale{
	background-image:url(layoutimages/spiral.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:25px;
}
