/* GRUNDEINSTELLUNGEN */
* {
	margin:0px;
    padding:0px;
}

 body {
    background-image: url(tapete.jpg);
    font:62.5% Arial, Helvetica, Verdana, sans-serif;
}	

#all {
	width:800px;
	height:644px;
	margin:50px auto;
	/*border:1px solid black;*/
}

#graph {
	background:url(intro.jpg) left no-repeat;
	width:800px;
	height:602px;
	/*border:1px solid black;*/
}

#foot {
	width:800px;
	background-color:#c7c5c6;
	height:20px;
	font-weight:normal;
	font-size:1.4em;
	text-align:center;
	padding:10px 0px;
	/*border:1px solid black;*/
}

#foot a, a:link {
	font-weight:bold;
	color:#0000ff;
	text-decoration:none;
}

#foot a:focus, a:active {
	background:#fcebce;
	text-decoration:none;
}

#foot a:hover {
	color:#ff00ff;
	text-decoration:none;
}

