@charset "utf-8";
	
#header {
	background-image: url(../pic/header.png);
	height: 131px;
	width: 870px;
	background-repeat: no-repeat;
}
/* Navigation */
#drape {
	background-image: url(../pic/drape.png);
	height: 1203px;
	width: 262px;
	z-index: 2;
	position: fixed;
	top: 0px;
}
#nav {
	margin: 130px 0px 0px 40px;
	width: 100px;
	padding: 0px;
	list-style-type: none;
}
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2.5; 
	border-bottom: 1px solid #FFF;
	}
#nav a:hover {
	background:#400202;
	}
#nav a:active {
	background: #666;
	font-weight:bold;
	}
	
#body_home #nav_home a,
#body_piano #nav_piano a, 
#body_om_pia #nav_om_pia a,
#body_sang #nav_sang a 
#body_kontakt #nav_kontakt a{
		background: #ffffff;
		color: #000;
		font-weight:bold;
		}
		
#container {
	width: 870px;
	min-height: 1185px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}

#center {
	width: 590px;
	margin: 0px 20px 0px 0px;
	float: right;
	text-align: justify;
	padding: 0px;
}
#left {
	width: 450px;
	min-height: 1000px;
	float: left;
	margin-left: 40px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
	}
#right {
	width: 160px;
	min-height: 1000px;
	padding: 0 0 0 10px;
	}
	

 
#footer {
	width: 850px;
	height: 161px;
	position: fixed;
	bottom: 10px;
	z-index: 7;
	background-image: url(../pic/footer.png);
	clear: both;
}
#copyright {
	width: 880px;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	margin-top: 158px;
}
.tinygrey {
	font-size: 10px;
	font-style: italic;
	color: #999;
}
.tinyGrey {
	font-size: 10px;
	font-style: italic;
	color: #333;
}
#left img {
	float: right;
	height: 198px;
	width: 297px;
}
#left #pia {
	background-image: url(../pic/pia.jpg);
	float: right;
	height: 198px;
	width: 223px;
	margin: 15px 0 0 10px;
}
  
#form {
	width: 260px;
	float: left;
	margin-right: 15px;
}
#tele {
	width: 480px;
	margin-top: -70px;
	margin-left: 300px;
}
#copyright a {
	color: #FFF;
 	font-weight: bold;	
	}
#adsense { 
	 width: 450px;
	 height: 60px;
	 margin: 30px 0 10px 0 ;
}