/**** Turtlemusic.css ******************
*  
* 	navigations-leisten lind: 	#BED0C0
*	navigation maroon: 			#9B3A00
*
*
*******************************/


body, html {
	margin: 10px;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
}


/********** Struktur ************/
#kopf {
	width: 760px;
	margin-top:20px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
        
#bildleiste {
	width: 760px;
	margin-top:5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/back_bildleiste.gif) repeat;
}
        


#container {
	width: 760px;
	margin-top:5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/back_main.gif) repeat-y left top;
}

#sidebar-a {
	float: left;
	width: 225px;
	background-color: #BED0C0;	
	color:black;
	margin: 0;
	height: 100%;
}
		
#content {
	padding: 10px 35px 10px 100px;
	margin-top: 20px;
	margin-left: 180px;
	line-height: 17pt;
	text-align: justify;
}

#content h1 {
	color:#9C8700;
	background-color:white;
	font-size: 17px;
}

#navigation{
	padding: 20px 5px;
	text-align:center;
}		
	
#navigation a{
	display: block;
	background-color: #BED0C0;
	color:#9B3A00;
	text-decoration: none;
	line-height: 80px;
	font-size:18px;
}		

#navigation a:hover{
	text-decoration: underline;
	background-color: #BED0C0;
}
		
#footer {
	clear: both;
	padding: 0;
	margin-left: auto;
	margin-right: auto;

}


/********************************************/		
.lefty{
	background-color: #BED0C0;
	color:black;
	float:left;
	width: 225px;
	height: 145px;

}		

.logo {
	background-color: white;
		color:black;
	margin-left: 225px;
	height: 145px;
	width: 525px;
}	

#base {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 8pt;
	color: silver;
	background-color: white;
	padding-left: 70px;
}	

#base a{
	color: silver;
	background-color: white;
	text-decoration: none;
}

#base a:hover{
	text-decoration: underline;
}