@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	background-image: url(../images/pattern.jpg);
	background-repeat:repeat;
	height: 100%;
	text-align: center;
}

#container{
	width: 806px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	width: 804px;
	height: 200px;
}
#flash{
	background: none;
	width:225px;
	height: 25px;
	position:absolute;
	margin-top: 102px;
	margin-left: 395px;
}
.menu{
	background: none;
	position: relative;
	top: 139px;
	left: 30px;
	width: 750px;
	height: 60px;
	font-family:verdana;
	font-size: 14px;
}
.menu li{
	display:inline;
	margin-top:10px;
}
.menu li a:hover {
	color:white;
	text-decoration:none;
}
.navi{
	color:black;
	text-decoration:none;
	margin: 0px 15px 0px 15px;
}
.navi_a{
	position:relative;
	color:white;
	text-decoration:none;
	background-image: url(../images/menu_button.png);
	background-repeat:no-repeat;
	background-position:center;
	width:99px;
	height:55px;
	padding:14px 29px 32px 29px;
	text-align:center;
	margin-top:20px;
}

#content{
	background-image: url(../images/content_back.png);
	background-repeat:repeat-y;
	margin-left:1px;
	padding-bottom: 20px;
	width: 804px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float:left;
	
	font-family: verdana;
	font-size: 13px;
	color:black;
}
#content a{
	color: #870d14;
	text-decoration:underline;
}
#content a:hover{
	color: #870d14;
	text-decoration:none;
}

#links{
	background: none;
	position:relative;
	top: 20px;
	left: 40px;
	width: 180px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float:left;
}

.button{
	background-image: url(../images/button.png);
	background-repeat:no-repeat;
	width: 173px;
	height: 143px;
	padding: 5px;
}

.news_oben{
	background-image: url(../images/news_oben.png);
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-left:10px;
	margin-bottom: -20px;
	width: 160px;
	height: 61px;
}
.news{
	background-image: url(../images/news_back.jpg);
	background-repeat:repeat-y;
	margin-left: 10px;
	width: 160px;
	min-height: 100px;
	height: auto;
}
.news h1{
	font-size:14px;
	color: #870d14;
	padding:5px;
	text-align:left;
}
.news .bodytext{
	padding:5px;
	text-align:left;
}
.news_unten{
	background-image: url(../images/news_unten.png);
	background-repeat:no-repeat;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	width: 160px;
	height: 16px;
}

#rechts{
	background: none;
	position:relative;
	margin-top: 20px;
	margin-left: 245px;
	width: 500px;
	min-height: 300px;
	height: auto;
}
.inhalt{
	background: none;
	width: 500px;
	min-height: 330px;
	height: auto;
	margin:2px;
	text-align:justify;
}
.inhalt h1{
	font-size: 17px;
	color: #870d14;
	margin-bottom:20px;
	text-align:left;
}

#marquee{
	position:absolute;
	margin-top:-32px;
	margin-left:20px;
	background:none;
	width: 760px;
	height: 20px;
}
#marquee .bodytext{	
	color: #474747;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
}

#footer{
	background-image: url(../images/footer.png);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	margin-left: 2px;
	margin-bottom: 10px;
	width: 802px;
	height: 86px;
}
#footer p{
	text-align: center;
	color: white;
	font-family:verdana;
	font-size:11px;
	margin-top: 40px;
}
#footer a{
	text-decoration: underline;
	color: white;
}
#footer a:hover{
	text-decoration: none;
	color: white;
}
	
.csc-default ul {
	list-style-image: url(../images/liste.png);
}	

/*KONTAKT-FORMULARE*/

fieldset.tx-powermail-pi1_fieldset{
background-color: #d6d4d5;
border: none;
}
fieldset.tx-powermail-pi1_fieldset label {
/* label */
font-weight: normal;
}
fieldset.tx-powermail-pi1_fieldset div.even{
background-color: #d6d4d5;
}


/*SCHADENANZEIGE*/

.schaden_links{
float:left;
width:227px;
}
fieldset.schaden_links input.powermail_text{
width:227px;
}

.schaden_rechts{
width:227px;
margin-top:10px;
margin-bottom:250px;
}
fieldset.schaden_rechts input.powermail_text{
width:220px;
}
fieldset.schaden_rechts legend{
visibility:hidden;
}

