

/* allgemein:
   =============================================================================== */

  html {
    /*height: 100%;*/
  }

  body {
    width: 900px;
    /*height: 100%;*/
    font-family: "Times New Roman", Times, serif;
    font-size: 0.8em;
    line-height: 1.3em;
    color: #444;
    padding: 0;
    margin: 3px auto 0 auto;
    background-color: #fff;
  }



  #DIVwrapper {
    width: 900px;
    /*height: 100%;*/
    padding: 0;
    margin: 0;
    background-image: url(../media/img/HgLinieLinks.jpg);
    background-repeat: repeat-y;
  }

  /*div, img{
    border: 1px solid #fdd;
  }*/


/* Header: 
   =============================================================================== */

  #DIVheader {
    height: 129px;
  }

      #DIVheader #LINKlogo, #DIVheader #LINKlogo:visited {
        display: block;
        float: left;
        width: 190px;
        height: 129px;
        margin: 0;
        background-image: url(../media/img/logo.jpg);
        background-repeat: no-repeat;
        border-style: none;
      }
      #DIVheader #LINKlogo:hover {
        background-image: url(../media/img/logo.jpg);
      }


    
      #DIVheader h1 {
        font-size: 1.2em;
        color: #444;
        padding: 90px 0 0 0;
        margin: 0 0 0 240px;
      }

      #DIVheader #IMGheadline1 {
        width: 500px;
        height: 60px;
        padding: 0;
        margin: 45px 0 0 96px;
      }









/* Navigation 
   =============================================================================== */

  #DIVnavi {
    float: left;
    width: 161px;
    padding: 0 0 40px 0;
    margin: 0 0 0 46px;
	font-family: Arial, Helvetica, sans-serif;
  }


  #DIVnavi ul {
    padding: 20px 0 20px 0;
    margin: 0;
  }

  #DIVnavi ul li {
    list-style: none;
    padding: 0;
    margin: 0;
  }


  #DIVnavi ul li a, #DIVnavi ul li a:visited {
    display: block;
    width: 126px;
    height: 35px;
    font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
    line-height: 35px;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    padding: 0 0 0 15px;
    margin: 0;
    background-image: url(../media/img/naviHg.jpg);
    background-repeat: no-repeat;
  }

  #DIVnavi ul li a:hover {
    color: #fff;
    border-color: #254e9c;
    background-image: url(../media/img/naviHgAkt.jpg);
    background-repeat: no-repeat;
  }


  #DIVnavi ul li .AnaviCurrent, 
  #DIVnavi ul li .AnaviCurrent:visited, 
  #DIVnavi ul li .AnaviCurrent:focus, 
  #DIVnavi ul li .AnaviCurrent:hover, 
  #DIVnavi ul li .AnaviCurrent:active {
    color: #fff;
    background-image: url(../media/img/naviHgAkt.jpg);
  }
  #DIVnavi ul li .AnaviCurrent:hover {
  }




 #DIVnavi p{
    width: 141px;
    font-size: 0.85em;
    line-height: 1.3em;
    text-align: center;
    padding: 2px 0 0 2px;
    margin: 0;
  }

 #DIVnavi p a:link,
 #DIVnavi p a:visited,
 #DIVnavi p a:focus,
 #DIVnavi p a:hover,
 #DIVnavi p a:active{
	color:#000; 
	background: #fff; 
	text-decoration: underline;
	}



/* Inhaltsbereich: 
   =============================================================================== */

  #DIVcontent {
    float: left;
    width: 620px;
    font-family: "Times New Roman", Times, serif;
    padding: 3px 0 10px 39px;
  }




  #DIVcontent p {
    font-size: 1.31em;
    line-height: 1.31em;
    color: #333;
    padding: 0;
    margin: 0 0 20px 43px;
  }

  #DIVcontent h1 {
    clear: both;
    margin: 0 0 10px 43px;
    padding: 0;
	font-size: 2.1em;
    line-height: 2.0em;
  }



        
  #DIVcontent a {
    color: #333;
    text-decoration: none;
  }

  #DIVcontent a:visited {
    color: #333;
  }

  #DIVcontent a:hover, 
  #DIVcontent a:active, 
  #DIVcontent a:focus {
    color: #254e9c;
  }



/* einzelne content-Elemente: 
   ========================== */

  #IMGindexGross {
    width: 489px;      /* das sind jetzt unskalierte, also Originalgroesse-Angaben */
    height: 359px;
    margin: 0 0 0 42px;
  }

  #IMGindexHeadlineUnterBild {
    width: 460px;
    height: 71px;
    margin: 6px 0 0 62px;

  }


img.floatleft{
    float: left;
    clear: left;
    margin: 0 25px 10px 43px;
	}


img.floatright{
    float: right;
    clear: right;
    margin: 0 0 10px 20px;  /* when   margin: 10px 0 10px 20px; ???  */
	}


  #IMGgeschichte1 {
    float: right;
    clear: right;
    margin: 0 0 10px 20px;
  }

  #IMGgeschichte2 {
    float: left;
    clear: both;
    margin: 0 25px 10px 43px;
  }



  #IMGgeschichte3 {
    float: left;
    clear: left;
    margin: 0 25px 10px 43px;
  }

  #IMGgeschichte4 {
    float: right;
    margin: 10px 0 10px 20px;
  }


  #IMGgeschichte5 {
    float: left;
    clear: left;
    margin: 0 25px 10px 43px;
  }

  #IMGgeschichte6 {
    float: right;
    clear: right;
    margin: 10px 0 10px 20px;
  }

  #IMGgeschichte7 {
    float: left;
    clear: both;
    margin: 10px 0 10px 43px;
  }




/* footer: 
   =============================================================================== */

  #DIVfooter {
    clear: both;
    width: 874px;
    height: 28px;
    padding: 0 0 40px 0;
    background-image: url(../media/img/footer.jpg);
    background-repeat: no-repeat;
    background-color: #fff;
  }




table#preise{
background-image:url(../media/img/contentImages/Preisliste-Hintergrund.jpg);
background-position: top left;
background-repeat:no-repeat;


border: 2px solid  #5273A9;
font-size: 120%;
  margin: 0 0 20px 43px;
  width: 577px;
}

table#preise td {
	border: 1px solid #5273A9;
	border-collapse: collapse;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;	
	color: #000;
	}

table#preise th{
	border: 1px solid #5273A9;
	color: #5273A9;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	font-size: 100%;
	}

