/* CSS Document */
* { padding: 0; margin: 0; }
html { height: 101%; }

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.4em;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
}

h2 {  
	font-size: 130%; 
	font-weight: bold; 
}

h3 {  
	font-size: 80%; 
	font-weight: normal; 
}

address {
	text-align: center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
}


#subnavi_komponisten {
	text-align: center;
	width: 760px;
	padding: 0;
	margin: 2px 0 2px 0;
	background-color: #FFCC66;
	color: #000000;
	font-weight: bold;
}
#subnavi_komponisten ul { margin: 0; padding: 0; }

#subnavi_komponisten li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 160%;
}
#subnavi_komponisten a {
	color: #000000;
	padding: 2px 4px;
	margin: 0 10px;
	text-decoration: none;
}
#subnavi_komponisten a:link, #subnavi_kreise a:visited {
   background-color: #FFCC66;
   }

#subnavi_komponisten a:hover, #subnavi_kreise a:focus {
   color: #FF0000;
   border-bottom: 1px solid #FF0000;
   }
