
body {
  color: #000000; 
  background-color: #000033;
  font-size: 100.01%;
  font-family: Arial,Helvetica,sans-serif;
  margin: 0%; 
  padding: 0%;
  text-align: center;  /* Zentrierung im Internet Explorer */
  }
div#Box {
   position:absolute;
   top:3%;
   left:8%;
   width:84%;
   padding:0.8%;
   margin:0%;
	 min-height: 120%;
   border:4px solid silver;
   background-color: #ffffcc;
  }
div#LogoBande {
  width: 100%;
  background-color: #ffffcc;
  border: 2px black;
  }
div#LogoUni {
  text-align: left;
  width: 100%;
  background-color: #ffffcc;
  border: 2px black;
  }
div#Seite {
    font-size: 100.01%;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0;      /* standardkonforme horizontale Zentrierung */
    width: 20%;
    padding: 0%;
	  color: #000033;
    background-color: #ffffff;
  }
  h1 {
    font-size: 1.8em;
    margin: 5%; 
	  padding: 0%;
    text-align: center;
		line-height: 1.5em;
  }
  h2 {
    font-size: 1.3em;
    margin: 0%; 
	  padding: 0%;  
  }
  h2, p {
    font-size: 1.0em;
  }
  h3 {
    font-size: 1.1em;
  }
  
  ul#Navigation {
    font-size: 1.0em;
    float: left; 
	  width: 100%;
    margin-top: 85%; 
	  padding: 0%;
  }
  ul#Navigation li {
    display: block;
	  background-color: #eee;
    list-style: none; 
	  margin: 0%;
	  padding: 0.5em;
	  width: 100%;
  }
  ul#Navigation a {
    padding: 0.1em;
	  text-decoration: none;
  }
  ul#Navigation a:link {
    color: black;
  }
  ul#Navigation a:visited {
    color: #666;
  }
  ul#Navigation a:hover {
    color: black; 
	  background-color: #cccccc;
  }
  ul#Navigation a:active {
    color: white; 
  }
  ol#Aufz1 {
    font-size: 0.99em;
    float: left; 
    margin-left: 2%; 
	  padding: 0%;
    color: #ffffff;
	  text-decoration: none;	
	  width: 80%;
  }
  ol#Aufz1 li {
    font-size: 1.0em;
    float: left; 
    margin-left: 0%; 
	  padding: 0.2em;  
    color: black;
	  text-decoration: none;
	  width: 80%;
  }
  ol#Aufz1 a {
    font-size: 1.0em;
    float: left; 
    margin-left: 25%; 
	  padding: 0.1em;  
    color: black;
	  text-decoration: none;
  } 
  ol#Aufz1 a:link {
    color: black;
  }
  ol#Aufz1 a:visited {
    color: #666;
  }
  ol#Aufz1 a:hover {
    color: black;
	background-color: #cccccc;	
  }
  ol#Aufz1 a:active {
    color: white; 
  }  
  p#Kontakt {
    margin: 0%;      /* standardkonforme horizontale Zentrierung */
    width: 20%;
    padding: 0.5em;
	  color: #000033;
    background-color: #ffffcc;
	  position: absolute;
	  margin-top: 500px;
  }
  p#Kontakt a {
    text-decoration: none;
  }
  p#Kontakt a:link {
    color: #339933;	
  }
  
div#Inhalt {
    margin-top: 10%; 
		margin-bottom: 10%;
	  width: 98%;
    padding: 0 1em;
	  font-size: 100.01%;
    font-family: Arial,Helvetica,sans-serif;
	  text-align: left;
	  line-height: 1.5em;
  }
  * html div#Inhalt {
    height: 1.2em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	  width: 100%;
    margin-bottom: 0%;
  }
  div#Inhalt h2 {
    font-size: 1.3em;
    margin: 0.2em 0%;
    color: navy;
  }
  div#Inhalt h3 {
    font-size: 1.1em;
	  color: navy;
  }
  div#Inhalt p {
    font-size: 1.0em;
    margin: 1em 0;
  }
  div#Inhalt1 p {
    font-size: 1.0em;
	  padding: 0%;
	  margin-left: 140px;
  }
  div#Inhalt a {
	text-decoration: none;  
  }
  div#Inhalt a:link {
    color: #339933;  
  }
  p#Fusszeile {
    font-size: 0.63em;
    font-family: Arial,Helvetica,sans-serif;
    clear: both;
    margin: 0%; 
	  padding: 0.1em;
    text-align: center;
    border-top: 1px solid silver;
  }
  div#Betonung {
    font-size: 1.0em;
    margin: 1em 0%;
	  text-align: center;
	  width: 100%;
	  border: 3px solid red;	
  }	  
  div#Betonung p{
    font-size: 1.3em;
    margin: 1em 0%;
    color: red;
	  text-align: center;
	  width: 100%;
  }	
  ul#Navi {
    font-size: 0.99em;
    float: left; 
	  width: 12%;
    margin: 0%; 
	  padding: 0%;
  }
  ul#Navi li {
    display: block;
	  background-color: #cccccc;
    list-style: none;
    margin: 0%; 
	  padding: 0.25em;
	  width: 12%;
  }
  ul#Navi a {
	  text-decoration: none;
  }
  ul#Navi a:link {
    color: black;
  }
  ul#Navi a:visited {
    color: #666;
  }
  ul#Navi a:hover {
    color: black; 
	background-color: #eee;
  }
  ul#Navi a:active {
    color: white; 
  }
  ol#Aufz {
    font-size: 0.99em;
    float: left; 
    margin-left: 12.5%; 
	  padding: 0%;
    color: #33cc33;
	  text-decoration: none;	
	  list-style: none;
	  width: 100%;
  }
  ol#Aufz li {
    font-size: 1.0em;
    float: left; 
    margin-left: 0px; 
	  padding: 0%;  
    color: #339933;
	  text-decoration: none;
	  list-style: none;
	  width: 100%;
  }
  ol#Aufz a {
    font-size: 1.0em;
    float: left; 
    margin-left: 0%; 
	  padding: 0%;  
    color: #339933;
	  text-decoration: none;
  } 
  ol#Aufz a:link {
    color: #339933;
  }
  ol#Aufz a:visited {
    color: #336633;
  }
  ol#Aufz a:hover {
    color: green;
	  background-color: #eee;	
  }
  ol#Aufz a:active {
    color: white; 
  }  
  div#Tabelle, th, td {
    table-layout: auto;
    border-width:0px;
    border-style:solid;
    padding:0.15em;
    text-align:justify;
  }
  div#Tabelle a {
    color: #339933;
	  text-decoration: none;  
  }
  div#Tabelle a:link {
    color: #339933;  
  }
  div#Tabelle a:hover {
    color: green;
	  background-color: #eee;  
  }
	
#table-2 {
	border-width: 0px;
	background-color: #f2f2f2;
  width: 74.5%;
}
#table-2 td, #table-2 th {
	padding: 5px;
	color: #333;
}
#table-2 thead {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: .2em 0 .2em .5em;
	text-align: left;
	color: #4B4B4B;
	background-color: #C8C8C8;
	border-width: 0px;
}
#table-2 th {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	border-width: 0px;
}
#table-2 td {
	line-height: 1.2em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	border-width: 0px;
  padding: .2em 1em .2em .5em;
}
#rechts {
	text-align: right;
	}
#links {
  text-align: left;
	}

div#copyright {
    font-family: Arial,Helvetica,sans-serif;
    border-top: 1px solid silver;
    font-size: 0.8em;
	margin: 0;
	padding: 0.1em
  }


