@charset "utf-8";
/* ##############################################################
** # CSS DESIGN & Realistaion Marco Gröger, all rights reserved #															
** ##############################################################
** 
**  Erstellungsdatum  : 01.09.2008 
**  Letzte Änderung   : 02.09.2008
*/

body
{
	background:#676f82 url(images/back.jpg) repeat-x top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	color: #fff;
}
/*##############################################################*/
#center
{
	width:1000px;
	height:740px;
	margin:0 auto;
}
/*##############################################################*/
#logo
{
	width:1000px;
	height:270px;
	background:url(images/logo.jpg) no-repeat center;
}
/*##############################################################*/
#sprache, a, a:hover, a:active
{
	width:1000px;
	height:20px;
	text-decoration:none;
	font-size:12px;
	color:#ccc;
}
#sprache a:hover
{
	color:#ff0000;
	text-decoration:underline;
}
#bi
{
	width:195px;
	height:20px;
	float:left;
}
#run
{
	width:615px;
	height:20px;
	float:left;
}
#run a
{
	margin:26px;
}
#bo
{
	width:190px;
	height:20px;
	float:right;
	text-align:right;
}
/*##############################################################*/
#content
{
	width:996px;
	height:406px;
	background-color:#fff;
	border:3px solid #000;	
	background:url(images/content.jpg) repeat-x top;
}
/*##############################################################*/
#navi
{
	width:1002px;
	height:40px;
	background:url(images/navi.jpg) no-repeat top;
}
/*##############################################################*/
#lef
{
	width:295px;
	height:auto;
	float:left;
	color:#333;
	padding-top:10px;
}
#xen
{
	width:410px;
	height:40px;
	float:left;
}
#rig
{
	width:295px;
	height:auto;
	float:left;
	text-align:right;
	padding-top:10px;
	color:#333;
}
#rig a
{
	color:#333;
}
#rig a:hover
{
	color:#ff0000;
}
/*##############################################################*/
.red
{
	color:#ff0000;
}