@charset "utf-8";
/* CSS Document for www.phoenix-aachen.de, www.phoenix-projekt.info */

body {
	background-color: #505050;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#logo {
	background-image: url(images/head.gif);
	width: 800px;
	height: 190px;
}

#menu {
	float:left;
	width: 150px;
}
	
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F0F0B0;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: #F0F0B0; 
}
.style3 {
	font-size: 10px;
	color: #999999;
}
body,td,th {
	color: #F0F0B0;
}
a:link {
	color: #E86E16;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E86E16;
}
a:hover {
	text-decoration: underline;
	color: #E86E16;
}
a:active {
	text-decoration: none;
	color: #E86E16;
}

#content {
	float:left;
	width:650px;
	background-color: #F0F0B0;
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding: 10px;
	min-height:300px;
}

table, tr, td {
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#footer {
	clear: both;
	left: 100px;
	width:800px;
	padding: 10px;
	text-align:right;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:10px;
}