/* CSS Document */
@media print{
.noprint{
	display:none;
}}
html, body {
	
	background-color: #fff;
	font-family:  Arial,Helvetica,Verdana,sans-serif,"Trebuchet MS",;
	font-size: 12px;
	font-weight: normal;
	color: #343339;
	text-decoration: none;
	margin: 0;
	padding: 0;
	
	width:100%;
	height:100%;
	/*overflow:hidden;*/
}
.scroll{
	position:relative;
	top:0px;
	width:100%;
	height:100%;
	overflow:scroll;
}
.container{
	background-color:#dad9df;
	background-image:url(upload/layoutimages/bg.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
	
}
.bilder{
	/*position:absolute;*/
	float:left;
	width:530px;
}
.inhalt {
	/*background-color:#dad9df;*/
	margin: 0px 3em 0px 550px; /*0 6 0 480*/
	width:auto;
}
.rechts {	
	float:right;
	width:3em;
}
/*--MEHRERE TEXTSPALTEN-----------------------------------------*/
.spaltencontainer{
	/*background-color:#dad9df;
	margin:0px 10px 0px 10px;*/
	overflow:hidden;
	
}

.spalte{
	float:left;
	width:50%;
	background-color:#dad9df;
	text-align:justify;
	height:320px;
}
html>body .spalte{
	height:auto;
	min-height:320px;
}
.spalte1{
	float:left;
	width:49%;
	background-color:#dad9df;
	text-align:justify;
}
.spalte2{
	float:right;
	width:49%;
	background-color:#dad9df;
	text-align:justify;
}
/*--FUSS-----------------------------------------*/
.adresse{
	position:relative;
	text-align:center;
	color:#58585a;
	font-size:11px;
}
.fuss{
	float:right;
	font-size:10px;
	margin-right:5em;
}
/*--ALLGEMEIN-----------------------------------------*/
.space10{
	display:block;
	width:99%;
	height:15px;
	
	/*
	background-color:#ff0066;
	*/
}
.space3{
	width:100%;
	height:3px;
}
.inner{
	margin-left:20px;
	margin-right:20px;
	width:auto;
}
.clear{
	clear:both;
	height:0px;
	float: none;
	overflow:hidden;
}
/*--BANNER-----------------------------------------*/
.banner{
	background-color:#FFFFFF;
	width: 100%;
	height: 145px;
	clear:both;
}
.logo{
	float:right;
	margin-right:5em;
	background-image:url(upload/layoutimages/logo.jpg);
	background-repeat:no-repeat;
	width:323px;
	height:120px;
}
/*--FORMULAR-----------------------------------------*/
.form{
	border:0;
	border-bottom: 1px solid #6b0600;
	background-color:#f4f4f4;
}
.formbad{
	color:#cc3366;
	border:0;
	border-bottom: 1px solid #6b0600;
	background-color:#f4f4f4;
}