/* ###############################################################################
** # CSS DESIGN & Realistaion by MrMarx Production Studio´s, all rights reserved #															        
** ###############################################################################
** 
**  Erstellungsdatum  :05.04.2007
**  Letzte Änderung   :08.04.2007
*/
body
{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background-color:#f7f7ff;
	margin:0;
	padding:0;
}
body a
{
	text-decoration:none;
	color: #fff;
}
body a:hover
{
	text-decoration:underline;
}
#head
{
	height:52px;
	width:100%;
	background-image:url(images/back_oben.jpg);
	background-repeat:repeat-x;
}
#navi
{
	height:28px;
	width:100%;
	text-align:center;
	background-image:url(images/back_unten.jpg);
	background-repeat:repeat-x;
}
#content
{
	height:478px;
	width:100%;
}
#index_left
{
	float:left;
	height:478px;
	width:inherit;
}
#iframe
{	
	height:478px;
	width:100%;
}
#footer
{
	height:18px;
	width:100%;
	padding-top:4px;
	background-color:#9595ce;
}
#text
{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:120%;
	margin:0;
	padding-left:10px;
	color:#333333;
}
