/*
================================================
Typo 3 Master CSS
Version: 1.0
Letze Änderung: 26.05.2008 (Andrea Zbinden)

28. April 2008
Michel: Überall Kurzschreibweisen eingesetzt (#fff anstatt #fffff usw.), plus diverse kommentierte änderungen
29. Mai 2008
Michel: 0px = 0, diverse kleinere Sachen


================================================

Index
------------------------------------------------
Grundeinstellungen
- Univeral Selektor
- HTML-Tags
- Wrapper-DIV

Head Bereich
- Logo
- Sprachnavigation

Navigation
- Hauptnavigation
- Subnavigation

Content-Bereich
- Formatierungen speziell für Contentbereich

Sidebar
- Formatierungen speziell für Sidebar

Footer
- Formatierungen speziell für Footer

Typo3 Erweiterungen
- tt_news
- mailformplus
- ...
------------------------------------------------
*/



/*
==================
Grundeinstellungen
==================
*/

/* Universal Selektor */
* {
	
	
}


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


/* HTML-Tags */

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

}


img {
border: 0px;


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

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

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: 20px;
margin: 0px 0px 10px 0px;
padding: 3px;
}

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



/*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 {
width: 950px;
background-image: url(../bilder-design/header-2.jpg);
background-repeat: no-repeat;
background-position: center;
height: 181px;
background-color: #FFFFFF;
margin-top: 20px;

}

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

}





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

#metanav {
float: left;
width: 930px;
height: 30px;
background-color: #db241c;
margin: 9px;
padding: 0px;
}

#metanav ul{
margin: 0px;
padding: 10px 0px 0px 0px;

}

#metanav li{
float: right;
border-bottom:1px solid #da251c;
list-style-type:none;
margin: 0px;
padding: 0px 5px 0px 5px;

}

#metanav a { height: 18px; padding: 0px 0px 0px 0px; text-decoration:none; color: #9a1a14; }
#metanav li a:link  { color: #fff; }
#metanav li a:visited { color: #fff; }
#metanav li a:hover  { color: #fff; }
#metanav li a:active { color: #fff; }

#navigation {
float: left;
width: 198px;
padding: 0px;
margin: 0px 0px 10px 9px;
}
	
#mainnav {
float: left;
width: 195px;
margin: 0px;
padding: 20px 0px 0px 0px;
color: #9a1a14;
background-image: url(../bilder-design/line-red-bottom.jpg);
background-position: bottom;
background-repeat: no-repeat;

}
	
#mainnav ul{
padding: 0px;

}

#mainnav li{
width: 195px;
background-image: url(../bilder-design/line-red.jpg);
background-repeat: no-repeat;
background-position: left top;
border-top:0px solid #9a1a14;
list-style-type:none;
margin: 0px;
padding: 5px 0px 0px 0px;

}

.border-bottom{
border-bottom:1px solid #ecd3ac;
border-color:#ecd3ac;

}

/*HAUPTNAVIGATION Links*/

#mainnav a { height: 18px; display:block; padding: 0px 0px 0px 0px; text-decoration:none; color: #9a1a14; }
#mainnav li a:link  { color: #9a1a14; }
#mainnav li a:visited { color: #9a1a14;  }
#mainnav li a:hover  { color: #9a1a14; font-weight: bold;}
#mainnav li a:active { color: #9a1a14; font-weight: bold;}

/*aktiver Hauptnavigationslink -> in typo3 wird die Klasse "aktiv" definiert*/
#mainnav li.aktiv a { color: #9a1a14; font-weight: bold; }
/*Falls der aktive Link auch spezielle Zustände haben sollte (kann meistens gelöscht werden)*/
/*#mainnav ul li.active a:link  { color: #000; text-decoration: none; }
#mainnav ul li.active a:visited { color: #000; text-decoration: none; }
#mainnav ul li.active a:hover  { color: #fff; text-decoration: none; }
#mainnav ul li.active a:active { color: #fff; text-decoration: none; }*/


#subnav{
width: 190px;
padding: 0px;
margin: 0px;

}

#subnav li{
background-image: none;
width: 190px;
padding-left: 10px;
padding-top: 1px;
list-style-type:none;
border-top:0px solid #ecd3ac;
background-image: url(../bilder-design/li.gif);
background-repeat: no-repeat;
background-position: left top;
}


/*SUBNAVIGATION Links*/
#subnav a  { padding: 0 0 0 10px; display:block; text-decoration:none; }
#subnav li a:link  { color: #9a1a14; text-decoration: none; font-weight: normal;}
#subnav li a:visited { color: #9a1a14; text-decoration: none; font-weight: normal;}
#subnav li a:hover  { color: #9a1a14;  text-decoration: none; font-weight: bold;}
#subnav li a:active { color: #9a1a14; text-decoration: none;font-weight: bold; }

/*aktiver Subnavigationslink*/
#subnav li.subnavaktiv a { color: #9a1a14; font-weight: bold; }


#subsubnav li{
background-image: none;
width: 190px;
padding-left: 10px;
padding-top: 1px;
list-style-type:none;
border-top:0px solid #ecd3ac;
background-image: none;
background-repeat: no-repeat;
background-position: left top;
}


/*SUBSUBNAVIGATION Links*/
#subsubnav a  { padding: 0 0 0 10px; display:block; text-decoration:none; }
#subsubnav li a:link  { color: #9a1a14; text-decoration: none; font-weight: normal;}
#subsubnav li a:visited { color: #9a1a14; text-decoration: none; font-weight: normal;}
#subsubnav li a:hover  { color: #9a1a14;  text-decoration: none; font-weight: bold;}
#subsubnav li a:active { color: #9a1a14; text-decoration: none;font-weight: bold; }

/*aktiver Subnavigationslink*/
#subsubnav li.subsubnavaktiv a { color: #9a1a14; font-weight: bold!important; }


#impressionen {
float: left;
width: 198px;
padding: 25px 0px 0px 0px;

}



/*
==================
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: 475px;

}

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

}


/*
==================
Sidebar-Bereich
==================
*/	
#sidebar {
float: left;
width: 205px;
padding: 15px 0px 0px 0px;

}

#titelsponsor{
width: 205px;
}

#hautpsponsor {
float: left;
width: 205px;

}

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

#footer {
width: 950px;
height: 25px;
margin: 0 auto;
padding: 5px 0px 0px 0px;
color: #FFFFFF;

}


#footer a:link {color: #fff; text-decoration: none;}
#footer a:visited {color: #fff; text-decoration:none;}
#footer a:hover {color: #fff; text-decoration:none; }
#footer a:active {color: #fff; text-decoration: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: 0px;
}
tbody th, td {
	background-color:#B4B3AE;
	padding-left: 5px;
}
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{


}








