/* -- ALLGEMEIN -- */
html, body {
	margin: 0;
	padding: 0; 	
	font-size: small; 
	color: #333333; 
	font-weight: normal; 
	line-height: normal; 
	text-transform: none;
	text-align:center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999966;
	background-image:url(hg_gradient.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height: 100%;
	min-height:101%;		/* Mindesthoehe da Firefox sonst bei Seiten mit wenig Inhalt "springt" (wg. Scrollbalken */
}
*{
	margin:0; padding:0;
}

p	{
	margin-bottom:1em;
  	line-height: normal; 
	font-size: small; 
	color: #333333; 
	font-weight: normal; 
	line-height: normal; 
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

strong {color: #666666;}


h1 {display:none;}

h2 {
	font-size:1.12em;
	font-stretch:expanded;
	letter-spacing:0.01em;
	color:	#666666;
	margin:1.5em 0 0.5em 0;
	}

h3 {
	font-size:1em;
	font-weight: bold;
	letter-spacing:0.01em;
	color:#666666;
	margin: 0.75em 0 0.75em 0;
	}

	
hr {
	clear:both;
	display: block;
	padding:0;
	height: 1px;
	margin-top:0.25em;
	margin-bottom:0.5em;
	border: 0;
	color: #dcdcdc;
	background-color: #dcdcdc;
	width:100%;
	}

div	{text-align:left;}

a   {
	color: #993300; 
	font-weight: normal;
	line-height: normal;
	text-transform: none; 
	text-decoration: none; 
	}

a:visited{
	color: #c0c0c0;
	text-decoration:underline; 
}
a:hover, a:active, a:focus{  
	color: #FF0000;
	text-transform: none; 
	font-weight: normal;
	}

/* alle Bilder mit Link ohne Rahmen*/
a img {border:0;}


.clear{
	clear: both; 
	line-height:0;
	margin:0; padding:0;}

.bild-links	{
	float:left;
	margin:0.5em 1em 0em 0;
	padding:0;
	}

.bild-rechts	{
	float:right;
	margin:0 0 0.5em 1em;
	}	
.footschrift{	font-size: 0.75em;}

/* -- LAYOUTBEREICHE -- */

#content			
{
	width:70%;
	min-width:600px;
	margin:auto; 	/* ganzer Block zentriert*/
	min-height:101%; /* Mindesthoehe da Firefox bei Seiten mit wenig Inhalt wg. Scrollbalken "springt" */
	background-color:#ffffff;
	border: 1px solid #993300;
}

#head {
	float: left;
	height:180px;
	width:100%;
	background-image:url(head_re.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#navigate{
	clear:both;
	width:97%;
	height:2em;
	background-color:#993300;
	padding-left:3%;
	}

#inhalt {
	clear:both;
	margin:0;
	float: left;
	width:50%;
	padding: 1em 2.5em 0 3em;
	}

#info {				
	float: right;
	width: 220px;
	text-align:right;
	}
#foot{
	clear:both;
	height:50px;
	border-top: 1px solid #CCCCCC;
	padding: 0.5em 0 0 2.75em;
	}
.footlogo{
	border:0;
	margin-top: -0.5em;
	float:right;
}
ul.hauptmenue {
	}

ul.hauptmenue li {
    list-style: none;
    display: inline;
	margin: 0em;
	}

ul.hauptmenue li a, ul.hauptmenue li a:visited, ul.hauptmenue li a:focus   {
  	float: left;
	width: 6.25em;
	height: 1.5em;
	background-color: #993300;
	border-right:#cc9900 solid 1px;
	text-decoration: none; 
	text-align: center;
	font-weight:bold;
	color: #cc9900; 
	padding-top: 0.4em;
}

ul.hauptmenue li a.aktiv {
	color: white; 
	font-weight:bold;
	background-color: #cc9900;
	height: 1.55em;
	}
ul.hauptmenue li a:hover, .hauptmenue li a.aktiv:hover {
	color: #993300;
	font-weight:bold;
	background-color: #cc9900;
	border-right: #993300 solid 1px;	
	border-left: #993300 solid 1px;	
}

.infobox{
	background-color:#cc9900;
	padding:1em 0 1em 2.5em;
	color: #FFFFFF; 
	font-weight: bold;
}

.zitat {
	background-image:url(q_oben.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 2.5em;
}
