/* Layout */ 
  
  body {
    background-color: #aba4fd;
    font-size: 100%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0px; 
	padding: 20px;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 702px;
    height: 510px;
    padding: 0px;
  }

  div#oben   {
   background-color:#d7d5cd;
   float: left; 
   width: 702px; 
   height: 125px;
   border-bottom-width:20px;
   border-bottom-style:solid;
   border-bottom-color:white;   
  }
   
  div#Header {
    background-color:#d7d5cd;
    font-size: 12px;
    float: left; 
	width: 150px; 
	height: 125px;
    margin: 0px; 
	padding: 0px;
	text-align:left;
	vertical-align:middle;
  }
  
  div#logo {
    background-color:#d7d5cd;
    font-size: 12px;
    float: left; 
	width: 552px; 
	height: 85px;
    margin: 0px; 
	padding: 40px 0px 0px 0px;
	text-align:left;
	vertical-align:middle;
  }
  
  div#HeaderText {
    font-size: 12px;
    margin: 0px; padding: 8px;
  }

  div#unten   {
  clear: both; 
  width: 702; 
  height: 365px;
  border-bottom-width:20px;
  border-bottom-style:solid;
  border-bottom-color:white;   
  }
  
  div#nav {
    background-color:#705ff9;
    float: left; 
	width: 160px; 
	height: 355px;
    border-right-width:20px;
    border-right-style:solid;
    border-right-color:white; 
    font-size: 12px;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    line-height: 1.5;
    color: black;
    text-decoration: none;
  }
  
  div#nav1 {
    background-color:#705ff9;
    float: left; 
	width: 160px; 
	height: 300px;
    font-size: 12px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }
  
  div#nav2 {
    background-color:#705ff9;
    float: left; 
	width: 160px; 
	height: 55px;
    font-size: 12px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }
  
  div#content {
    float: left;
    text-align: left;
    font-size: 12px;
    font color: #1800f1;
  width: 522px; 
	height: 365px;
    background-color:#d7d5cd;
    margin: 0px; 
	padding: 0px;
  }
  
  div#content h1 {
    background-color:#705ff9;
    font-size: 12px;
    font-style: normal;
    margin: 0px; 
	padding: 4px 1px 1px 10px;
  }
  
  div#content p {
    background-color:#d7d5cd;
    font-size: 12px;
    color:#1800f1;
    margin: 0px; 
	padding: 5px 5px 5px 10px;
  }
  
  div#content li {
  list-style: none;
    background-color:#d7d5cd;;
    font-size: 12px;
    margin: 0px; 
	padding: 5px 5px 5px 0px;
  
  }  
  
  div#copyright {
  	clear: both;
    text-align: center;
    font-size: 12px;
    color:#1800f1;
  } 
  
/*Formatierung Links*/
  a:link { color:black; text-decoration:none; font-weight:bold; }
  a:visited { color:black; text-decoration:none; font-weight:bold; }
  a:hover { color:black; text-decoration:underline; font-weight:bold; }
  a:active { color:black; text-decoration:underline; font-weight:bold; }
  
/*Hinterlegung aktiver Link Navi1*/
  .Aktiv1 { text-decoration:underline; }
  
/* Tabellenformatierung */
  .tabelle {
  font-size: 12px;
  color:#1800f1;
  }
  
