/*
================================================
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 */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;  /* besser wenn border auch gleich reseted wird (Michel) */
}

/* Scrollbalken für IE8 und Firefox erzwingen */
html{
	height: 101%;
	
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #e5e5e5;
background-image: url(../bilder-design/bg-body.jpg);
background-repeat: repeat-x;

}

/*Titel*/
h1 {
color: #008358;
padding-bottom: 12px;
font-size: 20px;
}

h2 {
color: #008358;
padding-bottom: 12px;
font-size: 13px;
font-weight: bold;
}

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

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

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

#header {
background-image: url(../bilder-design/header.jpg);
background-repeat: no-repeat;
height: 205px;

}

/*Logo*/
#logo{
float: left;
padding: 30px 0px 0px 120px;

}

/*Sprachnavigation*/
#themenbild{
/*width: 600px;*/
width: 468px;
height: 205px;
float: right;
text-align: right;
}

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

#metanav {
background-image: url(../bilder-design/bg-metanav.jpg);
height: 22px;
width: 980px;
}

#metanav li{
list-style-image:none;
list-style-type:none;
color: #FFFFFF;
margin: 0px;
padding: 0px;
float: right;
/*display: inline;*/ /*horizontale Navigation*/
}

#metanav  a { padding: 4px; color: #fff; display: block; font-size: 11px; font-weight: bold; text-decoration:none;  }
#metanav  li a:link  {  }
#metanav li a:visited {  }
#metanav li a:hover  {  }
#metanav  li a:active {  }
/*aktiver Hauptnavigationslink -> in typo3 wird die Klasse "aktiv" definiert*/
#mainnav li.aktiv a { color: #008358;  }

#left {
float: left;
background-image: url(../bilder-design/mainnav.jpg);
background-repeat: no-repeat;
background-color: #FFFFFF;
width: 235px;
min-height: 300px;
margin: 0px;
}

#navigation {
min-height: 300px;
padding: 40px 0px 0px 36px;
}
	
#mainnav {
margin: 0px;
padding: 0px 10px 0px 0px;
}

#mainnav li{
list-style-image:none;
list-style-type:none;
margin: 0px;
padding: 0px;
/*display: inline;*/ /*horizontale Navigation*/
}

/*HAUPTNAVIGATION Links*/

#mainnav a { padding: 5px 0px; display: block; font-size: 14px; text-decoration:none; font-weight: bold; }
#mainnav li a:link  { color: #000; }
#mainnav li a:visited { color: #000; }
#mainnav li a:hover  { color: #008358; }
#mainnav li a:active { color: #008358; }

/*aktiver Hauptnavigationslink -> in typo3 wird die Klasse "aktiv" definiert*/
#mainnav li.aktiv a { color: #008358;  }
/*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 {
padding: 0px 0px 0px 0px;
margin: 0px;
}

#subnav li{
list-style-image:none;
list-style-type:none;
padding: 0px;
margin: 0px;
}

/*SUBNAVIGATION Links*/
#subnav a  { color: #000000; padding: 2px 2px 2px 20px; display: block; /*ganze Fläche anklickbar machen*/ text-decoration:none; font-size: 13px; font-weight: normal;  }
#subnav li a:link  { color: #000000; }
#subnav li a:visited { color: #000000; }
#subnav li a:hover  { color: #008358; font-weight: bold; background-image: url(../bilder-design/bg-li.gif); background-repeat: no-repeat; background-position: left; }
#subnav li a:active { color: #000000; background-image: url(../bilder-design/bg-li.gif); background-repeat: no-repeat; background-position: left;   }

/*aktiver Subnavigationslink*/
#subnav li.subnav-aktiv a { color: #008358; text-decoration: none; font-weight: bold; background-image: url(../bilder-design/bg-li.gif); background-repeat: no-repeat; background-position: left; }
/*Falls der aktive Link auch spezielle Zustände haben sollte (kann meistens gelöscht werden)*/
/*#subnav ul li.subnavactiv a:link  { color: #000; text-decoration: none; }
#subnav ul li.subnavactiv a:visited { color: #000; text-decoration: none; }
#subnav ul li.subnavactiv a:hover  { color: #fff; text-decoration: none; }
#subnav ul li.subnavactiv a:active { color: #fff; text-decoration: none; }*/

/*
==================
Content-Bereich
==================
*/

#content {
}

#maincontent {
padding: 36px 32px;
float: left;
width: 681px;
min-height: 420px;
}
	
#maincontent ul {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
vertical-align:top;
}

.csc-sitemap ul {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
vertical-align:top;
margin-left: 30px;
}

#maincontent ol {
margin-left: 30px;

}

.csc-sitemap{
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
vertical-align:top;
margin-left:20px;

}

.csc-textpic-text ul {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
vertical-align:top;
margin-left:35px;

}

.csc-default, .csc-textpic-intext-left-nowrap {
padding-bottom: 15px;
clear:  left;
}

.csc-frame-frame1{
margin-bottom: 15px;
float: left;
width: 215px;

}

.csc-frame-frame1 img{
border:1px solid #CCCCCC!important;
padding: 10px;
}

.csc-frame-frame2{
padding-bottom: 15px;
float: left;
width: 300px;
padding-right: 15px;
}

.csc-frame-frame2 img{
border:1px solid #CCCCCC!important;
padding: 10px;
margin-bottom: 5px;

}

.csc-textpic-border img{
border:1px solid #CCCCCC!important;
}

.csc-frame-frame3{
clear: both;
padding-bottom: 15px;
float: left;
padding-right: 15px;
}

#print {
float: right;
width: 200px;
text-align: right;
padding-right: 32px;
margin-top: -35px;
}


/*
==================
Sidebar-Bereich
==================
*/	
#sidebar {
padding: 20px 0px 0px 15px;
}

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

#footer {
clear: left;
font-size: 11px;
background-color: #ccc;
height: 32px;
text-align: center;
padding-top: 5px;

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

/*tt_news*/

.clearer {
display: none;
}

.news-list-date{
font-size: 11px;
font-weight: normal;

}

.news-list-morelink {
color: #008358;
}

.news-list-morelink a {color: #008358; text-decoration:none; }
.news-list-morelink .news-list-morelink a:link {}
.news-list-morelink a:visited {}
.news-list-morelink a:hover {text-decoration: underline; }
.news-list-morelink a:active { }


.news-list-item {
border-bottom:1px solid #CCCCCC;
margin-bottom:10px;
padding-bottom:10px;
clear: left;
}

.news-list-item img {
float: left;
padding-bottom:30px;
padding-right:10px;
}

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

}

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

}

fieldset {
border: 1px solid #bbb; /*Farben anpassen*/
display: block;
padding: 10px;

}

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

}

select{
border: 1px solid #bbb; /*Farben anpassen*/
width: 150px; /*Breiten anpassen*/

}

input {
border: 1px solid #bbb; /*Farben anpassen*/
margin-bottom: 10px;

}

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

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


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

}

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

}

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

}


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

}

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

}

#map {
float: left;
width: 510px; 
height: 340px; 
margin: -12px 0 0 0;
color:#000;

}

.no-java{
position: absolute;
top: -500px;

}

/*TABELLEN*/
tr, td{
border-bottom:1px solid #008357;
border-collapse:collapse;
padding:5px;

}

table{
border:1px solid #008357;
border-top:1px solid #008357;
border-collapse:collapse;
padding:5px;
}

/*TABELLEN Formular*/
.seite34  tr, td{
border-bottom:0px solid #008357;
border-collapse:collapse;
padding:2px;

}

.seite34 table{
border:0px solid #008357;
border-top:0px solid #008357;
border-collapse:collapse;
padding:2px;
}


div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
clear:both;
float:left;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
}



