/* CSS Document */

body {
	background-color: rgb(197, 125, 0);
	background-image:url(../bild/site_freunde.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
body,td,th {
	color: #000000;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size:16px;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-size:16px;
}
a:hover {
	text-decoration: underline;
	color: #999999;
	font-size:16px;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
	font-size:16px;
}
#haupt{
	text-align:center;
	width:100%;
	height:100%;
}
#box{
	z-index:1;
	position:relative;
    /*border: solid #ffffff 1px;*/
	margin:auto;
	margin-top:70px;
	text-align:left;
	width:900px;
}
#bild{
    /*border: solid #ffffff 1px;*/
	text-align:center;
	float:left;
}
#text{
    /*border: solid #ffffff 1px;*/
	width:290px;
	height:200px;
	text-align:right;
	margin-right:10px;
	float:left;
	margin-top:330px;
}
#text2{
    /*border: solid #ffffff 1px;*/
	width:220px;
	float:left;
	margin-left:10px;
}
#inhalt{
	position:absolute;
	left:355px;
	top:210px;
}
#zurueck {
	color:#990033;
	position:absolute;
	left:240px;
	top:580px;
}
