@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	/* background-image: url(../bilder/bechstein-hg3.jpg);
	background-repeat: no-repeat;*/
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 22px;
}

p { 
	font-size: 12px;
	text-align:justify;
	color:#0066cc;
}
h1 { 
	font-size: 18px;
	font-weight: normal;
	color:#0066cc;
}
h2 { 
	font-size: 16px;
	font-weight: normal;
	color:#0066cc;
}
h3 { 
	font-size: 14px;
	font-weight: bold;
	color:#0066cc;
	margin-bottom: 0;
}


a img { 
	border: none;
}

a:link {
	color: #0066cc;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
	color: #0033cc;
}

.container {
	width: 850px;
	height: 643px;
	position: relative;
	margin: 10px auto;
	padding: 0;
	border: 3px solid #999;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-border-radius: 8px;*/
	-webkit-box-shadow: 4px 8px 10px #333;
    -moz-box-shadow: 4px 8px 10px #333;
    box-shadow: 4px 8px 10px #333;
}

.aside {
	float: left;
	padding-bottom: 10px;
	background-color: #cce0f5;
	height: 633px;
}
.aside2 {
	float: left;
	padding-bottom: 10px;
	height: 633px;
	width: 190px;
	background: url(../bilder/klavier.jpg) right no-repeat #cce0f5;
}

.content {
	padding: 15px 10px;
	width: 480px;
	height: 615px;
	float: left;
	overflow: auto;
	background: url(../bilder/fluegel-1.jpg) repeat-y;

}
.bilder {
	margin: 30px 18px;
}
.bilder p {
	font-size: 10px;
	text-align: center;
}
.occasionen {
	margin: 0px 10px;
	font-size: 11px;
	color:#0066cc;
	height: 500 px;
	overflow: auto;
}
.team {
	margin: 10px 22px;
	font-size: 11px;
	color:#0066cc;
}
.team p {
	font-size: 11px;
	text-align:justify;
	color:#0066cc;
}

.brand {
	float: left;
	width: 180px;
	height: auto;
	padding-left: 20px;
	margin-bottom: 20px;
}
.link {
	float: left;
	width: 250px;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}


ul#nav {
	list-style: none; 
	border-top: 1px solid #fff; 
	margin-bottom: 15px; 
}
ul#nav li {
	border-bottom: 1px solid #fff;
}
ul#nav a, ul#nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block;
	width: 140px; 
	text-decoration: none;
	font-size: 12px;
	background: #0066cc;
	color: #FFF;
}
ul#nav a:hover, ul#nav a:active, ul#nav a:focus { 
	background: #0066cc;
	color: #ffff33;
	font-weight: bold;
}
ul#nav ul {
	list-style: none; 
	margin-bottom: 15px;
}
/*ul#nav li ul {
	border-bottom: 1px solid #fff;
}*/
ul#nav ul a, ul#nav ul a:visited { 
	padding: 5px 5px 5px 15px;
	display: block;
	width: 140px;
	text-decoration: none;
	font-size: 12px;
	background: #cce0f5;
	color: #0066cc;
	
}
ul#nav ul a:hover, ul#nav ul a:active, ul#nav ul a:focus { 
	background: #99ccff;
	color: #ffff33;
	font-weight: bold;
}
.selected {
	background: #99ccff;
	color: #ffff33;
	font-weight: bold;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

