

	/*
	
		Club Stereo
		Stylesheet
		Media: Screen / Print
		
	*/
	
	
/*	Globale Tagdefinitionen	*/

body, html {
	margin: 0;
	padding: 0;
}


/*	Container */


#pageContainer {
	width: 860px;
} 
/*	Fuck IE tut Dinge die er nicht tun soll *grrr*	*/
#pageContainer[id] {
	width: 100%;
}

/*	Linke Spalte ################################### */

#containerLeft {
	width: 600px;
	float: left;
	/* background-image:url(../data/tmpl_imgs/reloaded_ecke.gif); */
	background-repeat: no-repeat;
}

#head {
	margin-top: 143px;
	margin-left: 120px;
}

	#head ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	
	#head li {
		float: left;
		padding-right: 15px;
	}
	
	#head a {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
		font-size: 12px;
	}
	
	#head a:hover {
		color: #EB2931;
	}
	

#imgBar {
	position: absolute;
	top: 205px;
	left: 0px;
	width: 85px;
}


#content {
	margin-top: -100px;
	margin-left: 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	clear: both;
} 
/*	Fuck IE tut Dinge die er nicht tun soll *grrr*	*/
#content[id] {
	padding-top: 40px;
	margin-top: 0px;
}

	#content h2 {
		background-image: url(http://www.club-stereo.net/cws/data/tmpl_imgs/hl_bg_bottom.gif);
		background-position: bottom;
		background-repeat: no-repeat;
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #FF0000;
		font-style: italic;
	}
	
	#content h3 {
		margin-top: 15px;
		margin-bottom: 5px;
		padding-bottom: 0px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #FF0000;
		font-style: italic;
	}
	
	#content h3 span.date { color: #666; }
	#content div.modEventsTeaser h3, 
	#content div.modNewsList h3 { margin-top: 40px; }
	
	#content h4 {
		margin-top: 10px;
		margin-bottom: 5px;
		padding: 0px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-style: italic;
	}	
	
	#content a {
		color: #666666;
	}
	
	#content a:hover {
		color: #FF0000;
	}
	
	#content #bildgalerie {
    padding-left: 30px;
  }
	
	#content .clubfoto {
    border: 0;
  }
  
  #content a.clubfotoLink {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    border: 0;
    padding: 0;
  }
  
  #content hr {
    visible: none;
    clear: both;
  }
  
#content p.error {
	font-weight: bold;
color: #ff0000;
}

/*	Rechte Spalte ################################### */

#containerRight {
	margin-left: 610px;
	text-align: right;
}


/*	Fusszeile ####################################### */

#footer {
	clear: both;
	margin: 50px 70px 50px 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

	#footer a {
		color: #666666;
		text-decoration: none;
		border-bottom: 1px dotted #666666;
	}
	
	#footer a:hover {
		color: #FF0000;
		border-bottom: 1px dotted #FF0000;
	}


/*	Klassen */

.rechts {
	text-align: right;
}
