/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
 	font-size: 12px; 
 	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	background: #fff;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}
a {outline:none;}

a img {
	border:none;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 960px;  
	margin: 0 auto; 
}
#Container { 
	width: 960px;
	position:relative;
	background: url(../images/bg.jpg) repeat-y;
	
}
#ContainerRechts {
	width:785px;
	float:right;
}
#Layout {
	width: 755px;
	margin: 30px 0 30px 30px;
}
#Content {
	
}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 785px; 
 	margin: 0;
	background: #000 url(../images/katharinaweber.jpg) no-repeat left top;
	height:255px;
	display:block;
}
.punkte { 
	position:absolute;
	z-index:10;
}
#Sprache {
	float:right;
	margin: 225px 15px 0 0;
	color:#fff;
}
#Sprache a{
	color:#fff;
	text-decoration:none;
}
#Sprache a span.underline {
	text-decoration:underline;
}
 	
/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 175px;
	margin: 0;
	padding-top: 15px;
	background: #790e0b url(../images/navi-top.jpg) no-repeat center top;
	z-index:10;
	position:absolute;
}
	#Navigation ul { 
 		float: left; 
		margin: 0;
		width:175px;
	}
		#Navigation ul li { 
	 		list-style: none; 
			width:175px; 
		}
  			#Navigation ul li a { 
				text-decoration: none;
				display: block; 
				font-size: 14; 
				padding: 8px 8px 2px 20px;
				color: #fff;
				line-height:20px;
				width:145px;
			}
				
					
				#Navigation ul li a:hover,	
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	background: url(../images/navi-a.jpg) no-repeat left bottom;
						cursor: pointer;
					}
					
					#Navigation ul li ul { 
						float: left; 
						margin: 10px 0 0 0;
						height: 22px;
						padding-left: 10px;
						width:700px;
						
					}
						#Navigation ul li ul li { 
							display:inline;
							width:auto;
							background: url(../images/bg-unternav.jpg) repeat-x bottom;
							height:22px;
	
						}
							#Navigation ul li ul li a { 
								font-size: 12px; 
								padding: 2px 8px 2px 10px;
								color: #fff;
								line-height:16px;
								width:auto;
								float:left;
							
							}
								
									
								#Navigation ul li ul li a:hover,	
								#Navigation ul li ul li a.current,
								#Navigation ul li ul li a.section,
								#Navigation ul li ul li a.section:hover,
								#Navigation ul li ul li a.current:hover { 
									background: none;
										cursor: pointer;
									}
				
								#Navigation ul li ul li a.current,
								#Navigation ul li ul li a.section,
								#Navigation ul li ul li a.section:hover,
								#Navigation ul li ul li a.current:hover { 
									font-weight:bold;
									}
				
 /*CONTENT
 ----------------------------------------------*/
 .auflistung,
 .konzerte {
	 margin:0 0 15px 0!important;
	 padding:0 !important;
 }
  .auflistung li {
	 list-style:none;
	 display:block;
	 width:715px;
	 margin:0 !important;
	 padding:3px 0;
	 color:#000;
 }
 .konzerte li {
	 list-style:none;
	 border-bottom: 1px dotted #a6a6a6;
	 display:block;
	 width:715px;
	 margin:0 !important;
	 padding:3px 0;
	 color:#000;
 }
 
	.konzerttitel {
		 float:left;
		 width:180px;
	 }
	.konzertdatum {
		 float:left;
		 width:115px;
	 }
	 .konzertmusiker {
		 float:left;
		 width:220px;
	 }
	 .konzertort {
		 float:left;
		 width:180px;
	 }
.auflistung li img {
	margin-right:15px;
	float:left;
}
.auflistung li div {
	float:left;
	width:500px;
}
.auflistung .listelement {
	width:715px;
	padding: 5px 0;
	border-bottom: 1px dotted #a6a6a6;
}
.mediaspace {
	margin:5px 0;
}
.musikholder {
	width:100%;
	margin-bottom: 35px;
	float:left;
}
	

/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;  
	width: 960px; 
	height: 13px; 
	background: url(../images/footer.jpg) no-repeat bottom left; 
	text-align: center; 
}

.footerlinks a {
	color:#790e0b;
	font-size:11px;
	line-height:18px;
	}
	