

h1 {
    text-decoration : underline;
  }


h2 {
    text-decoration : underline;
  }


strong {
    text-decoration : underline;
  }


.News {
    background-color : red;
  }


.Artikel {
    background-color : lightblue;
  }


.Event {
    background-color : lightgreen;
  }


.Mann {
    background-color : lightblue;
  }


.Frau {
    background-color : red;
  }


[type=submit] {
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    background-image : url('Bilder/Button_grund.png');
    color : #f01428;
    font-style : italic;
    height : 30px;
    width : 130px;
    font-weight : bold;
  }


[type=text], [type=password], [type=textarea] {
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    background-color : white;
  }


[type=submit]:hover {
    background-image : url('Bilder/Button_grund3.png');
    height : 40px;
    width : 140px;
  }


#head {
    text-align:left;
    height : 160px;
  }


#login {
    position : absolute;
    left : 600px;
    top : 50px;
  }


#inhalt {
    left : 170px;
    position : absolute;
    top : 170px;
  }

#fehler {
   left : 400px;
   position : absolute;
   top : 150px;
   width : 500px;
}


#button {
    text-align:left;
    position : absolute;
    width : 140px;
    height : 350px;
    left : 10px;
  }


.normal {
    background-color : #f2f968;
  }


.err {
    background-color : white;
    color : red;
  }


.blocksart {
    border-bottom-style : groove;
    border-bottom-width : 6px;
    border-left-style : groove;
    border-left-width : 6px;
    border-right-style : groove;
    border-right-width : 6px;
    border-top-style : groove;
    border-top-width : 6px;
    color : red;
    font-family : 'DejaVu Sans Mono', 'DejaVu Sans';
    font-size : 30px;
    text-align : center;
  }


fieldset {
    border-color : #000000;
    border-width : 4px;
    width : 21em;
  }


textarea {
    height:20px;
    width:200px;
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    background-color: white;
  }