table { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.aussen {
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.boot {
	width: 100%;
	margin-bottom: 10px;
}
.ueberschrift {
	width: 100%;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #999;
	font-size: 14px;
	font-weight: bold;
	color: #D2232A;
	margin-bottom: 3px;
}
.ueberschrift .links {
	float: left;
}
.ueberschrift .links a{
	color: #D2232A;
}
.ueberschrift .links a:hover{
	text-decoration: none;
}
.ueberschrift .rechts {
	float: right;
	color: #000000;
	font-size: 11px;
}

.text {
	width: 100%;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #F2F2F2;
	margin-bottom: 5px;
	height: auto;
	min-height: 70px;
}
html*.text {
	height:70px;
}
head:first-child+body .text {
	height:auto;
}


.text .links {
	float: left;
	width: 20%;
	text-align: left;
}
.text .rechts {
	float: right;
	width: 80%;
	font-size: 13px;
}
.text .rechts a{
	color: #000000;
	text-decoration: none;
}
.text .rechts a:hover{
	color: #D2232A;
}
.slide {
	display: none;
	width: 100%;
	margin-bottom: 15px;
}
.slide .links{
	width: 50%;
	float:left;
	padding-top: 10px;
}
.slide .rechts{
	width: 49%;
	float: right;
	text-align: right;
}
.slide .rechts img{
	margin-top: 5px;
}

.slide .oben {

}
.slide .unten {
margin-top: 5px;
padding: 2px;
background-color: #F2F2F2;
}

.form1 {
margin: 0px;
padding: 0px;
}

.kontaktformular {
padding-bottom: 3px;
padding-right: 3px;
background-color: #F2F2F2;
}

.thumb {
margin-right: 5px;
margin-bottom: 5px;
}

.datum { text-align: right;}

.clr {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
