/*
================================================
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, padding, border: 0;  */
}


/* HTML-Tags */

body {
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;

}


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


img {
	float: left;
}



/*Titel*/

h1 {
color: #5b6084;
font-size: 14px;

}

h2 {
color: #000000;
font-size: 13px;

}

h3 {
color: #5b6084;
font-weight: bold;
font-size: 12px;


}

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




tr, td {
vertical-align: top;
margin: 0px;
padding: 0px;

}


hr {
    border-style: solid !important;
	border: 1px solid ;
    color: #D1D4E7 !important;
    height: 0 !important;
}


body hr.clearer {
float: left !important;
margin-top: 10px !important;
width: 600px !important;
border: 1px solid !important;
margin-bottom: 10px !important;
}

/*Wrapper DIV*/
#wrapper {
margin: 0 auto;
width: 990px; /*Breite Angeben*/
border: 1px solid #d5d7e8

}


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

/*Header Home*/

.seite1 #header {
height: 212px;
background-image:url(../bilder-design/header-home.jpg);
}



/*Header Standart - Ueber uns*/

#header {
height: 212px;
background-image:url(../bilder-design/header-ueberuns.jpg);
}

/*Header Infos*/

.infos #header {
height: 212px;
background-image:url(../bilder-design/header-infos.jpg);
}

/*Header Zeitschrift*/

.zeitschrift #header, .seite32 #header {
height: 212px;
background-image:url(../bilder-design/header-zeitschrift.jpg);
}

/*Header Veranstaltungen*/

.veranstaltungen #header {
height: 212px;
background-image:url(../bilder-design/header-veranstaltungen.jpg);
}

/*Header Links*/

.links #header {
height: 212px;
background-image:url(../bilder-design/header-links.jpg);
}


/*Header Kontakt Sekretariat*/

.seite33 #header, .seite2 #header, .seite54 #header{
height: 212px;
background-image:url(../bilder-design/header-kontakt.jpg);
}


/*Header Kontakt Redaktion*/

.seite32 #header {
height: 212px;
background-image:url(../bilder-design/header-kontakt-redaktion.jpg);
}

/*Header Rubrik info4*/

.infovier #header {
height: 212px;
background-image:url(../bilder-design/header-info4.jpg);
}


/*Logo*/
#header img {
float: right;
padding: 15px 20px 0px 0px;

}

#servicelinks {
font-size: 11px;
width: 200px;
float: left;
text-align: right;
padding: 85px 15px 0px 0px;

}

#servicelinks a:link {color: #000; text-decoration: none;}
#servicelinks a:visited {color: #000; text-decoration:none;}
#servicelinks a:hover {color: #000; text-decoration:none; }
#servicelinks a:active {color: #000; text-decoration:none;}

#wrapper2 {
float: left;
background-image: url(../bilder-design/nav.gif);
background-repeat: no-repeat;

}

/*
==================
Hauptnavigation
==================
*/


#mainnav {
float: left;
font-weight: bold;
width: 780px;
height: 25px;
background-color:#5b6084;
margin: 0px;
padding: 0px;

}

/*Balken mainnav Zeitschriften und Kontakt Redaktion*/

.zeitschrift #mainnav, .seite32 #mainnav {
background-color:#43547b;

}



#mainnav ul{
margin: 0px;
padding: 5px 0px 0px 40px;

}

#mainnav li{
list-style-image:none;
list-style-type:none;
float:left;
padding:0px 18px 0px 0px;

}


/*HAUPTNAVIGATION Links*/

#mainnav a {  text-decoration:none; }
#mainnav li a:link  { color: #d5d7e8; }
#mainnav li a:visited { color: #d5d7e8; }
#mainnav li a:hover  { color: #fff; }
#mainnav li a:active { color: #fff; }

/*aktiver Hauptnavigationslink -> in typo3 wird die Klasse "aktiv" definiert*/
#mainnav li.aktiv a { color: #fff; text-decoration: none; }
/*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; }*/



/*
==================
Subnavigation
==================
*/

#navigation {
float: left;
width: 210px;

}

#subnav {
float:left;
width: 210px;
height: 140px;
list-style-type:none;
text-align:left;
padding: 80px 0px 30px 0px;
border-color:#ffffff;

}

#subnav ul{
padding: 0px;
margin: 0px;

}

#subnav li{
list-style-type:none;
background-image:url(../bilder-design/square.gif);
background-image: url(../bilder-design/button.gif);
background-position:right top;
background-repeat:no-repeat;
padding-left: 15px;

}

/*HAUPTNAVIGATION Links*/
#subnav a    {
height: 17px;
display:block;
padding: 2px 0px 0px 25px;
text-decoration:none;
background-image:url(../bilder-design/square.gif);
background-repeat: no-repeat;
background-position: left;

}

#subnav li a:link    { color: #000000;  }
#subnav li a:visited { color: #000000;   }
#subnav li a:hover   { color: #5b6084;   }
#subnav li a:active  { color: #5b6084; }
#subnav ul li.aktiv a { color: #5b6084; ; text-decoration: none; display:block; }

/*
==================
Adresse
==================
*/

address{
padding: 35px 0px 0px 30px;
width: 180px;
float: left;
color: #5b6084;
margin: 0px;
font-style:normal;

}

address a:link {color: #5b6084; text-decoration: underline;}
address a:visited {color: #5b6084; text-decoration:underline;}
address a:hover {color: #5b6084; text-decoration:none; }
address a:active {color: #5b6084; text-decoration:underline;}


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

#content {
float: left;

}

#maincontent{
width: 660px;
min-height: 280px;
padding: 15px 80px 20px 40px;

}


.seite1 #maincontent{
padding: 15px 60px 20px 40px;

}

#maincontent ul {
list-style-image:none;
list-style-type:disc;
margin-left:20px;
vertical-align:top;

}


.contenttable{
padding: 0px;
margin: 0px;
}

/*Content auf Startseite*/
.seite1 #inhalt{
float:left;
width:450px;
}
.seite1 #rechts{
float:left;
width:180px;
margin-left:30px;
}

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

#footer {
float: left;
clear: left;
font-size: 11px;
height: 22px;
width:740px;
color: #FFFFFF;
padding: 6px 0px 0px 40px;
margin-top: 10px;
background-color: #5b6084;

}


.zeitschrift #footer {
background-color:#43547b;

}

#footer a:link {color: #fff; text-decoration: underline;}
#footer a:visited {color: #fff; text-decoration:none;}
#footer a:hover {color: #d5d7e8; text-decoration:none; }
#footer a:active {color: #fff; text-decoration:none;}



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

/*tt_news*/


.news-list-title, .news-latest-title {
width: 260px;
float: left;
/*height: 20px;*/

}


.news-list-subheader, .news-latest-subheader {
width: 180px;
font-style: italic;


}


.news-latest-morelink {
padding-bottom: 10px;

}

.news-list-container {
width: 600px;
padding: 0px;
margin: 0px;

}


.clearer {
width: 600px;
float: left;
margin-top: 10px;

}


.news-list-item p {
   font-style: italic;
margin-top: 1px;
width: 250px;
}

.news-list-item h2 {
    float: left;
    height: 20px;
    width: 315px;
	    color: #5B6084;
    font-size: 12px;
    font-weight: bold;
}


.news-list-date, .news-latest-date {
width: 270px;
font-size: 11px;
float: left;
padding-left: 0;
}

.news-latest-date {

}

.news-latest-item {
	border-bottom: 1px solid #5B6084;
}

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

.news-list-morelink{
font-size: 11px;

}

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

.news-single-backlink{
float: left;
margin-top: 20px;
width: 600px;
}

.news-single-timedata{
font-size: 11px;

}


/*Formulare*/

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

}

fieldset {
	border: 1px solid #000; /*Farben anpassen*/
	width: 500px;
	display: block;
	padding: 10px 5px 5px 12px;


}

label {
	width: 110px; /*Breiten anpassen*/
	float: left;
	padding: 0px 0px 0px 0px;
}

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

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

#kurzbeschrieb{
	width: 250px;
	margin-bottom: 10px;
}

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

#captcha {
margin:10px 0 30px 125px;

}
.captchafield {
margin: 0px 15px 0px 0px;

}


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

/*Kontaktformular Standard*/

.csc-mailform{
	padding: 10px;

}

#mailformBemerkungen{
	width: 250px;

}

.csc-mailform-submit{
	border: 1px solid #000;
	font-weight: bold;
	background-color: #fff;
	color: #000;
	margin: 10px 0px 0px 115px;

}


/* Tabellen Events/Vorträge*/


.tx-filelist-pi1-table{
border-collapse: collapse;
width: 600px;
border: 1px dotted #363636;
color: #363636;
background: #fff;
}

.tx-filelist-pi1-table td{
border-top: 1px dotted #363636;
height: 15px;
padding: 4px 3px 0px 2px;
}

.tx-filelist-pi1-tr{
border:1px dotted #000;
border-collapse:collapse;

 }

.tx-filelist-pi1-header-tr {
color: #FFFFFF;
background-color: #43547b;

}

.tx-filelist-pi1-filename {
width: 400px;
}

.tx-filelist-pi1-info{
text-align: right;
}


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


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

}


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

}

/*Kulturangebot*/
.seite15 .csc-textpic {
float: left;
width: 290px;

}


.seite15 div.csc-textpic-clear {
clear: none;
}


.csc-textpic-lastcol{
font-size: 11px;

}

.important{
color: #d03a3a;

}
