body {
background-color: #A19Fa0;
font-size: 10px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:0;
margin:0;
}
a {color:#999999;}
a:hover {color: #666666;}


h1 {
color:#6d6e70;
text-align:center;
font-size:25px;
letter-spacing:3px;
font-weight: 900;
padding: 2px 2px;
margin: 0px;}

.normal {
	display:block;  /* Als Block anzeigen */ 
   	padding:0px;      /* Buttons etwas größer machen */ 
   	margin: 3px;        /* Standardabstände entfernen */ 
   	text-align:left; /* Zentrierte Ausrichtung */ 
   	font-weight:bold;
   	font-size: 9px;
} 

.stylenavi {
	display:block;  /* Als Block anzeigen */ 
   	margin: 2px;        /* Standardabstände entfernen */ 
   	width:130px;      /* Die Breite der Navigationsbuttons */ 
   	height:11px;      /* Die Höhe der Navigationsbuttons */ 
   	text-decoration:none; /* Unterstreichung entfernen */ 
   	color:#FFCC00;    /* Farbe der Links auf Weiß setzen */ 
 	font-weight:bold;
   	font-size: 12px;
	
	background-color: #6d6e70;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:2px 10px 5px 15px;
} 

.stylenavi2 {
	display:block;  /* Als Block anzeigen */
   	margin: 1px;
	margin-left: 22px;        /* Standardabstände entfernen */ 
	text-align:left; /* Zentrierte Ausrichtung */ 
   	width:105px;      /* Die Breite der Navigationsbuttons */ 
   	height:10px;      /* Die Höhe der Navigationsbuttons */ 
   	text-decoration:none; /* Unterstreichung entfernen */ 
   	color:#FFFF00;    /* Farbe der Links auf Weiß setzen */ 
 	font-weight:bold;
   	font-size: 10px;
	
	background-color: #888888;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:2px 15px 5px 15px;
} 
 
h2 {
color:#6d6e70;
font-size:15px;
font-weight: 900;
padding: 2px 15px;
margin: 0px;}

p, pre{
font-size:13px;
padding: 5px 0px;
margin:15px;

}

/* ----------container zentriert das layout-------------- */
#container {
width: 1000px;
margin-bottom: 0px;
margin:0 auto;
background-color: #dcdddf;

}

/* ----------banner for logo-------------- */
#banner {
background-color: #DCDDDF;
text-align: center;
padding: 0px;
margin: 0px;
}


/* -----------------Inhalt--------------------- */
#content {
margin: 0;
background-color:#FFFFFF ;
padding: 0;
width: 635px;
height:560px;
border-style: double; 
border-width: 7px;
border-color:#6d6e70;
overflow:auto;
}

/* --------------left navigavtion------------- */
#left {
background-color: #DCDDDF;
float: left;
width: 160px;
min-height: 460px;
margin: 0px;
padding: 0px;

}


#left a:hover {background-color:#FF6600;
	color:#FFCC00;
} /* Hintergrundfarbe bei Mausberührung */ 

/* --------------right navigation------------- */
#right {
	float: right;
	clear: right;
	width: 180px;
	margin: 0;
	padding: 0;
	
}

#right a { 
   	display:block;  /* Als Block anzeigen */ 
   	padding:0px;      /* Buttons etwas größer machen */ 
   	margin: 3px;        /* Standardabstände entfernen */ 
   	text-align:left; /* Zentrierte Ausrichtung */ 
   	width:130px;      /* Die Breite der Navigationsbuttons */ 
   	height:13px;      /* Die Höhe der Navigationsbuttons */ 
   	background-color:#0000aa; /* Die Hintergrundfarbe */ 
   	text-decoration:none; /* Unterstreichung entfernen */ 
   	color:#FFCC00;    /* Farbe der Links auf Weiß setzen */ 
 	font-weight:bold;
   	font-size: 12px;
	
	background-color: #6d6e70;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:2px 10px 5px 15px;
   
 } 
#right a:hover {background-color:#FF6600;} /* Hintergrundfarbe bei Mausberührung */ 

#right p {
font-size:11px;
padding: 5px;
margin: 10px;
}
#right2 {
	float: right;
	width: 190px;
	margin: 0;
	padding: 0;
	clear:right;
}
/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: center; 
}
#stylefooter a{color:#FFCC00;}
#footer a:hover{color: #FF6600;}

#stylefooter{

font-size: 13px;
font-weight:bold;
background-color: #6d6e70;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0 }


/* -----------footer2--------------------------- */
#footer2 {
background-color: #A19Fa0;

margin: 0px 0px;
padding: 0px 0px;
text-align: left; }

#footer2 a { 
color:#666666;    
font-size: 9px;
}
#footer2 p{
font-size:10px;
margin: 0px 0px;
padding: 0px 0px;
text-align:justify;
}
