
/*css-reset*/



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
  }


body {
    line-height:1;
  }


ol,ul {
    list-style:none;
  }


blockquote,q {
    quotes:none;
  }


:focus {
    outline:0;
  }


ins {
    text-decoration:none;
  }


del {
    text-decoration:line-through;
  }

/*css-reset*/



#a1 {
    color: #9ba4e0;
    text-decoration: underline;
  }


a:link, a:visited, a:active {
    color: #9ba4e0;
    text-decoration: none;
  }


a:hover {
    font-weight: bold;
  }


body {
    background-color: #3F5096;
    font-family: Calibri, 'sans serif';
  }


#header {
    margin-left: 50px;
    margin-top: 30px;
    height: 150px;
    color: #ABB5F7;
  }


#ueberschrift:active {
    visibility : hidden;
  }


#header:hover {
    font-weight: bolder;
  }


#inhalt {
    margin-top: -480px;
    margin-left: 200px;
    padding-left: 20px;
    color: #9BA4E0;
  }


#button {
    border:0px;
    margin-top: 30px;
    margin-left: 10px;
    padding-left: 10px;
    padding-top: 10px;
    color: #9BA4E0;
  }


h1 {
    color: #BDD5F0;
    font-size : 25px;
  }


h2 {
    color : #BDD5F0;
    font-size : 23px;
  }


h3 {
    color : #BDD5F0;
    font-size : 21px;
  }


USCh4 {
    color : #183F8F;
    font-size : 19px;
  }


p {
    color : #183F8F;
    font-size : 16px;
    font-style : italic;
  }


.zitat {
    border-bottom-width : 2px;
    border-left-width : 2px;
    border-right-width : 2px;
    border-top-width : 2px;
    margin-left : 55px;
    margin-right : 55px;
    text-align : center;
    text-decoration : underline;
  }


#news {
  }


#alles {
    margin-left: 25%;
    width: 1000px;
  }


table {
    border-bottom-color : #0000FF;
    border-bottom-style : solid;
    border-left-color : #0000FF;
    border-left-style : solid;
    border-right-color : #0000FF;
    border-right-style : solid;
    border-top-color : #0000FF;
    border-top-style : solid;
  }


tr {
    border-bottom-color : #0000FF;
    border-bottom-style : solid;
    border-left-color : #0000FF;
    border-left-style : solid;
    border-right-color : #0000FF;
    border-right-style : solid;
    border-top-color : #0000FF;
    border-top-style : solid;
  }


#ueberschrift {
    color: #ABB5F7;
  }


td {
    border-bottom-color : #0000FF;
    border-bottom-style : solid;
    border-left-color : #0000FF;
    border-left-style : solid;
    border-right-color : #0000FF;
    border-right-style : solid;
    border-top-color : #0000FF;
    border-top-style : solid;
  }


#footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 20%;
    height: 20px;
    padding-top: 5px;
    background-color: #bbb;
    text-align: center;
    font-family: Calibri, Arial, Tahoma;
    font-weight: bold;
  }


a {
    text-decoration : underline;
  }


.label {
    float:left;
    width: 8em;
    text-align: left;
    margin-right: 0.3em;
  }


form, br {
    clear:both;
  }


button:hover {
    background-image:url("anders.png");
  }

