@charset "iso-8859-1";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}


a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:focus, a:active { 
	text-decoration: none;
	-webkit-user-select: none; -webkit-touch-callout: none;
}


/* container-element */
.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto; 
}

/* ~~ Für die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich über die gesamte Breite des Layouts. Sie enthält einen Bild-Platzhalter, der durch Ihr eigenes, mit Hyperlink versehenes Logo ersetzt werden sollte. ~~ */
.header {
	background-color: #FFFFFF;
}

.sidebar1 {
	float: left;
	width: 200px;
	background-color: #CCCCCC;
	padding-bottom: 10px;
	font-size: 0.8em;
}
.content {
	padding: 10px 0;
	width: 760px;
	float: left;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ Stile für die Navigationslisten (können entfernt werden, wenn Sie ein vordefiniertes Ausklappmenü wie Spry verwenden) ~~ */
ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 180px;  
	text-decoration: none;
	background-color: #CCCCCC;
}

ul.nav a:hover, ul.nav a:focus, ul.nav a:active  { 
	background-color: #ADB96E;
	color: #FFF;
	-webkit-user-select: none; -webkit-touch-callout: none;
}

/* ~~ Fußzeile ~~ */
.footer {
	padding: 10px 0;
	background-color: #EEE;
	text-align: center;
	position: relative;
	clear: both;
}

/* ~~ float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#titelbild {
	width: 500px;
	height: 479px;
	background-image: url("../grafiken_allg/liegende_harfe_web.jpg");
	margin: 0px auto;
}

#haus_eller_titel {
	width: 100px;
	height: 99px;
	background-image: url("../grafiken_allg/haus_eller_100.jpg");
	margin: 0px auto;
	float: right;
}

.kleintext {
	font-size: 0.6em;
}

.smaller {
	font-size: 0.75em;
}

.etwaskleiner {
	font-size: 0.85em;
}	

.bold {
	font-weight:bold;
}

.white_title {
	color: white;
	font-size:250%;
	font-weight:bold;
	text-align:left;
}

.nav_rot {
	color: #cc3300;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.nav_taste {
	color: white;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 5px;
	padding-left: 10px;
	background-color:black;
	width: 80%;
	border-radius: 0px 8px 8px 0px;
}

.nav_taste2 {
	color: white;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 5px;
	padding-left: 10px;
	background-color:black;
	width: 108%;
	border-radius: 0px 8px 8px 0px;
}

#datumsteil {
	margin-top: 60px;
}

.fliesstext {
	font-size: 0.85em;
}

.linksluft {
	margin-left: 375px;	
}

.obenluft {
	padding-top: 30px;	
}

.rechts {
	text-align:right;
}


.grauzone {
	background-color: lightgrey;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-bottom:5px;
}

.grauzone p {
	padding-left: 2px;	
	padding-top: 2px;
	font-size: 0.9em;	
}

.grauzone li {
	font-size: 0.9em;	
}


.titel {
	font-weight: bold;
}

.ausgegraut {
	color: #BBBBBB;
}

.rottext {
	color:#F00;
}

.padd {
	padding-left: 8px;	
}

.hauptcontainer {
	padding-left: 15px;	
}

.center {
	text-align: center;
}

.versteckt {
	display:none;
}

.kuenstlerbio {
	margin-left: 15px;
}

.instrumenttext {
	margin-left: 15px;
	margin-top: 5px;
	border: 1px solid;
	border-radius: 10px;
	margin-bottom: 15px;
	padding-top: 5px;
}
.instrumenttext table {
	margin-left: 15px;
}


.groesser {
	font-size: 120%;
}

.underline {
	text-decoration:underline;
	cursor:pointer;
}

.jahreszahl {
	font-weight: bold;
	font-size: 120%;
	color:#FFFFFF;
	background-color:#000000;
	padding-left:5px;
	min-height: 20px;
	border-radius:5px 0px 0px 5px;
}

.fixbreite350 {
	width: 350px;
	
}




.klavier_gewaehlt {
	font-weight: bold;
	text-decoration:none;
}

.instrument {
	margin-bottom: 10px;
}

.close {
	text-align:center;
	font-size: smaller;
	margin: 5px;
}

.neupert {
	color:#cc3300;
	font-weight: bold;
}

.rotfett {
	color:red;
	font-weight: bold;
}

.inventarnummer {
	background-color: black;
	color: white;
	font-weight: bold;
	margin-left: 15px;	
	margin-bottom: 20px;
	padding-left: 1%;
	font-size: 120%;
	border-radius:0px 5px 5px 0px;
}

#zitatliste {
	width: 75%;
	margin: 0px auto;
}

.bildkasten_links {
	margin: 15px;
  	margin-right: 30px;
}

.gaestebuch {
	margin-bottom: 50px;
}

.achtung {
	border: 1px solid;
	border-color: red;
	margin: 5px;
	border-radius: 5px;
	padding-top: 5px;
}

.in_ordnung {
	border: 1px solid;
	border-color: green;
	margin: 5px;
	border-radius: 5px;
	padding-top: 5px;
}

.navigator {
	border: 1px solid;
	padding-top:5px;
	border-radius: 5px;	
	
}

.cdwerbung {
	text-align:center;
	width: 40%;
	border: 1px solid;
	border-radius: 10px;
	font-size:75%;
	margin: 0px auto;
}



.internmenue li {
	text-align:center;
	list-style:none;
	padding-top: 5px;

}

.internmenue a, .internmenue a:visited {
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	font-size: 140%; 
	width: 180px;  
	background-color: white;
	color: black;

}

.internmenue a:hover,.internmenue a:active { 
	background-color: grey;
	color: white;
	-webkit-user-select: none; -webkit-touch-callout: none;
}

.bild700_einzeln {
	margin-left: 13px;
}
