body{
  background-color: white;
}

header
{
  background-color: white;
	height: 10%;
	width: 100%;
	text-align: center;
	font-family:Helvetica;
	font-size: xx-large;
	font-weight: bold;
}

nav
{
  float:left;
	background-color: white;
}

nav a {
  color: black;
  text-decoration:none;
}

nav a:hover {
  color:grey;
}

nav h3 {
      background-color: white;
      color:black;
	    text-align: center;
      width: 100%;
}

nav h3.active{
      background-color: white;
      color:grey;
	    text-align: center;
}
section{
      background-color: #aaa;
	    margin-left:15%;
      padding: 1%;
}
section1{
    
    background-color: #aaa;
    margin-left:27%;
    padding: 1%;
}





#kopf {
	background-color: white;
  height: 27%;
  margin-left: 20%;
	width:50%;
	text-align: center;
	font-family: Helvetica;
	font-size: xx-large;
	font-weight: bold;
  float:left;
}  
#menue {
	background-color: white;
  font-family: Helvetica;
  font-weight: lighter;
	width: 20%;
  clear:left;
  float:left;
}
#content {
  margin-left: 20%;
	background-color: white;
  font-family: Helvetica;
  width:50%;
}

#logo {
  margin-left: 70%;
  height: 27%;
  background-color: white;
}
#content a {
  color:black;
} 
    
#navigation {
	background-color: white;
  color:black;
	text-align: right;
}

#navigation_act {
	background-color: white;
  color:grey;
	text-align: right;
}

#JavaScript1 {
  color:#0f0;
  font-size: xx-large;
	font-weight: bold;
  text-shadow:black 5px 5px 5px;
}


#JavaScript2 {
  color:#0f0;
  font-size: xx-large;
	font-weight: bold;
  text-shadow:black 5px 5px 5px;
}

a{
  color:black;
  text-decoration:none;
}

a:hover{
  color:grey;
}

h3 {
      background-color: white;
      color:grey;
      font-size: 15;
	    text-align: center;
}



td{
  padding:2px;
}

th{
  padding:5px;
}

