/* CSS Document */
#body{	
		margin-top: 20px;
		background-color: #0033cc;
		height: 100%;
		width: 100%;
}
#baustelle{
    height: 532px;
	width: 800px;
	background-color: silver;
	background-image:url(../images/baustelle.jpg) ;
}
#top{
    height: 200px;
	width: 800px;
	background-color: silver;
	background-image:url(../images/top2.jpg) ;
}
  a {
    color: #cccccc;
    text-decoration: none;
    }
  a:link { 
  	color: #cccccc; 
  	text-decoration: none; 
	}
  a:active { 
  	color: #ffffff; 
  	text-decoration: none; 
	}
  a:hover { 
  	 color: #ffffff; 
	 text-decoration: none;
	 }
.a-mail {
	color: black;
	}  
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#copyright{	
	text-align: right;
	heigth: 200px;
	width: 800px;
	background-color: black;
	font: 10px Arial; color: white;
}

#text{	
	padding-top: 50px;
	padding-bottom: 50px;
	border: 3px ridge darkblue;
	text-align: center;
	width: 800px;
	background-color: grey;
	font: 18px Arial; color: white;
}
#menu{
    width: 800px;
	text-align: center;
	background-color: #000000;
	font: bold 15px Arial; color: white;
	
}
#content{	
	width: 800px;
	height: 500px;
	background-color: #ffffff;
	font: 16px Arial; color: black;
}