/* Menue */
.Stil1 {
    font-size: 12px; 
	font-family: Mistral; 
	font-weight: bold; 
	color: #FFFFFF;
}

/* Aktiver Link ">" */
.Stil2 {
    font-size: 14px; 
	font-family: Mistral; 
	font-weight: bold; 
	color: #FFFFFF;
}

/* Inaktiver Link ">" */
.Stil22 {
    font-size: 14px; 
	font-family: Mistral; 
	font-weight: bold; 
	color: #0000BE;
}

/* Untermenue */	
.Stil3 {
    font-size: xx-small; 
	font-family: Arial, Helvetica, sans-serif;}
	
/* Untermenue */	
.Stil4 {
	color: #FFFFFF;
	font-size: 10px;
	font-family: "Arial Black";
	font-weight: bold;
}	

/* Inhalt Überschrift */
.Stil10 {
	color: #000000;
	font-size: 24px;
	font-family: Mistral;
	font-weight: bold;
}

/* Ueberschrift normal */
.Stil9 {
	color: #000000;
	font-size: 24px;
	font-family: Mistral;
	font-weight: normal;
}

/* Inhalt Text */
.Stil11 {color: #000000}

/* Copyright */
.Stil12 {
	font-size: 8px;
	font-weight: bold;
}

/* Hintergrund */
body {
	background-color: #ffffff;
}	

/* Rahmen */
#content1 {
width:950px;
background-color:#ffffff;
padding:5px;
clear:right;
margin-left:auto;
margin-right:auto;
}

/* Logo */
#title {
height:90px;
width:940px;
padding:5px;
margin-bottom:0px;
background-image:url("../pic/logo.jpg");
background-position:left;
background-repeat:no-repeat;

}

/* Feld Textinhalt */
#content {
height:500px;
background-color:#9D0043;
float:left;
width:780px;
}

/* Textinhalt */
#inhalt {
height:400px;
background-color:#FFFF99;
padding:10px;
float:left;
width:530px;
margin-left:1%;
}

/* Feld Menue */
#left {
height:500px;
width:170px;
border:0px solid #0000BE;
background-color:#0000BE;
float:left;
margin-left:0%;
}

/* Links */
a:link {

	text-decoration:none;
}
a:visited {

	text-decoration:none;
	
}
a:hover {
	color: #9D0043;
}
a:active {
     text-decoration:none;
}



-->

