@charset "utf-8";
body {
	background-color: #2F4F52;
}

#container{
	margin: auto;
	background-color:#fff;
	border:1px solid #fff;
	background-image:url(grfx/startknopf.jpg);
	background-repeat:no-repeat;
	width:800px;
}
#headline{
	margin-top:40px;
	background-color:#FFFFFF;
	width:800px;
	height:100px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
.superhead{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#FF6600;
	font-weight:bold;
	line-height: 100px;
	padding-left: 20px;
}
#content{	
	margin-top:400px;
	width:800px;
	background-color:#FFFFFF;
}
#basehead {
	margin:20px;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#000;
	font-weight:bold;
	text-align: center;

}
#texte{
	margin:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-align: left;
}
#footer{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#FF6600;
}
	

