    body
    {
        margin: 0;
        padding: 0;
        font: 85% arial, hevetica, sans-serif;
        text-align: center;
        color: #505367;
        background-color: #29414C;
        font-family:"Trebuchet MS", Arial, Helvetica;
        font-size: 12px;  
    }
   
/*Überschriften der Seiten*/
h1{
  padding:0;
  margin-top:25px;
  margin-bottom:10px;
  margin-left:0px;
  margin-right:0px;
  font-size:25px;
  
  
}     
                                                /* Begriffe:
                                                    margin:  Außenabstand
                                                    boarder: Rahmen
                                                    padding: Innenabstand
                                                    float:   Texumfluß (Bsp: left => Element steht links und wird von nachfolgenden rechts umflossen
                                                */
    
 /*************Seitenstruktur*************************/
    #container
    {
        margin: auto;                           /*Außenabstand: auto: links und rechts gleich => zentriert*/
       
        width: 800px;                           /*Breite des Inhaltes (zu gesamten boxbreite kommt noch padding+boarder+margin)*/
        text-align: left;
        background-color: #29414C;
        /*color:#29414C;*/
        
    }


   /*Breite: 160px; Höhe: 500px*/
    #menu
    
    {
        margin:0px;
        padding:0px;
        float: left;
        margin-top:0px;
        width: 160px;
        height: 500px;
        /*background-color: #97C0D7;*/
        background-image: url(pics/zettelrandlinks.jpg);
        position:relative;
        /*border: 1px solid red;*/
        
    }    
    #lang{
      position:absolute;;
      bottom:20px;
      margin-left:20px;
      word-spacing:10px;
    }
    #rboarder
    /*Breite: 20px; Höhe: 500px*/
    {
        margin:0px;
        padding:0px;
        float: right; 
        margin-top:40px;
        width: 20px;
        height: 500px;
        /*background-color: #97C0D7;*/
        background-image: url(pics/zettelrandrechts.png);
    }
  
    #content
    /*Breite: 620px; Höhe: min 600px*/
    {
       /*margin-right: 40px;*/
        margin-left: 160px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
		padding-bottom: 50px;
        width: 570px;
        min-height:600px;
        background-color: white;
        /*text-align: justify;*/
       /*border: 1px solid red; */   
    }
   
    #header
    /*Breite:620px; Höhe: 40px*/
    {
        /*margin-right: 40px;*/
        margin-left: 140px;
        height: 38px;
        /*width: 620px;*/  
        background-image: url(pics/header.png);
    /*border: 1px solid red;*/   
     
    }
    #mainpic
    /*Breite: 350px; Höhe: 212px*/
    {
        float: right;
        margin-right: -45px;
        margin-top: -25px;
        margin-bottom: 0px;
        margin-left:10px;
        width: 350px;
        height: 214px;
        
     }
     #schriftzug
     {
       margin-top: -20px;
     }
/*************MENU*************************/    
    /*Logo + Home*/
    #menu img 
    {
      /*height:120px;*/
      padding: 0px;
      margin-left:20px; 
      margin-top:10px;
    }
     
    /*Hauptmenupunkte*/
    #menu h2
    {
      font-weight:bold;
      font-size:10pt;
      margin: 0px; 
      margin-top:10px;
      padding: 0;
    }
    /*Untermenupunkt*/
    /*momentan entspricht die Schrift der Standardeinstellung für die ganze Webseite*/
    
	/*generelle Listeneinstellung*/
    #menu ul
    {
      padding-left: 20px;
      margin:0px;
      list-style-type:none;
    }
    /*Links hinter Menupunkten*/
    #menu a
    {
      color:#515151;
      text-decoration:none;     
    }
    #menu a.active    
    {
      color:#FFFFFF;;
    }
    #menu a img
    {
      border:none;
    }
    #content a:link
    {
    /*color:#29414C;*/
    color:#97C0D7;
    font-weight: bold;
    text-decoration:none;
    }
    #content a:visited
    {
    /*color:#29414C;*/
    color:#97C0D7;
    font-weight: bold;
    text-decoration:none;
    }
    #content a:hover
    {
    /*color:#29414C;*/
    color:#97C0D7;
    font-weight: normal;
    text-decoration:none;
    }
    #content
    {
      font-size:12px;
    }
    #content table
    {
      font-size:12px;
    }
	#content p
	{
	padding: 0px;
    padding-top: 12px;
	margin:0px;
	}
 

  

