

#header {
    height : 193px;
    width : 955px;    
  }


#navigation {    
    width : 272px;
    height : 520px;
    float : left;
    padding-top:20px;
  }


#context {
    width : 683px;
    overflow : auto;
    height : 520px;
    padding-top:20px;
    text-align:center;
  }

#centered{
    background-image : url('Background.jpg');
    width : 955px;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto; 
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}


#login {     
    width : 272px;
    height : 220px;    
    text-align : center;
  }


#fan {
    width:100%;
    padding-top:10px;
    text-align:center;
  }


#counter {
    text-align: center;
    width : 100%;
    padding-top:50px;
    font-size : 110%;
  }


#bewegen {
    position : absolute;
    margin-left : 20px;
    margin-top : 40px;
  }

#tabnews {
    height : 150px; 
    width : 300px;
    overflow : auto;
    margin-left:190px;
  }

#tabmem{
    height : 300px;
    width : 200px;
    overflow : auto;
    margin-left : 150px;
  }

#newspost {
    height : 100px;    
    width : 160px;
    text-align:center;
    margin-left:250px;
  }

#formnav{
    text-align:center;
}

body{
    background-image : url('Logo.jpg');
}


h1 {
    border-bottom-style : groove;
    border-left-style : groove;
    border-right-style : groove;
    border-top-style : groove;
    color : #df0d11;
    text-decoration : blink;
    text-align : center;
  }


a:visited {
    color : #00FF00;
  }


h2 {
    color : #845e38;
    text-align : center;
  }


h3 {
    color : #FF0000;
    text-align : center;
  }


h4 {
    color : #bd9100;
    text-align : center;
  }




.kat1 {
    background-color : #527eeb;
  }


.kat2 {
    background-color : #94aff3;
  }


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


[type=submit]:hover {
    background-image : url("Button_clean_over.jpg");
    background-repeat : no-repeat;
  }


blockquote {
    border-bottom-style : dashed;
    border-left-style : dashed;
    border-right-style : dashed;
    border-top-style : dashed;
    font-family : 'URW Chancery L';
    font-size : 110%;
    margin-left : 10%;
  }


p {
    font-family : 'AlMothnna';
    font-weight : bolder;
  }


[type=checkbox] {
    margin-left:20px; 
  }


.label {
    float : left;
    font-style : inherit;
    margin-left : 0.3em;
    text-align : right;
    width : 7em;
  }


.login {
    float : left;
    font-style : inherit;
    margin-left : 0.3em;
    text-align : right;
    width : 11em;
  }


form , br {
    clear : both;
  }




