body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Verdana;
    font-size: 12px;
    background: #fff url(../images/page_back.gif) repeat-x;
  }
  
  #page {
		margin: 0 auto; 
		width: 900px; 
	}
	
	h1 {
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
    margin: 5px 0;
    line-height: 18px;
    color: #fba117;
  }
	
	h2 {
    border-bottom: 1px solid #fba117;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0;
    margin: 5px 0;
    line-height: 18px;
  }
  
  td {
    vertical-align: top;
  }
  
  th {
    font-weight: bold;
    text-align: left;
    padding-right: 15px;
  }
  
  .gelb {
    color: #fba117;
  }
  
  .input {
    border: 1px solid #e6e6e6; 
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana;
    padding: 3px;
  }
  
  
  img {
    border: 0px;
  }
  
  .img {
    border: 1px solid #e6e6e6;
    padding: 1px;
  }


/* 
  ----------------------------------------------------------------------------------------------------
  --- TOP --------------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------
*/
  
  
#map {
  width: 635px; 
  height: 400px;
}
	
	#top {
    width: 100%;
    height: 120px;
  }
  
  #logo {
    width: 205px;
    height: 120px;
    float: left;
  }
  
  #topmenu {
    width: 695px;
    height: 40px;
    float: left;
    text-align: right;
    font-size: 11px;
  }
  
  #topmenu ul {
    padding: 10px 0 0 0;
    margin: 0;
  }
  
  #topmenu li {
    display: inline;
    padding: 20px 20px 20px 17px;
    margin: 0;
    background: url(../images/list.gif) no-repeat left center;
  }
  
  #topmenu a {
    color: #000;
    text-decoration: none;
  }
  
  #topmenu a:hover {
    text-decoration: underline;
  }
  
  #mainmenu {
    position: relative;
    float: left;
    width: 695px;
    height: 80px;
	text-align: right;
  }
  
  #mainmenu ul {
    padding: 0 20px 10px 0;
    margin: 0;
    height: 20px;
  }
  
  #mainmenu li {
    display: inline;
    margin: 0;
    padding: 0;
    height: 20px;
  }
  
  
/* 
  ----------------------------------------------------------------------------------------------------
  --- CENTER -----------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------
*/
  
  #center {
    height: 280px; /* Für Startseite angepasst */
    width: 100%;
  }
  
  #kontaktdaten {
    width: 205px;
    height: 280px;
    float: left;
  }
  
  #topimage {
    position: relative;
    width: 695px;
    height: 280px; /* Für Startseite angepasst */
    float: left;
    background: #fff url(../images/top_blank.gif);
  }
  
  #topimage_thumb_start {
     position: absolute;  
     bottom: -40px; 
     right: 40px; 
     width: 390px; 
     height: 80px; 
  }
  

/* 
  ----------------------------------------------------------------------------------------------------
  --- MAIN -----------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------
*/	

  #main {
    width: 100%;
  }
  
  #submenu {
    width: 205px;
    float: left;
    margin-top: 15px;
    padding: 3px 0;
    border-top: 1px solid #e6e6e6;
  }
  
  #submenu_empty {
    width: 205px;
    float: left;
    margin-top: 15px;
    padding: 3px 0;
  }
  
  #submenu ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  
  #submenu li {
    padding: 0;
    margin: 0;
    
  }
  
  #submenu ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px;
    padding-left: 30px;
    background: url(../images/sub_back.gif)
  }
  
  #submenu ul li a:hover, .active {
    background: url(../images/sub_back_hover.gif)
  }
  
  #content {
    width: 650px;
    float: left;
    padding: 15px 15px 40px 15px;
    line-height: 18px;
  }
  
  #content a {
    color: #fba117;
    text-decoration: none;
    padding: 2px;
  }
  
  #content a:hover {
    background: #fba117;
    color: #fff;
    
  }
  
  #ref_thumb, #ref_thumb_start {
    padding: 0;
    margin: 0;
  }
  
  #ref_thumb ul, #ref_thumb_start ul {
    margin: 0;
    padding: 0;
  }
  
  #ref_thumb li, #ref_thumb_start li {
    display: inline;
    padding: 0;
    margin: 0;
  }
  
  #ref_thumb a, #ref_thumb_start a {
    border: 1px solid #e6e6e6;
    padding: 1px;
    float: left;
    margin: 0 5px 5px 0;
    height: 80px;
    width: 120px;
    
  }
  
  #ref_thumb_start a {
    height: 150px;
    width: 200px;
  }
  
  #ref_thumb a:hover, #ref_thumb_start a:hover {
    border-color: #fba117;
    background: #fff;
  }
  
  #ref_detail_1 {
    width: 300px;
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
  }
  
  #ref_detail_2 {
    width: 300px;
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    line-height: 18px;
  }
	
/* 
  ----------------------------------------------------------------------------------------------------
  --- FOOTER -----------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------
*/	
	
	#footer {
    position: fixed;
    position: relative;
    width: 100%;
    height: 19px;
    background: #f9a61a;
    color: #fff;
    text-align: center;
    font-size: 11px;
  }
  
  #footer a {
    color: #fff;
    text-decoration: none;
  }
  
  #footer a:hover {
    text-decoration: underline;
  }
  
  #footer_box {
    margin: 0 auto;
    width: 900px;
    padding: 2px;
  }
  
  #copyright {
    width: 450px;
    float: left;
    text-align: left;
  }
  
  #ersteller {
    width: 450px;
    float: left;
    text-align: right;
  }
  

/* 
  ----------------------------------------------------------------------------------------------------
  --- ALLGEMEIN --------------------------------------------------------------------------------------
  ----------------------------------------------------------------------------------------------------
*/
  
  .clear {
    clear: both;
  }

