*{
    padding: 0px;
    margin: 0px;
    font-family: Calibri,sans-serif;
}

body{
  background-image: url(images/elisa.jpg);      
}

#wrapper{
    width: 90%;
    min-width: 1150px;
    margin:auto;
    height: 100%;
    margin-top: 20px;    
}

#header{
    height: 80px;
    background-image: url(images/elisaLogo.jpg);
}

#content{
    border-color: #851644;
    border-style: solid;
    border-width: 5px;
}



#text{
    background-image: url(images/grey.png);
    padding: 25px;
}

/*####################### MENÜ #####################################*/
#menu2{
    padding: 5px;
    height: 45px;
    margin-left: 180px;
}


#menu2 ul{
    list-style:none;
}


#menu2 li{
  float:left;
  padding: 5px;
}

#menu2 a{
  display:block;
  text-decoration: none;
  background-image: url(images/btn2.png);
  width: 150px;
  height: 35px;
  background-repeat: no-repeat;
}


#menu2 a:hover{
    background-image: url(images/btn3.png);
}
#menu2 a:target{
    background-image: url(images/btn3.png);
}


.menutext{
    font-style: italic;
    font-size: 20pt;
    color: #fff;
    padding-top: 3px;
    text-align: center;
}

/*###################### Tabelle Marken ################################*/

#tabelleMarken{
    margin: auto;
}

#tabelleMarken td{
    width: 200px;
    height: 200px;
    padding: 15px;
}

/*###################### Tabelle anmeldung #######################*/

.tabelle1{
    margin: 20px;
}

.tabelle1 td{
    padding: 10px;
}

/*###################### Tabelle NewsVerw ##########################*/


.newsVerw{
    margin:20px;
}

.newsVerw td{
    padding:15px;
    border-bottom-width:1px;
    border-bottom-color: #000;
    border-bottom-style:solid;
}

.newsVerw th{
    border-bottom-width:1px;
    border-bottom-color: #000;
    border-bottom-style:solid;
}

/*###################### Button ####################################*/
.button{
  background-image: url(images/btn4.png);
  background-repeat:no-repeat;
  margin:30px;
  margin-top: 50px;
  height:70px;
  width: 300px;
}

.button p{
  color:#fff;
  padding-top:15px;
  font-size:22pt;
  text-align:center;
}
.button a{
  text-decoration: none;
}
.button:hover{
  background-image: url(images/btn5.png);
}

/*###################### NEWS ####################################*/

.news{
    border-style:none;
    padding: 10px;
    margin: 15px;
    margin-left:200px;
}

.news tr{
    height:250px;
}


.news td{
    margin-top:30px;
    border-top-style:dotted;
    border-top-width:2px;
    border-top-color:#851644;
}

.ue{
    font-weight:bold;
    padding-left:10px;
    width:400px;
    font-size: 16pt;
    font-weight: bold;
    font-style: italic;
    color: #3b3b3b;
    margin-bottom: 3px;
}

.beschreibung{
    width:400px;
    padding-left:10px;
}

.datum{
    font-size: 10pt;
    font-style: italic;
    font-weight: lighter;
    margin-top: 5px;
}

/* #################### SCHRIFTEN #################################*/


h1{
    color: #851644;
    font-weight: lighter;
    font-style: italic;
    font-size: 26pt;
    margin-top: 15px;
    margin-bottom: 8px;
}

h2{
    color: #851644;
    font-weight: lighter;
    font-style: italic;
    font-size: 14pt;
    margin-top: 15px;
    margin-bottom: 8px;
}

.impressum{
    padding-left:15px;
    text-align: right;
    text-decoration: none;
    color:#fff;
    font-size: 12pt;
    font-weight: bold;
}

/*##################### SONSTIGES ##################*/

.clearing{
    clear: both;
}

#textR{
    margin-right: 100px;
    width:425px;
    float: right;
}
.right{
    margin-right: 100px;
    width:625px;
    float: right;
     min-width:50%;
}

.left{
    float:left;
    width: 100px;
}

#textL{
    float:left;
    width: 300px;
}

.zurueck p{
    margin-top:30px;
    background-image:url(images/btnZ.png);
    background-repeat:no-repeat;
    height: 35px;
    width: 150px;
}
.zurueck p:hover{
    background-image:url(images/btnZ2.png);
    height: 35px;
    width: 150px;
}

.rot{
  color:#ff0000;
}

#text{
  min-width:1150px;
}

