/*
================================================
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;  /* besser wenn border auch gleich reseted wird (Michel) */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* HTML-Tags */

body {
background-color: #000000;
margin: 20px 0;
}


img {

	
}
	
/*Titel*/
h1 {

	
}

h2 {
	
}
h3 {
	
}

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



/*Wrapper DIV*/
#wrapper {
	margin: 0 auto; 
	width: 792px; /*Breite Angeben*/
	padding: 10px;
	background-color: #FFFFFF;
	}
	
	


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

#header {
	height: 258px;
	background: url(../bilder-design/about.png) no-repeat; 
}

#header .homebutton{
	display: none;
	
}


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

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

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

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

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

.simonho #header {
	height: 258px;
	background-image: url(../bilder-design/ho.jpg);
}
.holle #header {
	height: 258px;
	background-image: url(../bilder-design/holle.jpg);
}

.jammin #header {
	height: 258px;
	background-image: url(../bilder-design/jammin_boris.jpg);
}

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

.avalanchequartet #header {
	height: 258px;
	background-image: url(../bilder-design/avalanche.jpg);
}

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


.aboutus .homebutton, .artistsnews .homebutton, .contact .homebutton, .partners .homebutton, .impressum .homebutton{
	float: right;
	padding-top: 35px;
	border: none;
	display: inline !important;
}

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

.artistsnews #header {
	height: 258px;
	background-image: url(../bilder-design/artists.jpg);
}


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


.partners #header {
	height: 258px;
	background-image: url(../bilder-design/partner.jpg);
}


.impressum #header {
	height: 258px;
	background-image: url(../bilder-design/imprint.jpg);
}




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

#headnavigation {
	text-align: center;
	height: 25px;
	width: 792px;
	float: left;
	color: #AAA;
	margin:0pt auto;
	text-align:center;
	margin-top: 20px;
	height: 45px;
	width:792px;
}

#headnavigation:hover {
	/*background-color: #c7c7c7;*/
	background: url(../bilder-design/balken.png);
	
}

#navigation {
	height: 30px;
	margin: 10px 0;
	align: center;
	padding: 8px 0;
	background: url(../bilder-design/balken-grau.gif) repeat-x;
	
}
	
#mainnav {
margin-left: 180px;
}
	
#mainnav ul{

}

#kuenstlernavigation {
	padding: 0px 230px;
	width: 350px;
}

#mainnav li, #kuenstlernavigation li{
list-style-image:none;
list-style-type:none;
display: inline;
margin: 0 5px 0 0;
}

#mainnav li a, #kuenstlernavigation li a {
margin: 0 3px 0 0;
}

#mainnav li img, #kuenstlernavigation li img {
margin: 2px 0 0 0;
}









/*
==================
Content-Bereich
==================
*/
#content {
	padding: 0 9px;
	}
#contentbereich1, #contentbereich2, #contentbereich3 {
	width: 236px;
	padding-right: 20px;
	float: left;
}	
#content ul {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
margin-left:20px;
vertical-align:top;
}


/*Für Text/Bild Elemente als Aufzählung muss die Höhe angeben werden!*/
#seite.csc-textpic-text{
height: 50px;
}
	
	
/*Bilder nebeneinander anzeigen (Ausrichtung in Typo3: im Text links (muss ausgewählt werden))*/
.csc-textpic{
float: left !important;


}

/*Abstand unterhalb von Bild vergrössern*/
div.csc-textpic-imagewrap{
padding-bottom: 0px;
}





/*
==================
Footer-Bereich
==================
*/	
#clearer {
	clear: both;
}
#footer {
	margin: 15px 0 0 0;
	text-align: center;
	padding: 18px 0;
	background: url(../bilder-design/balken-grau.gif) repeat-x;
	}
		









/*
===================
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 {

}

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

label {
	width: 190px; /*Breiten anpassen*/
	float: left;
	font-weight: bold;
}

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

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

.absendeknopf {
	border: 1px solid #000000;
	font-weight: bold;
	background-color: #fff;
	color: #000;
	margin: 10px 0 3px 0px;
}
.fehlertext {
	color: #000;
	font-weight: bold;
	background-color: #f99;
	padding: 2px;
	border: 1px solid #f00;
	width: 180px;
}
.formfehler {
	border: 1px solid #f00;
	margin-bottom: 5px;
}

/*Newsletter Anmeldung (direct_mail_subscription)*/
.dm_subscription_lbl {
	width: 130px;
	margin: 3px 0px 0px 0px;
}

#dm_subscription_catlist input, #dm_subscription_format input {
	border: none !important;
	margin: 0px !important;
}

#dm_subscription_catlist input {
	float: left;
}

#dm_subscription_catlist{
	float: left;
	width: 200px;
}
#dm_subscription_format {
	width: 200px;
	float: left;
}
#tt_address_form input{ 
	margin-bottom: 5px !important;
	margin-right: 5px !important;
}

.newsletterformat {
	width: 60px !important;
}

.newsletterformat input{
	float: left;
	margin-right: 5px;
}
.newsletterformat-text, .newslettergroup-text{
	float: left;
	margin-top: 3px;
}

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




.contenttable{
margin-left: -3px;
}


.bodytext {
/*float: left;*/
}


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


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



