

body {
    background-color: #000000;
  }


h1 {
    color : #c444c2;
    font-family : 'Sazanami Gothic';
    font-size : 30px;
    font-style : italic;
    font-variant : small-caps;
  }


table {
    border-bottom-color : #ff3af5;
    border-left-color : #ff3af5;
    border-left-style : inset;
    border-left-width : 02px;
    border-right-color : #ff3af5;
    border-right-style : outset;
    border-right-width : 03px;
    height : 20px;
    line-height : 20px;
    text-align : center;
    top : 20px;
  }


hr {
    color : #f71dcb;
    outline-color : #f2289e;
  }


h2 {
    color : #bf0fff;
  }


h3 {
    color : #bf0fff;
  }


#oben {
    position: absolute;
    top: 0%;
    right:0%;
    heigth: 25%;
    left: 0%;
    width: 100%;
  }


#links {
    position: absolute;
    top: 25%;
    bottom: 0%;
    left: 0%;
    width: 20%;
    background-image : url('Kachel1.png');
  }


#mitte {
    position: absolute;
    top: 25%;
    left: 23%;
    width: 70%;
    heigth: 65%;
  }


p {
    color : pink;
    font-family : 'Liberation Mono';
  }

span {
    color : pink;
     font-weight:bold;
    font-family : 'Liberation Mono';
  }

[type=submit] {
    background-image : url('Button_clean.jpg');
    background-repeat : no-repeat;
    width : 100px;
    font-weight : bold;
  }


[type=submit]:hover {
    background-image : url('Button_clean.jpg');
    background-repeat : no-repeat;
    font-size : 100%;
    width : 100px;
    border-bottom-style:outset;
    border-left-style:outset;
    border-right-style:outset;
    border-top-style:outset;
  }


.News {
    background-color : #893396;
  }


.Schule {
    background-color : #d51c4a;
  }


.Test {
    background-color : #1dfb2b;
  }
.SA {
    background-color : #41E3F2;
}

blockquote {
    color : #B0B4B8;
    font-family : 'URW Chancery L';
    font-style : italic;
    font-weight : bold;

    border-bottom-color : #8621c9;
    border-bottom-style : solid;
    border-left-color : #9f23f2;
    border-left-style : solid;
    border-right-color : #9f23f2;
    border-right-style : solid;
    border-right-width : 2px;
    border-top-color : #76117a;
    border-top-style : solid;
    padding-bottom: 20px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
  }


