/*
================================================
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%;
}

/* HTML-Tags */

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


img {

}
	
/*Titel*/
h1 {
	font-size: 24px;
	color: #000066;
	margin-bottom: 15px;
}

#maincontent p {
line-height: 19px;
margin-bottom: 10px;
}


h2 {
	
}

h3 {
	
}

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



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

background-image: url(../bilder-design/schatten.png);
background-repeat: repeat-y;
padding: 0 4px 0 5px;
}
	
	


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

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

/*Logo*/
.logo {
margin-left: 742px;
margin-top: 57px;
}

/*Sprachnavigation*/
#lang {

}

/*Links Sprachnavigation*/
#metanavigation a, #footer a {font-size: 11px; color: #000066; font-weight: bold;}
#metanavigation a:link, #footer a:link {  text-decoration: none; }
#metanavigation a:visited, #footer a:visited {  text-decoration: none; }
#metanavigation a:hover, #footer a:hover { text-decoration: underline; }
#metanavigation a:active, #footer a:active {  text-decoration: none; }

#metanavigation {
float: right;
margin-top: 20px;
margin-right: 30px; 
margin-bottom: 10px;

}

#metanavigation li {
display: inline;

}


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

#navigation {
float: left;
width: 200px;
height: 300px;
margin: 0px;
margin-right: 40px;
}
	
#mainnav {
margin: 0px;
padding: 0px 10px 0px 0px;
}


#mainnav li{
list-style-image:none;
list-style-type:none;
border-bottom:1px solid #b2b2d1;
margin: 0px;
padding: 0px;
text-transform: uppercase;
/*display: inline;*/ /*horizontale Navigation*/
}


/*HAUPTNAVIGATION Links*/

#mainnav a { padding:8px 0px 8px 25px; display: block; /*ganze Fläche anklickbar machen*/ text-decoration:none; background-image:url(../bilder-design/arrow_off.gif); background-repeat: no-repeat; background-position: 0px 7px; }
#mainnav li a:link  { color: #000066; }
#mainnav li a:visited { color: #000066; }
#mainnav li a:hover  { color: #000066; background-image:url(../bilder-design/arrow_on.gif); font-weight: bold;}
#mainnav li a:active { color: #000066; }


#mainnav li.aktiv a { color: #000066; text-decoration: none; font-weight: bold; background-image:url(../bilder-design/arrow_on.gif); }


#subnav {
padding: 0px;
margin: 0px;
margin-left: 21px;
margin-bottom: 5px;
}

#subnav li{
list-style-image:none;
list-style-type:none;
padding: 0px;
margin: 0px;
border-bottom:0px solid #000;
background-image: none;
text-transform: none;
}



/*SUBNAVIGATION Links*/
#subnav a  { padding: 3px 4px; display: block; /*ganze Fläche anklickbar machen*/ text-decoration:none; background-image: none;}
#subnav li a:link  { color: #000066;  background-image: none; }
#subnav li a:visited { color: #000066; background-image: none;}
#subnav li a:hover  { color: #cc0066; text-decoration: none; font-weight: bold; background-image: none;}
#subnav li a:active { color: #000066; background-image: none;}

/*aktiver Subnavigationslink*/
#subnav li.subnavaktiv a { color: #cc0066; text-decoration: none; background-image: none; }
/*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 {
margin-left: 300px;
min-height: 490px;
height:auto !important;
  height:490px;
}
	
	#maincontent {
	padding-right: 20px;
	float: left;
	width: 410px;
	}
	
	#maincontent a 			{color: #cc0066; padding-left: 18px; background-image: url(../bilder-design/arrow_link.gif); background-repeat: no-repeat; font-weight: bold; background-position: 2px 2px;}
	#maincontent a:link 	{text-decoration: none;}
	#maincontent a:visited 	{text-decoration: none;}
	#maincontent a:hover 	{text-decoration: underline;}
	
	
#maincontent ul {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
vertical-align:top;
/*margin-left:20px;*/

}



/*
==================
Sidebar-Bereich
==================
*/	
#sidebar {

}

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

#footer {
z-index: 100 !important;

}
		

#copyright {
z-index: 100 !important;
width: 200px;
color: #fff;
margin-left: 42px;
padding-top: 10px;
}



.seitenbild {
position: absolute;

top: -584px;
z-index: -1;
height: 517px;
}


#credit {
float: right;
margin-right: 30px;
margin-top: -13px;
}


.seitenbild img {
margin-top: 100px;

}


#center {
width: 981px;
padding: 0 4px 0 5px;
margin: 0 auto;
background-image: url(../bilder-design/schatten-footer.png);
background-repeat: repeat-y;
height: 32px;
}


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

/*tt_news*/

.news-latest-date {
color: #8da25e;

}

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

}

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

}


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

}

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

}

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

}

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

}

input[type="radio"],input[type="checkbox"] {
border: none;	
}

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

.absendeknopf {
border: 1px solid #000;
font-weight: bold;
background-color: #fff;
color: #000;
margin: 10px 0 10px 80px;
padding: 4px;
/*optional*/
float: left;
}
.fehlertext {
color: #000;
font-weight: bold;
background-color: #f99;
padding: 2px;
border: 1px solid #f00;
width: 375px;

}

.formfehler {
border: 1px solid #f00;
}


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

}

.contenttable{
margin-left: -3px;

}


.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;
}




html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#content {overflow:auto;
	padding-bottom: 33px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -33px; /* negative value of footer height */
	height: 33px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


.weg {
display: none;
}


#c2 {
width: 200px;
float: left;

}

fieldset {
border: none;
margin-top: -15px;
width: 350px;
}

textarea#mitteilung {
width: 250px;

}

#maincontent ul {
margin-left: 15px;
line-height: 19px;
margin-bottom: 10px;
}
