

.body {
    background-color : #5601ab;
  }


.body1 {
    background-color : #5601ab;
    color : #FFFFFF;
    font-size : 14px;
    margin-left : 30%;
    margin-top : 7%;
    position : relative;
  }

.link:visited{
    color:#FFFFFF;
}

.erfolg {
    background-color : #5601ab;
    color: #FFFF00;
    font-size : 50px;
    position: absolute;
    text-align: center;
  }


#anzeige {
    bottom : 5px;
    left : 5%;
    position : absolute;
    top : 5px;
    width : 85%;
  }


#buttons {
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    border-bottom-style : inset;
    border-left-style : inset;
    border-right-style : inset;
    border-top-style : inset;
    bottom : 0px;
    left : 12px;
    position : absolute;
    text-align : center;
    top : 161px;
    width : 160px;
  }


#titel {
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    border-bottom-style : outset;
    border-breottom-width : 6px;
    border-left-style : outset;
    border-left-width : 6px;
    border-right-style : outset;
    border-right-width : 6px;
    border-top-style : outset;
    border-top-width : 6px;
    height : 150px;
    left : 12px;
    position : absolute;
    right : 0px;
    text-align: center;
  }


#inhalt {
    left : 180px;
    right: 0px;
    overflow : auto;
    position : absolute;
    top : 165px;
    bottom: 0px;
  }


#anmelden {
    font-size : 15px;
  }


[type=submit], [type=reset] {
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    background-color : #b9c4e4;
    background-image : url('button_hintergrund.jpg');
    background-repeat : no-repeat;
    font-size : 100%;
    font-style : italic;
    font-weight : bold;
    width : 120px;
  }


[type=submit]:hover, [type=reset]:hover {
    border-color:#b9b4c4;
    font-size : 100%;
    border-bottom-style : outset;
    border-bottom-width : 4px;
    border-left-style : outset;
    border-left-width : 4px;
    border-right-style : outset;
    border-right-width : 4px;
    border-top-style : outset;
    border-top-width : 4px;
  }


.zitat {
    background-color : #9e132e;
    border-bottom-style : double;
    border-left-style : double;
    border-right-style : double;
    border-top-style : double;
    top : 330px;
    font-family : serif, cursive;
    font-size : 3ex;
    font-style : italic;
    left : 0px;
    position : absolute;
  }


.news {
    background-color:red;
  }


.article {
    background-color:green;
  }


.event {
    background-color:yellow;
  }


.sortieren {
    bottom : 10px;
    left : 50px;
    position : absolute;
    right : 10px;
  }

