body {
    background-image: url(../images/einzeln1.jpg);
}
/***************************** Textbereich ***********************************/
mark {
    font-style: italic;
    font-weight: bold;
    background: none;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    background-color: #ffa; 
    width: 800px;
    height: auto;
}

#content article {
    font-size: 15px;
    color: #999900;
}

#mittig {
    text-align: center;
    font-weight: bolder;
}
/******************************* Bilder *************************************/
img {
    height: 90px;
    width: 90px;
}

#foto {
    margin-left: 275px;
}

/* ****************************** Überschriften ****************************/
h1 {
    font-weight: normal;
    font-size: 25px;
    margin-left: 1px;
    margin-top: 25px;
    text-shadow: 2px 25px 2px #000;
}

h2 {
    font-weight: normal;
    font-size: 20px;
    margin-left: 40px;
    margin-top: 35px;
    color: #000099;
    font-weight: bold;
    
    
}

h3 {
    color: #000000;
    font-size: 15px;
    text-align: left;
}

/* ************************** Kopfbereich **********************************/
#header {
    width: 100%;
    height: 90px;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#kopf {
    height: 65px; 
    padding: 0px 3px 0px 0px; 
    margin: 0px;
    text-align: right; 
    font-size: 50px; 
    overflow: hidden;
    color: #fff; 
    font-family: script;
    letter-spacing: 5px; 
   
}

#breadcrump {
    height: 30px;
    color: #ffffff;  
    margin-top: -40px;
}

#breadcrump ul li {
    list-style-type: none;
}

a.button1{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: -17px;
    margin-left: -35px;
    color:#000000;
    background: #009900;
    text-align:center;
    display:block;
    width:180px;
    border: 3px solid black;
    padding:3px;
    text-decoration:none;
    width: 30px; 
    height: 2px;
    padding: 5px; 
    margin: 0 5px;
}
a.button1:hover{
    color:#94452b;
    background-color: #66ff66;
}

#breadcrump ul li a {
    height: 25px;
    width: 175px;
    float: left;
    color: #ffffff;
    font-size: 18px; 
    
}

/* ************************* Navigation **************************************/
#menue_left{
    width: 200px;
    height: 250px;
    float: left;
    margin-left: 40px;
    margin-top: 20px;
}


a.button{
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-bottom: -17px;
  margin-left: -35px;
  color:#000000;
  background:#ffd096;
  text-align:center;
  display:block;
  width:180px;
  border: 3px solid black;
  padding:3px;
  text-decoration:none;
  font:bold 12px "Verdana"; "arial"; "sans-serif";
 
}

a.button:hover{
  color:#94452b;
  background-color: #cc8210;
}

/************************************** Tabellen ******************************/
#tabelle_1 {
    margin-left: 30px;
}

#tabelle_preis {
    margin: auto;
    width: 79%;
}

#monat {
    vertical-align: top;
}
/* ************************************ Unterschrift und Footer **************/

.unterschrift {
    text-align: right;
    color: #0033ff;
    font-family: script;
    font-size: 20px;
}
 
#footer {
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 100%;
    background-color: #ffd096;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}
