body {
	background-color: #08192B;
	background-image: url(img/leiste.gif);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
}
#div_container {
	font-family: "Arial narrow", sans-serif;
	font-size: 18pt;
	color: #FFF;
	padding: 0px;
	width: 1300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#div_container #div_header {
	font-family: "Arial narrow", sans-serif;
	font-size: 13pt;
	color: #DDD;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 150px;
}

#div_container #div_header #div_navi {
	height: 22px;
	margin-left: 0px;
}

#div_container #div_inhalt {
	padding-right: 150px;
	padding-left: 150px;
	padding-top: 50px;
	font-size: 11pt;
	text-align:left;
	background-image: url(img/b.gif);
	background-repeat:repeat-y;	
}

#div_container #div_footer {
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#Rahmen div {
    clear: left;
}

.initiale {
	font-size: 18pt;
}
.betonung {
	font-size: 12pt;
	font-weight: bolder;
}

.gross {
	font-size: 38pt;
	color: #5A6674;
	font-family: "Times New Roman";	
}
.mittelgross {
	font-size: 25pt;
	color: #5A6674;
	font-family: "Times New Roman";	
}
.mittelgrossmba {
	font-size: 31pt;
	color: #5A6674;
	font-family: "Times New Roman";	
}


.sehrgross {
	font-size: 50pt;
	color: #5A6674;
	font-family: "Times New Roman";	
}

.klein {
	font-size: 18pt;
	color: #5A6674;
	font-family: "Times New Roman";	
}
.mittelklein {
	font-size: 15pt;
	color: #5A6674;
	font-family: "Times New Roman";	
}

.sehrklein {
	font-size: 12pt;
	color: #5A6674;
	font-family: "Times New Roman";	
}

a {
    
    text-decoration: none; 
    color: #DDD;
  }

  ul#Navigation {
    margin: 0em; padding: 0em;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;
    position: relative;
    margin-left: 1.5em; 
    margin-top: 0em; 
    margin-bottom: 0em; 
}	
ul#Navigation li ul li{
    list-style: none;
    float: left;
    position: relative;
    margin-left: 0em; 
    margin-top: 0em; 
    margin-bottom: 0em; 
}

  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.1em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.0em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 0em; 
    left: -0.4em;
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    /*padding: 0.2em 1em;*/
    text-decoration: none; 
    /*border: 1px solid black;*/
    color: #DDD;
    /*background-color: #243444;*/
  }
  * html ul#Navigation a, * html ul#Navigation span {  /* nur fuer IE erforderlich */
    width: 100%;
    w\idth: 6.4em;
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    color: white; 
    background-color: #336666;
  }
  

/* Erweiterung zur dynamischen Ein-/Ausblendung */
  ul#Navigation li>ul {
    display: none; top: 1.2em;
  }
  ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {
    display: block;
  }

  /* Workaround fuer den IE 7 */
  *:first-child+html ul#Navigation ul {
    background-color:silver; padding-bottom:0.2em;
  }

.ClsDunkel {
	background-color: #021022;
/*text-align: justify;*/
}

.ClsSeminartitel {
	background-color: #000F22;
	vertical-align:bottom; 
/*text-align: justify;*/
}
.ClsSeminartext {
	background-color: #021022;
	font-size: 10pt;
	vertical-align:bottom; 
	width:250px;
	height:330px;
}


.ClsStatement {
	text-align: center;
}

.ClsBildOben {
	vertical-align:top;
}

.ClassDropdown {
	background-color: #243444;
}