    body, html { 
      margin: 0;
      padding: 0;    
    }
    
    
    body {
      background: #ecf6ff;
      font-family: Arial, Helvetica, Verdana, sans-serif;
      font-size: 100.01%;
      scrollbar-face-color:#EBEBEB;
      scrollbar-highlight-color:#545DAE;
      scrollbar-3dlight-color:#545DAE;
      scrollbar-shadow-color:#545DAE;
      scrollbar-darkshadow-color:#545DAE;
      scrollbar-track-color:#EBEBEB;
      text-align: center;
      min-width: 58.75em;
    }
    

    a:link        {color:#545DAE; text-decoration:none}
    a:visited     {color:#545DAE; text-decoration:none}
    a:hover       {color:red; text-decoration:none}
    a:active      {color:#545DAE; text-decoration:none}
    
       
    #main {
      position: relative;
      left: 10px;
      margin: 0px auto;
      width: 58.75em;
      text-align: left;
    }
    
    
    #header {
      text-align: right;
      padding: 5px 0px;
    }
    
    #header_inner {
      font-size: 75%;
      clear: both;
      color: #545DAE;
      padding-right: 5px;
    }
    
    #header_bild {
      background: url(/media/bg_headerbild.gif) repeat-y #ECF6FF;
      height: 77px;
      overflow: hidden;  
    }
    
    #bildeinbindung {
      float: left;  
    }
    
    #bildeinbindung p { 
    	display: inline;
    }
    
    #logo_startseite {
    	float: right;
    }
    

/* CONTENT */

    #content {
      position: relative;
    	padding: 0px 10px;
    	height: auto !important;
    	height: 100%; 
    }
    
    #bg_content_left {
    	position: absolute;
      height: 100%;
    	width: 10px;
    	margin-left: -10px;
    	background: url("/media/schatten_links.gif") repeat-y; 
    	z-index: 2;		
    }
    
    #bg_content_right {
    	position: absolute;
    	left: 100%;
    	margin-left: -10px;
    	height: 100%;
    	width: 10px;
    	background: url("/media/schatten_rechts.gif") repeat-y; 
    	z-index: 2;
    }
    
    #footer {
      position: relative;
      height: 15px;
      background: url("/media/footer_middle.gif") repeat-x; 
      overflow: hidden;  
    }
    
    #footer_li_un {
      position: absolute;
      width: 20px;
      height: 15px;
      background: url(/media/footer_left.gif) no-repeat;  
    }
    
    #footer_re_un {
      position: absolute;
      left: 100%;
      margin-left: -20px;
      width: 20px;
      height: 15px;
      background: url(/media/footer_right.gif) no-repeat;  
    }
    
    #content_inner {
      display: table;
      position: relative;
      clear: both;  
      float: none;
      padding-left: 2.25em;
    }
    
    .folgeseite  #content_inner { 
      padding-left: 5px;
    }
    
    
    #navbloecke {
     width: 55em;
    }
    
    .navblock_spacer {
      width: 55em;
      height: 10px;
      overflow: hidden;
      clear: both;
      float: none; 
    }
    
    
    .navblock {
      width: 13.25em;
      border-top: 1px solid #B8CCED;
      border-bottom: 1px solid #B8CCED;
      margin-right: 0.625em;
      float: left;
    }
    
    .navblock_first {
     	width: 13.25em;
    	height: 3.75em;
    	float: left;
    	text-align: left;
    	margin-right: 0.625em;
    	background: #B8CCED;
    }
    
    .navblock_first_inner {
    	font-weight: bold;
    	text-align: center;
    	white-space: nowrap;
    	font-size: 75%;
    }
    
    .nomargin {
      margin-right: 0;
    }
    
    .navblock_inner {
      height: 12.125em;
      border-left: 1px solid #B8CCED;
      border-right: 1px solid #B8CCED;
    }
    
    .themenbild {
      height: 91px;
      overflow: hidden;
      background: #B8CCED;
    }
    
    .themenueberschrift {
      margin-top: 5px;
      margin-left: 5px;
      font-size: 75%;
      font-weight: bold;  
    }
    
    .snav_start {
       margin-left: 5px;
       font-size: 75%;      
    }
    
    
    #spalte_links {
      width: 200px;
      float: left; 
      overflow: hidden; 
    }
    
    #ikiss_content {
      width: 690px;
      float: left;
      margin-left: 10px;
      overflow: hidden;
      
    }
    
    
    
    
    
    
    
