@charset "UTF-8";
/* CSS Document */

/*************************************
	RESET BROWSER SETTINGS
 *************************************/
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

#main span.strong{
	font-weight:bold;
}
#main span.stronger{
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:90%;
}
#main span.headline{
	margin-top:25px;
	font-size:150%;
	display:block;
}
#main div.content a{
	color:#CC6633;
}
#main div.content a:hover{
	color:#CCCCCC;
}

/*************************************
	BASIC LAYOUT
 *************************************/


#container {
	margin-top:36px;
	margin-left:30px;	
	width:800px;
}
#header {
	height:63px;	
}
#header #logo{
	float:left;
}
#header #metaNavigation{
	float:right;
	margin-top:20px;
	padding-right:230px;
}
#navigation{
	margin-top:70px;
	float:left;
	width:150px;		
}
#main {
	float:left;
	margin-top:70px;
	width:420px;
}
#sidebar{
	margin-top:70px;
	float:right;
	width:210px;
}
#audio{
	margin-top:20px;
	width:420px;
}

/*************************************
	GENERAL SETTINGS
 *************************************/
 
body {
	color:#CCCCCC;
	background-color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
h1,h2,h3,h4,h5,h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
h1{
	font-size:32px;
	font-weight: normal;
	color:#CC6633;
}
h2{
	font-size: 28px;
	font-weight: normal;	
	color:#CC6633;
}
h3{
	font-size:20px;
	font-weight: normal;
	color:#CC6633;
}
h4{
	font-size:17px;
	letter-spacing:0.05em;

}
a{
	text-decoration:none;
	color:#CC6633;
}
a:hover{
	text-decoration:underline;
	color:#CCCCCC;
}

/*************************************
	FONTS
 *************************************/



/* general settings for navigation lists */
.navigationtop{
	font-family: Verdana;
	font-weight:normal;
	font-size:10px;
	letter-spacing:1px;
	text-transform: uppercase;
	text-decoration: none;
	color:#CCCCCC;
}
.navigationtop a{
	color:#CCCCCC;
}
.navigationtop a:hover{
	text-decoration:none;
	color:#CC6633;
}
ul.navigationtop li.selected a{
	color:#CC6633;
	text-decoration: none;
}

#navigation ul li a{
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	letter-spacing:1px;
	color:#CCCCCC;
	text-transform: uppercase;
}
#navigation ul li a:hover{
	color:#CC6633;
	text-decoration:none;
}
#navigation ul li.selected a{
	color:#CC6633;
	text-decoration:none;
}

#navigation ul.level2{
	margin-bottom: 8px;
	
}
#navigation ul.level2 li a{
	font-size:10px;
	font-weight:normal;
	color:#CCCCCC;
	margin-bottom:10px;
	line-height:16px;	
	margin-left:25px;
	text-transform: uppercase;
}
#navigation ul.level2 li a:hover{
	font-size:10px;
	font-weight:normal;
	color:#CC6633;
	margin-bottom:10px;
	line-height:16px;	
	margin-left:25px;
	text-transform: uppercase;
	text-decoration:none;
}
#navigation ul.level2 li.selected a{
	font-size:10px;
	font-weight:normal;
	color:#CC6633;
	margin-bottom:10px;
	line-height:16px;	
	margin-left:25px;
	text-transform: uppercase;
	text-decoration:none;
}
.repertoire{
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	letter-spacing:1px;
	color:#CCCCCC;
	text-transform: uppercase;

}


/* header */
#header ul li{
	display:inline;
}


/* navigation */
#navigation a{
	color:#CCCCCC;
}
#navigation a:hover{
	color:#CC6633;
}
#navigation.selected a{
	color:#CC6633;
}


/* main */
#main div.ueberschrift{
	text-align:justify;
	line-height:17px;
	letter-spacing: 0px;
	padding-bottom:10px;
	border-bottom-width: 3px;
	border-bottom-color: #CCC;
	border-bottom-style: double;
}
#main div.content{
	text-align:justify;
	line-height:17px;
	letter-spacing: 0px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-width: 3px;
	border-bottom-color: #CCC;
	border-bottom-style: double;
}
.fett{
	font-size:17px;
	letter-spacing: 0px;
	padding-bottom: 8px;
}
.img {
	float:left;
	margin-right:10px;
	witdh:210px;
	margin-top:4px;
	padding-top:6px;
	margin-bottom:4px;
	padding-bottom:6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	width: 210px;
}
.imghochformat {
	clear: both;
	width: 120px;
	vertical-align: middle;
	float: none;
	border: 1px solid #CCC;
}
.caption{
	font-family:Verdana;
	font-size:11px;
	letter-spacing:0.08em;
	line-height:13px;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align:left;

}
#main div.tools{
	font-family: Verdana, sans-serif;
	margin-top:6px;
	margin-bottom:20px;
	padding-top:6px;
	text-align:right;
}
#main div.tools ul li{
	display:inline;
}
#main div.tools a{
	padding-left:10px;
	font-size: 10px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #CCCCCC;
}
#main div.tools a:hover{
	color: #CC6633;
	text-decoration:none;
}


/* sidebar */
.imgsidebar {
	float:left;
	margin-right:5px;
	width:100px;
	border: 1px groove #CC6633;
	margin-top: 6px;
	margin-bottom: 6px;
}
.einzelimgsidebar {
	width:210px;
	margin-bottom: 6px;
}
.hervorhebung {
	font-weight: bold;
	letter-spacing: 1pt;
}
