/* allgemeine Definitionen */
/*Farben: dunkelgrau=#2c2c2c dunkelrot=#a51700 grau #999*/
* {
	margin:0;
	padding:0;
		}
html, body {
	height:100%;
	
		}
BODY {
	background: url(../grafik/bg.gif);
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 101%;
	color: #2c2c2c;	
}

a:link  	{ color:#a51700; text-decoration: underline; }
a:active    	{ color:  #a51700;  text-decoration: underline; }
a:visited  	{ color:#2c2c2c;  text-decoration: underline; }
a:hover    	{ color: #2c2c2c; text-decoration: underline;}

.nofloat {
	clear: both;
}
img{
	border: 0;
}

#box{
	margin-top:5em;
	margin-left: auto;
	margin-right:auto;
	height:100%;width: 1000px;
	text-align: left;
	}

#links {
	margin:0;
	padding:4em 3em 0 0;
	float: left;
	width: 200px;
	text-align:right;
	}
	
#rechts{
	margin:0 0 10px 0;
	padding:2em 0 0 1em;
	float: left;
	width: 30px;
	text-align:left;
	font-size: 0.8em;
	line-height: 2em;	
}

#logo {
	padding: 0;
	margin:0;
	text-align:right;
}
#menue {
	margin:0;
	padding: 0;
	width: 100%;
	text-align:right;
	line-height: 2.1em;
}

/*content Bereich*/

#content {
   margin: 0; 
   padding: 0; 
   background: #999; 
	float: left;
	width:650px;
	height:auto;
	color: #2c2c2c; 
 
  
}
/* div  des Untermenues horizontal */
#untermenue {
	margin:0;
	padding:0.2em 0 0.2em 0;
	text-align:center;
	color:#fff;
	font-size: 0.8em;
	border-bottom: 1px solid #c2c2c2;background-color: #999;
	}
	
	
/*div der Titel- Bildunterschrift*/
#titel { 
   clear:both;
   margin:0;
   color:#fff;
   font-size: 0.8em;
   border-top: 1px solid #c2c2c2;background-color: #999;
   }
   
/*Formatierung des Inhaltsbereiches*/
#content h1 {
	padding:2.85em 0 1em 0.9em;font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a51700;font-size: 1.0em;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:2em 0 1em 0.9em;color: #a51700;font-size: 0.9em;
}
#content h3 {
	padding:0.1em 0 0.7em 0.5em;font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a51700;font-size: 0.9em;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 29em 0 2.5em;
	color: #2c2c2c;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.4em;
}


#bild{float:right;margin:0;padding:0;}


/*Formatierung der Aufzählungen ul li*/
.listeul {
	list-style-image: none;
	list-style-type: underline;
	color: #2c2c2c;
}
.listeli {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	list-style-image: none;
	list-style-type: none;
}
.listeliauswahl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#a51700; 
	text-decoration: underline; 
	list-style-image: none;
	list-style-type: none;
}

a.menu:link{
	color:#2c2c2c; 
	text-decoration: underline;
}
a.menu:visited {
	color: #2c2c2c;  
	text-decoration: underline; 
}
a.menu:hover {
	color:  #a51700; 
	text-decoration: underline; 
}
a.menu:active {
	color:  #a51700; 
	text-decoration: none;
}


/*Formatierung des Untermenues horizontal*/


.untermenueauswahl {
	color:#a51700; 
}

#untermenue a:link, #untermenue a:visited, #untermenue a:active {
	color: #fff;
	text-decoration: none;
}

#untermenue a:hover, #untermenue a:focus {
	color: #a51700;
}



/*Formatierung der Nummerierung*/

.pagingon {
	color: #a51700;
}

#rechts a:link, #rechts a:visited, #rechts a:active {
	color: #2c2c2c;
	text-decoration: none;
}

#rechts a:hover, #rechts a:focus {
	color: #a51700;
}



/*vor/zurück*/


#zurueck	{
	width: 40px;
	text-align: right;
	float:left;

	padding:0.2em 0 0.2em 0;
	
}


#vor	{
	width: 40px;
	text-align: left;
	float:left;

	padding:0.2em 0 0.2em 0;
}

#mitte	{
	width: 570px;
	text-align: center;
	float:left;
	padding:0.2em 0 0.2em 0;
}

.passiv {
	color: #696969;
}

#titel * a:link, #titel a:visited, #titel a:active {
	color: #fff;
	text-decoration: none;
}

#titel * a:hover, #titel a:focus {
	color: #a51700;
}
