@charset "UTF-8";
/*###############################################################################*/
/*############### STARTSEITE SETTINGS ###########################################*/
body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#424242;
	padding: 0; 
	margin: 0;
	background-image:url('../images/bg_start.jpg');
	background-repeat:repeat-x;
	background-color:#424242;
}

#main_home {
	margin:auto;
	text-align:left;
	width:780px;
	min-height:841px;
}
#content_home {
	height:492px;
	border-top:solid 10px #d5d5d4;
	background-color: #FFF;
}
#info_home               {float:right;width:525px; height: 483px;}
#info_home p,img         {margin:5px 10px 0 10px;}
#info_home img           {float:right;}
#info_home h3            {margin:10px 0 2px 10px;padding:0;}

#news_home {
	position:absolute;
	float: left;
	width:230px;
	height:465px;
	background-image:url('../images/hinweis.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#f2f2f2; 
	margin:0 10px 0 10px;
}
#news_home p             {margin:10px;}
#news_home span          {font-size:7px; color:#424242;}
#news_home img           {margin:0 8px 2px 8px;}

#hinweis {
	position:relative;
	margin:100px 0 0 0;
	background-color:#E10221;
	color:#FFF;
	font-weight:bold;
}

#start		{margin:0; clear:both;}
#start img 	{margin:0 10px;}
.werb		{ width:80px;}
/*############## TABLE SETTINGS #################################################*/
table	{
	margin:5px 0 0 8px;
	width:505px;
	 text-align:center;
}
table img 			{margin-left:auto; padding:0;margin-bottom:5px;}
tabel tr, th  td 	{margin:0; padding:0; border:0;}
th		{background-color:#565656;color:#c4c4c4;}
td 		{background-color:#f2f2f2;}