/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

@import url(link.css);
@import url(navigation.css);
@import url(tooltipp.css);
@import url(text.css);


body {
	background-color: #7b7b7b;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	padding:0px;
	margin:0px;
}

/* ----------- container zentriert das layout-------------- */
#container { 
	height:800px;
	width: 800px; /* ohne width gesamte Bildschirmbreite */
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto; 
	background-color: #444444;  /* 4d4d4d */
	background-repeat: repeat-x;
}

/* ----------Kopfzeile-------------- */
#banner {
	background-color: #990033;
	padding: 0px;
	margin: 0px;
	height: 141px;
}

/* -----------------Inhalt--------------------- */
#content {
	background-color: #444444;
	padding: 0px; 
	margin-left: 162px;
	margin-right: 0px;
	line-height: 150%;
	height:auto;
}


/* --------------linke Spalte------------- */
#row_left {
	float: left;
	width: 162px;
	margin: 0px;
	padding: 0px;
}


#repertoire_list_left {
	float: left;
	width: 250px;
	margin: 0px;
	margin-left:20px;
	padding: 0px;
}


#footer {
	width: 800px; /* ohne width gesamte Bildschirmbreite */
	background-color: #4d4d4d; 
 	height:3em;
 	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto; 
	margin-top:-3em;
 }
 
 
.footer_left {
width: 50%;
float:left;
line-height:2.0em;
}

.footer_middle {
width: 37%;
float:left;
text-align:right;
line-height:2.0em;
}

.footer_right {
width: 13%;
float:left;
line-height:2.0em;
}





