
* {
	
	
}


html {
height:100%;
margin-bottom:1px;
 	
}


/* HTML-Tags */

body {
background-color: #858273;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;

}


img {
border: 0px;


}
	
/*Titel*/
h1 {
margin: 0px;
padding: 0px 0px 15px 0px;
color: #9a1a14;
font-size: 18pt;
}

h2 {
margin: 0px;
padding: 0px 0px 5px 0px;;
color: #000;
font-weight:bold;
font-size: 14pt;
}

h3 {
background-color: #da251c;
background-image: url(../bilder-design/line.jpg);
background-repeat: no-repeat;
background-position: bottom;
color: #FFFFFF;
font-size: 12px;
font-weight: normal;
display: block;
height: 20pt;
margin: 0px 0px 10px 0px;
padding: 3px;
}

/*Generelle Links*/
a:link {color: #9a1a14; text-decoration: underline;}
a:visited {color: #9a1a14; text-decoration:none;}
a:hover {color: #9a1a14; text-decoration:none; }
a:active {color: #9a1a14; text-decoration:none;}



/*Wrapper DIV*/
#wrapper {
margin: 0 auto; /* 0 hinzugefügt, weil in vertical ist auto allein nicht sauber möglich (michel) */
width: 950px; /*Breite Angeben*/

}
	

	


/*
==================
Head Bereich
==================
*/

#header {
display: none;


}

#header img{
float: left;
padding: 9px 0px 0px 9px;

}





/*
==================
Navigation
==================
*/

#metanav {
display: none;

}




#navigation {
display: none;

}
	





/*
==================
Content-Bereich
==================
*/
#content {
float: left;
background-color: #FFFFFF;
margin-top: 15px;
padding: 0px;
padding-bottom: 10px;

}
	

#maincontent {
float: left;
background-color: #FFFFFF;
margin: 0px 30px 20px 20px;
padding: 15px 0px 0px 0px;
width: 700px;

}

#maincontent ul {
list-style-image:none;
vertical-align:top;

}


/*
==================
Sidebar-Bereich
==================
*/	
#sidebar {
display: none;


}


/*
==================
Footer-Bereich
==================
*/	

#footer {
display: none;


}




/*
===================
Typo3 Erweiterungen
===================
*/	

/*tt_news*/

.news-latest-date {
color: #000;
padding-top: 10px;
font-size: 11px;

}

.news-latest-morelink{
margin-top: -10px;

}

.news-latest-item {
margin-bottom: 10px;
padding-bottom:10px;
border-bottom: 1px solid #ccc;

}

.news-latest-item  a:link {color: #000; text-decoration: none;}
.news-latest-item  a:visited {color: #000; text-decoration:none;}
.news-latest-item  a:hover {color: #000; text-decoration:none; }
.news-latest-item  a:active {color: #000; text-decoration:none;}


.news-subheader {
font-size: 12px;
font-weight:bold;
color: #9a1a14;

}

.news-latest-morelink{


}

.news-single-img {
margin-top: 10px;

}

.news-single-img .lightboxbild {
float: left;
margin: 0 5px 0 0;
}

.news-single-img p {
margin: 2px 0 5px 0;	
}

.news-single-backlink {
clear: left;	
}


/*Formulare*/
legend {
font-weight: bold;
color: #000000;
padding: 15px 0px 15px 0px;

}

fieldset {
border: 1px solid #000; /*Farben anpassen*/
display: block;
padding-left: 20px;

}

label {
width: 80px; /*Breiten anpassen*/
float: left;

}


/*Kontaktformulare*/

.seite13 input, seite32 input{
border: 1px solid #000; /*Farben anpassen*/
margin-bottom: 10px;

}

textarea {
border: 1px solid #000; /*Farben anpassen*/
}

.absendeknopf {
border: 1px solid #000;
font-weight: bold;
background-color: #fff;
color: #000;
margin: 10px 0 10px 0px;
/*optional*/

}

.input-newsletter{
margin: 5px 0px 10px 0px;
width: 300px;

}

.sendeknopf {
border: 1px solid #000;
font-weight: bold;
background-color: #fff;
color: #000;
margin: 10px 0 10px 0px;
/*optional*/

}



#dm_subscription_catlist{
width: 200px;
margin-top: 20px;
}




.fehlertext {
color: #000;
font-weight: bold;
background-color: #f99;
padding: 2px;
border: 1px solid #f00;
width: 375px;

}

.formfehler {
border: 1px solid #f00;
margin-bottom: 5px;

}

/*optional*/
.pflichtfelder {
margin: 12px 0 0 170px;

}

.contenttable{


}


.bodytext {
/*float: left;*/
margin: 0;
padding: 0;

}


a.download img{
margin-bottom: -3px;

}


#map {
width: 440px; 
height: 320px; 
margin: 0px;
padding: 0px;
color:#000;

}





table {

	margin: 0;
	padding: 0;
}
caption {
	/*	font-stretch: condensed;*/
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}
th, td {
	border-bottom: 1px solid #858273;
	border-top: 1px solid #666;
	padding: 0.5em;
	vertical-align: 4px;
}
th {
	text-align: left;
	
}
thead th, tfoot th, tfoot td {
	background-color: #b4b3ae;
	font-size: 1.1em;
}
tbody th {
	padding-left: 24px;
}
tbody th, td {
	background-color:#eee;
}
tbody tr:hover td, tbody tr:hover th {
	background-color: #dcdbd9;
}
tr.odd td, tr.odd th {
	background-color: #ddd;
}
tbody a {
	color: #333;
}
tbody a:visited {
	color: #999999;
}
tbody a:hover {
	color: #33c;
}
tbody a:active {
	color: #33c;
}
tbody td+td+td+td a {

	padding-right: 12px;
}
tfoot th {
	text-align: right;
}
tfoot th:after {

}

.tabletop {
background-color: #B4B3AE;
}

/*Seite Rückblick*/

.seite31 th, td {
	border-bottom: 1px solid #858273;
	border-top: 1px solid #666;
	padding: 0.3em;
	vertical-align: 4px;
}

/*Intern*/

.csc-form-labelcell {
	background-color:#fff;
}

.csc-form-labelcell  tbody th, td {
	background-color:#fff;
}
.csc-form-labelcell  tbody tr:hover td, tbody tr:hover th {
	background-color: #fff;
}
.csc-form-labelcell  tr.odd td, tr.odd th {
	background-color: #fff;
}

.csc-form-labelcell thead th, tfoot th, tfoot td {
	background-color: #fff;
	font-size: 1.1em;
}



.seite2 #maincontent img {
border:1px solid #ddd!important;
}

.seite2 .csc-firstHeader {
width: 450px;
float: left;
padding-top: -20px !important;
margin-top: -25px!important;

}


.seite2 .csc-header {
width: 450px;
float: left;
padding-top: 25px;

}

.seite61 #maincontent img {
border:1px solid #ddd!important;
}



.seite23 #maincontent .csc-textpic-imagewrap{


}








