/*
================================================
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/oben-horizontal-hintergrund.gif);
background-repeat: repeat-x;
background-color: #efefef;
}


img {

}

/*Titel*/
h1 {
	font-size: 18px;
	color: #cc0033;
	margin-bottom: 15px;
	margin-top: 10px;
}

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


h2, .csc-header-n2 h1, csc-header-n2 h1, .csc-header-n3 h1, .csc-header-n4 h1, .csc-header-n5 h1, .csc-header-n6 h1 {
font-size: 14px;
color: #000;
margin-bottom: 10px;
}

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: 980px; /*Breite Angeben*/
background-repeat: repeat-y;
background-image: url("../bilder-design/hintergrund-ganz.gif");
background-position: 11px 130px !important;
}




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

#header {
background-image: url("../bilder-design/header-bg.gif");
background-repeat: repeat-x;
height: 116px;
position: relative;
}
#header:after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 0;
    height: 18px;
    width: 36px;
    background-image: url("../bilder-design/shadow.gif");
    background-repeat: no-repeat;
    background-position: -2px 0;
}

/*Logo*/
/*.logo {


float: left;
width: 428px;
}*/
.logo {
    float: left;
    width: 275px;
    margin: 28px 48px 28px 28px;
}

/*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: 540px;
margin: 0px;
height: 50px;
margin-top: 46px;
}*/
#navigation {
    float: left;
    width: 625px;
    margin: 0px;
    height: 50px;
    margin-top: 46px;
}

#mainnav {
margin: 0px;
display: inline;
}


#mainnav li {
list-style-image:none;
list-style-type:none;
margin: 0px;
padding: 0px;
display: inline !important;
font-weight: bold;
font-size: 12px;
font-family: arial;
}


/*HAUPTNAVIGATION Links*/

#mainnav a { padding:8px 12px 8px 12px; display: block; float: left; /*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: #666666; }
#mainnav li a:visited { color: #666666; }
#mainnav li a:hover  { color: #000; background-color: #fff; font-weight: bold;}
#mainnav li a:active { color: #666666; }


#mainnav li.active a { color: #000; background-color: #fff; font-weight: bold;}


#subnav {
padding: 0px;
margin: 0px;
float: left;
width: 230px;
margin-top: 30px;

padding-left: 40px;
}

#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;
padding-left: 20px;
background-image: url('../bilder-design/subnav-pfeil-inaktiv.gif') !important;
background-repeat: no-repeat;
background-position: 0px 2px;
margin-bottom: 5px;
}

#adressen {
margin-top: 180px;
color: #666666;
position: absolute;
top: 220px;
}

#adressen p {
margin-bottom: 10px;
}

/*SUBNAVIGATION Links*/
#subnav a  { background-image: url('../bilder-inhalt/blank.gif') !important; font-weight: bold; padding: 3px 4px; display: block; /*ganze Fläche anklickbar machen*/ text-decoration:none; background-image: none;}
#subnav li a:link  { color: #666666;  background-image: none; }
#subnav li a:visited { color: #666666; background-image: none;}
#subnav li a:hover  { color: #cc0033; text-decoration: none; font-weight: bold; background-image: none;}
#subnav li a:active { color: #666666; background-image: none;}

/*aktiver Subnavigationslink*/
#subnav li.active a  { color: #cc0033; text-decoration: none; font-weight: bold; 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: 0px;
min-height: 490px;
height:auto !important;
height:490px;
position: relative;
/* background-image: url(../bilder-design/links-nav-hintergrund.gif); */
background-repeat: repeat-y;
background-position: 15px 0;

}

	#maincontent {
	padding-right: 20px;
	float: left;
	width: 635px;
	padding-left: 40px;
	background-color: #fff;
	 min-height: 510px;
	padding-bottom: 100px;
	}

	#maincontent a 			{color: #c03; font-weight: bold;}
	#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;*/

}

.trax {
margin-top: 20px;
margin-bottom: 20px;
position: relative;

}

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

}

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

#footer {
z-index: 100 !important;
background-color: #4c4c4c;
height: 70px;
color: #fff;
}

#footer div {
width: 980px;
margin: 0 auto;
}

#footer ul {
float: right;
}

#footer a {
color: #fff;
}

#footer ul li {
display: inline;
margin-right: 10px;
}

#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;
display: none;
}

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;
padding: 3px;
width: 245px;
}


.radiobutton {
width: 20px;
}

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

textarea {
border: 1px solid #000; /*Farben anpassen*/
font-family: arial;
font-size: 12px;
}

.absendeknopf, .powermail_submit, .tx-powermail-pi1_confirmation_back, .tx-powermail-pi1_confirmation_submit {
border: 1px solid #000;
font-weight: bold;
background-color: #fff;
color: #000;
margin: 10px 0 10px 80px;
padding: 4px;
/*optional*/
float: left;
width: 252px;
}


.tx-powermail-pi1_confirmation_submit, .tx-powermail-pi1_confirmation_back {
margin-left: 0;
clear: both;
width: 175px;
}

.tx_powermail_pi1_formconfirmation_submit {
display: block;
clear: both;
}

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

}




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

}


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

}






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: -80px; /* negative value of footer height */
	height: 50px;
	clear:both;
	padding-top: 30px;
	}

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


.weg {
display: none;
}


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

}

.tx-powermail-pi1 {
clear: both;

}


fieldset {
border: none;
width: 350px;
}

textarea#mitteilung, .powermail_textarea {
width: 250px;
height: 150px;
}

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

#maincontent .csc-textpic-imagewrap ul {
margin-left: 0 !important;
}

.powermail_radio {
width: 20px;
float: left;
}

#powermaildiv_uid1 {
margin-left: 79px;
}

.powermail_radio_inner_uid1_0 label {

width: 40px;}

#themenbild canvas {
margin-top: 1px;


}

#themenbild img {
margin-bottom: 0;

}

#themenbild {
position: relative;
 /* left: -15px; */
margin-top: 15px;
}

.contenttable .td-0 {
width: 220px;
}

.seite28 .td-0 {
width: 90px;

}

.seite28 td {
vertical-align: top;
}

.seite28 tr {
border-bottom: 1px solid #000;
height: 36px;
}

.seite32 #c37 .csc-textpic-imagewrap img  {
position: relative;
left: -3px !important;
top: 37px;
}

.seite32 #map {
margin-top: 20px;

float: left;
width: 629px;
height: 340px;
margin: 15px 0 0 0;
color:#000;

}
