/*Allgemeines*/
body{
    background-color:#7DB3F1;
    font-family:Verdana;
    font-size:12px;
    margin:0px;
}

a{
    text-decoration:none;
    font-weight:bold;
    color:#634142;
    font-size:10px;
}

a:hover{
    text-decoration:underline;
}

/*Die weisse Tabelle*/
#page{
    width:850px;
    height:700px;
    background-color:#FFFFFF;
    vertical-align:top;
}

/*Schrift unter dem Banner, setzt auch die blaue Linie*/
#banner{
  font-weight:bold;
  font-family: Verdana;
  font-size: 15px;
  color:#808080;
  margin: 0pt;
  word-spacing: 0pt;
  color:#808080;
  font-size:10px;
  border-bottom: solid 2px;
  border-color: #000080; 
  padding-bottom:10px;
}

/*Abstand zum Header*/
.inhalt{
    padding-top:30px;
    padding-left:50px;
    padding-right:20px;
    padding-bottom:0px;
    vertical-align:top;
    width:700px;
}

/*Breite von Menu*/
td.menu{
    vertical-align:top;
    width:150px;
    }    

/*Titel im Menu*/
.menuTitle {
    border-top:solid 2px;
    border-color:#000080;
    margin-top:30px;
    font-size:12px;
    font-weight:bold;
}

/*Formatierung f&uuml;r Bild neben Links im Menu*/
.links a span {
    display:none;
    float:left;
    height:14px;
    width:14px;
    position:absolute;
    margin-left:-14px
}

.links a:hover span{
    display:block;
    height:14px;
    width:14px;
}

.links{
    margin-left:20px;
    /*Hier Zahl aendern, um groessere Abstaende im Menu zu vergroessern*/
    line-height:2.0;
}
    
/*wird f&uuml;r kontakt daten am ende gebraucht*/
#contact{
  color:#808080;
  font-weight:bold;
  font-size:12px;
}

/*wird gebraucht, um Sachen im Content zu zentrieren*/
.centeredContent{
  margin-top: 15px; 
  margin-right:30px;
}

.textContent{
  margin-top: 15px; 
  margin-left:30px;
  margin-right:30px;
}

.smallContent{
  margin-top: 15px; 
  margin-left:30px;
  margin-right:250px;
}

/*Scrollmenu*/
#scrollmenu{
  position:absolute;
}
