body {
  margin: 0px;
  background-color: #FDFFE0;
  background-image: url(Images/Background.gif);
}

/* ###################################### */
/* ############## Schriftarten ################ */
/* ###################################### */

/* ############### allgemeine Texte############### */
  .textHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #314D31;
    /*
    color: #3B3420;
    background-image: url(Images/HeaderBack.jpg);
    background-color: #FFE28A;
    padding: 5px;
    border-bottom: 1px solid #B39E60;
    border-right: 1px solid #B39E60;
    */
  }
  
  .textBig {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #314D31;
  }
  
  .textHeaderSmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #E0F0E0;
    padding-left:10px;
    border-bottom: 1px solid #B1B39D;
    border-right: 1px solid #B1B39D;
  }
  
  .textInfo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #506070;
    background-color: #F0F5FF;
    padding-top:5px;
    padding-left:30px;
    border-bottom: 1px solid #B1B39D;
    border-right: 1px solid #B1B39D;
    background-image: url(Images/Information.gif);
    background-repeat: no-repeat;
    height: 22px;
  }
  
  .textBestaetigung {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #2C3A12;
    background-color: #A7CC5E;
    padding:5px;
    border-bottom: 1px solid #536C24;
    border-right: 1px solid #536C24;
  }

  .textNormal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
  }

  .textSmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #666666;
  }
  
  .textSmallBlack {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
  }
  
  .naviHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #405040;
    margin-left:5px;
  }
  
  .textWarenkorb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
  }

  /* ######## Listenformatierung ########### */
  .listen {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px; 
    font-weight: normal;
    margin-left:10px;
  }


/* ###################################### */
/* ################ LINKS ################## */
/* ###################################### */
  a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #405040;
  }

  a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #FF0000;
  }
  
  a.naviHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #405040;
    margin-left:5px;
  }

  a.naviHeader:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #FF0000;
    margin-left:5px;
  }

  a.naviProduct {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #607060;
    margin-left:10px;
  }

  a.naviProduct:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #FF0000;
    margin-left:10px;
  }

  a.naviEntry {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #708070;
    margin-left:15px;
  }

  a.naviEntry:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
    color: #FF0000;
    margin-left:15px;
  }

/* ###################################### */
/* ################ LAYOUT ################ */
/* ###################################### */

  /* ########## header ########### */
  .header {
    position:absolute;
    left: 10px;
    top: 5px;
    width: 950px;
    height: 74px;
    border:1px solid #B1B39D;
    background-color: #FFFFFF;
  }

  /* ########## Navigation ##########*/
  .navigation {
    position:absolute;
    left: 10px;
    top: 90px;
    height: 240px;
    width: 135px;
    border: 1px solid #A3B39D;
    background-color: #FFFFFF;
  }

  /* ########## Werbung ##########*/
  .advertise {
    position:absolute;
    left: 10px;
    top: 350px;
    height: 240px;
    width: 125px;
    border: 1px solid #A3B39D;
    background-color: #FFFFFF; /*transparent;*/
    padding: 5px;
  }

  /* ######### Hauptframe ######### */
  .mainframe {
    position:absolute;
    left: 160px;
    top: 90px;
    /*height: 600px;*/
    width: 780px;
    border: 1px solid #A3B39D;
    background-color: #FFFFFF;
    padding: 10px;
  }
  
  /* ########## Fehlermeldungen ########### */
  .error {
    border: 1px solid #A00000;
    background-color: #FFC0A0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #400000;
    margin: 10px;
    padding: 10px;
    text-align: center;
  }
	
	.errorSmall {
    border: 1px solid #A00000;
    background-color: #FFF8F8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #400000;
    margin: 10px;
    padding: 10px;
    text-align: left;
  }

  /* ########## Messagebox (2 div's) ########### */
  .dimm {
    background-image: url(Images/Transparenz.gif);
    background-repeat: repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
  }
  
  .message {
    border: 1px solid #000000;
    background-color: #F0FFF0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #006000;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -130px;
    width: 250px;
    position: absolute;
    background-image: url(Images/Warnung.gif);
    background-repeat: no-repeat;
  }
  
  hr {
    border:solid #B1B39D 1px;
    height:1px;
  }
