body { background-image: url("/img/background.jpg") }
img { border:none; }

/*  ==========  KOPFNAVI ZEILE  =====================================*/
div#header {
  text-align:       left;    /* Seiteninhalt wieder links ausrichten */
  margin:           0 auto;      /* standardkonforme horizontale Zentrierung */
  width:            950px;
  height:           95px;
  
}

#kopfmenue  {
  margin-top:       10px;  
  float:            left;   

  height:           20px;
}
#kopfmenue ul  {
  list-style-type:  none;
  margin:           30px 0px 0px 0px; 
}
#kopfmenue li {
  display:          block;
}
#kopfmenue li a, #kopfmenue li a:link, #kopfmenue li a:visited {
  text-decoration:  none;
  padding: 			0px 10px 0px 10px;
  margin: 			0px 0px 0px 0px;
  font-family:		arial;
  font-size:		12px;
  color:			#000000;
  font-weight:		bold;
  border:           1px solid #DDDDDD;
  background-color: #DDDDDD;	
}
#kopfmenue li a:hover, #kopfmenue li a:active, #kopfmenue li a:focus {
  color:			#000000;
  background-color: #EEEEEE;
  border:           1px solid #000000;
  
  
}
div#header div#logo {
  float:            right;
  text-align:       right;
  width:            220px;
  height:           95px;

}


/*  ==========   CONTENT    =========================================*/
div#content {
  margin:           0 auto;      /* standardkonforme horizontale Zentrierung */
  width:            950px;
  padding:          0px;
  height:           550px;
}

#content a, #content a:link, #content a:visited {
  color:            #000000;
  font-size:        13px;
  text-decoration:  none;
  font-weight:      bold;
}
#content a:hover, #content a:active, #content a:focus {
  color:			#0000FF;
}
div#content div#links {
  width:            325px;
  height:           550px;
  float:            left;
  background-color: #DDDDDD;
}

div#content div#links td {
  font-size:        12px;
  font-family:      tahoma;
}


div#content div#links .bild {
  margin:           0px;
  padding:          0px;  
  width:            323px;
  height:           215px;
  border:           1px solid #000000;
  background-color: #000000;
}
div#content div#links h1 {
  font-family:      Verdana;  
  font-size:        18px;
  margin:           0px 0px 0px 20px;
}
div#content .titel {
  margin:           0px 20px 0px 0px;
  text-align:       right;
  font-size:        10px;
  font-family:      tahoma;
}

div#content .navi {
  margin:           0px;
  padding:          20px;
  font-size:        12px;
  font-family:      arial;
  line-height:      20px;
}
div#content .service {
  color:            #C1C100;
}

div#content .minipic {
  margin-left:10px;
  border:1px solid  #000000;
  background-color: #DDDDDD;
  width:            110px;
  height:           110px;
  float:            left;
}

div#content div#textfeld {
  width:            595px;
  height:           auto;
  padding:          15px;
  float:            right;
  font-family:      tahoma;
  font-size:        12px;
  line-height:      16px;
}
div#content div#textfeld h1 {
  margin:           0px;
  margin-bottom:    10px;  
  font-family:      Verdana;  
  color:            #000000;
  font-size:        18px;
}
div#content div#textfeld input {
  font-family:      Verdana;  
  color:            #000066;
  font-size:        12px;
}
div#content div#textfeld div#scrollkasten {
  width:            520px;
  height:           380px;
  overflow:         scroll;
}
div#content div#textfeld .i_links {
  width:            210px;
  padding:          3px 10px 3px 0px;
  text-align:       right;
  font-size:        12px;
  font-weight:      bold;
  border-bottom:    1px dashed #666666;
}
div#content div#textfeld .i_rechts {
  width:            250px;
  padding:          3px 0px 3px 10px;
  text-align:       left;
  font-size:        12px;
  border-bottom:    1px dashed #666666;
}



/*  ==========    FOOTER    =========================================*/
div#footer {
  border-top:       2px solid #CCCCCC;
  margin:           0 auto;      /* standardkonforme horizontale Zentrierung */
  width:            950px;
  height:           40px;
}
div#footer p {
  font-family:      verdana;
  font-size:        9px;
}
div#footer .w3c {
  margin:           5px 0px 3px 10px;
  float:            left;            
}
div#footer .signatur {
  margin:           3px 10px 3px 0px;
  text-align:       right;
  float:            right;            
}

            
