/* CSS Document */


/*===========  Grundgerüst erstellen  ===========*/
  body {
      background-color: #CCCCCC;
      font-family:Verdana;
      font-size:12px;
      color:#000;
      text-align:left;
      margin:0px;
	  padding:0px;
  }
  #seite_insgesamt {
      width:960px;
	  height:100%;
	  margin:0px; 
	  padding:0px; 
	  text-align:left;
	  background-image:url(../gfx/grund/background.jpg); 
	  background-color:#fff;
	  border:0px solid #000;
  }
/*===========  Spalte Linke Seite  ===========*/  
  #spalte_links {
      width:30px;
	  height:100%;
	  background-image:url(../gfx/grund/spalte_links_bg.jpg);
      padding:0px;
      margin:0px;
      border:0px solid #000;
      float:left;
  }

/*=========== Spalte Menu  ===========*/

  #spalte_menu  {
      width:200px;
	  font-size:12px;
	  background-color:#FFF;
      padding:0px;
      margin: 0px;
      text-align:left;
	  font-weight: normal;
      font-family: verdana, sans-serif;
      border:0px solid #000;
      float:left;
  }

/*===========  Spalte Mitte  ===========*/  
  #spalte_mitte {
      width:20px;
	  height:100%;
	  background-image:url(../gfx/grund/spalte_mitte_bg.jpg);
      padding:0px;
      margin:0px;
      border:0px solid #000;
      float:left;
  }
 
/*=========== Spalte Menu  ===========*/

  #spalte_content  {
      width:680px;
	  background-color:#FFF;
      padding:0px;
      margin: 0px;
      text-align:justify;
	  font-weight: normal;
      font-family: verdana, sans-serif;
      float:left;
	  border:0px solid #000;
  }
  
  #spalte_content_haupt  {
      width:510px;
	  background-color:#FFF;
      text-align:justify;
      float:left;
	  	  border:0px solid #000;
  }

  #spalte_content_puffer  {
      width:10px;
      float:left;
	  	  border:0px solid #000;
  }  
  
  #spalte_content_rechts  {
      width:160px;
	  background-color:#FFF;
      text-align:left;
      float:left;
	  border:0px solid #000;
  } 
  
  #content_menu  {
      width:150px;
	 
      padding:5px;
      margin:0px;
	  background-color:#FAFAFA;
	  background-image:url(../gfx/content/content_menu_header.jpg);
	  background-repeat:no-repeat;
  } 
  
  #content_menu_titel {
      margin:0px;
	  padding-bottom:5px;
	  color:#333333;
	  font-weight:bold;
  } 
  
/*===========  Spalte Rechte Seite  ===========*/  
  #spalte_rechts {
      width:30px;
	  background-color:#FFFFFF;
      padding:0px;
      margin:0px;
      border:0px solid #000;
      float:left;
  }
  
  
/*===========  HEADER BILD  ===========*/  
  #header_bild {
      width:650px;
	  height:255px;
	  background-image:url(../gfx/grund/test.jpg);
      padding:65px 15px 0px 15px;
      margin:0px;
      border:0px solid #000;
      float:left;
	  vertical-align:top;
	  text-align:left;
  }
  
/*===========  Menu einruecken  ===========*/  
  #menu_einruecken {
      width:170px;
      padding:0px 15px 0px 15px; 
      margin:0px;
	  vertical-align:top;
	  text-align:left;
  }

  #menu_einruecken A.menulink {
      display: block;
      width: 170px;
      height:19px;
      text-align: left;
      text-decoration: none;
      font-family:arial;
      font-size:12px;
	  font-weight:normal;
      color: #000000;
      border-bottom: solid 1px #CCCCCC;
  }

  #menu_einruecken A.menulink:hover {
      background-color:#F2F2F2;
  }

/*=========== Zeile Unten  ===========*/

  #zeile_unten  {
      width:860px;
	  background-image:url(../gfx/grund/unten1.jpg);
	  background-repeat:no-repeat;
      padding-top:60px;
      padding-right:100px;
      margin: 0px;
	  height:60px;
      text-align:right;
	  color:#FFF;
	  font-weight: bold;
      float:left;
	  border:0px solid #000;
  }
  
  #zeile_unten a {
	  color:#fff;
     text-decoration:none;
  }

  #zeile_unten a:hover {
	  color:#ccc;
     text-decoration:none;
  }
