*, html{
  margin: 0; 
  padding: 0;
}

body{
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 100.01%;
  margin: 0 auto;
  background-color: white;
  color: black;
}

#sidebar{
  display: none;
}

#contentarea{
  width: 100% 
}

.hide{
  display: none;
}

.clearer{
	clear: both;	
}

#footer{
  border-top: 30px solid white;
  clear: both;
  padding: 10px;
  font-size: 0.8em;
  text-align: right;
  font-weight: normal;
  background-color: #990000;
  color: white; 
}

/* Headerbereich */
a:link, a:visited{}
#header{

}

#header{

}

#header img{
	display: none;
}

#header h1{
	font-size: 2em;
}

#header span{
	color: black;
	font-size: 1.2em;
	font-weight: normal;

}

/* Contentbereich */

#contentarea{

}

#contentarea .php-file-tree{
	margin-left: 30px;
}

#contentarea quote{
	padding: 20px;
	font-style: italic;
	font-size: 1.3em;
}

#contentarea p{
	font-size: 1.2em;
	line-height: 1.6;
	margin-bottom: 7px;
}

#contentarea h2{
	font-weight: bold;
	font-size: 1.9em;
	color: #A21A1B;
 }

#contentarea h3{
	font-weight: bold;
	font-size: 1.7em;
	color: #BC1F1F;
}
#contentarea small .quelle{
	margin-top: 20px;
}
#contentarea h5{}

#contentarea ul{}
#contentarea li{}

/*Modulboxen*/

.box{
	display: none;
}
#footer{
	display: none;
}
