  /*Grundelemente*/

body {
      margin: 0;
      padding: 0;
      font-family: Arial, sans serif;
      font-size: 10pt;
      color: #FFFCCB;
      line-height: 14pt;
      background: #3A0000 url(01aa.jpg) no-repeat -10px 0;
      background-attachment: fixed;
      }

p, table, ul, li {
                  font-family: Arial;
                  font-size: 10pt;
                  color: #fffccb;
                  text-align: left;
                  }

a:link, a:active, a:visited {
                            color: #F3EC8F;
                            text-decoration: none;
                            decoration: none;
                            }
a:hover {
         text-decoration: underline;
         }

h2 {
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 10px;
    }

/*Strukturelemente*/

#menu {
      position: absolute;
      left: 30px;
      top: 320px;
      width: 160px;
      float: left;
      }

#da {
      font-family: Arial,  sans serif;
      font-size: 10pt;
      color: #FFFCCB;
      font-weight: bold;
      padding-bottom: 10px;
      }

#da a:link,#da a:visited {
                               text-decoration: none;
                               }
#da a:hover {
               color: #FF7F7F;
               text-decoration: underline;
               }
#hier {
      font-family: Arial,  sans serif;
      font-size: 10pt;
      color: #00AFAF;
      font-weight: bold;
      padding-bottom: 10px;
      }

#hier a:link,#hier a:visited {
                                 color: #9F8284;
                                 text-decoration:none;
                                 }
#hier a:hover {
                color: #00AFAF;
                text-decoration: none;
                }



#box {
      position: absolute;
      top: 30px;
      left: 200px;
      width: auto;
      height: auto;
      margin: 0;
      padding: 0;
      }

#kopf {
       margin:0;
       width: 500px;
       height: 130px;
       background: url(makeup.jpg) no-repeat top left;
       }

#seite {
         padding: 0;
         margin: 0;
         background: url(ecke.jpg) no-repeat top left;
         width: auto;
         min-height: 300px;
         }


#inhalt {
        padding: 30px;
        margin: 0;
        width: auto;
        min-height: 300px;
        text-align: left;
        }

#inhaltbild {
             padding: 0;
             margin: 0;
             width: 300px;
             text-align: right;
             float: right;
             }

#titel {
        width: 480px;
        min-height: 300px;
        text-align: right;
        padding: 30px;
        }
/*spezielles*/

#bilderTab {
            margin-bottom: 20px;
            }

#tabbild {
          margin: 5px;
          border: #A00020 solid 1px;
          }

#thema {
        clear: both;
        float: none;
        margin-left: 40px;
        margin-bottom: 20px;
        border: none;
        }


#bild {
      margin-top: 10px;
      margin-left: 30px;
      border: #270100 solid 1px;
      }

#bild_r {
        margin-top: 10px;
        margin-left: 30px;
        border: #270100 solid 1px;
        float: right;
        }

#bild_l {
        margin-top: 10px;
        float: left;
        }
#angebot { 
		margin: 0;
		padding: 5px;
		font-weight: bold;
		font-style: oblique;
		}
#angebot p {
		  font-weight: bold;
		  font-style: oblique;
		  font-size: 11pt;
		  }

.xs {
     font-size: 8pt;
     }
	 
