/*
Main - CSS Blackbeltcenter Würzburg
Autor: Reinhard Schmidt
Erstellt: 09.05.2005
Geändert: ---
*/
html
{
	height:100%;
}
body
{
	/* BODY STYLE */
	height:100%;
	margin:0% 0% 0% 0%;
	padding:0%;
	background-color:#929292;
	/* FONT STYLE */
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
}

div.randomimage
{
	position:absolute;
	top:120px;
	left:770px;
	width:225px;
	height:450px;
}
body>.randomimage
{
}

div.navi
{
	position:absolute;
	top:105px;
	left:593px;
	width:168px;
	height:174px;
}

div.fav
{
	position:absolute;
	top:300px;
	left:585px;
	width:168px;
	height:174px;
}
body>.fav
{
}


body>.navi
{
}

div.main
{
	background-color:#929292;
	text-align:left;
	vertical-align:top;
	margin:0%;
	padding:0%;
}
	div.header
	{
		height:105px;
		overflow:hidden;
		
	}
	div.content
	{
		width:760px;
		background-color:white;
		overflow:hidden;
	}
		div.sloganheader
		{
			height:19px;
			background-image:url(../gfx/slogan_header.jpg);
			overflow:hidden;
			line-height:19px;
			vertical-align:middle;
			/* FONT STYLE */
			font-family:Geneva, Arial, Helvetica, sans-serif;;
			font-size:11px;
			font-weight:bold;
			color:#FE7800;
			text-indent:6px;
		}
		div.slogancontent
		{
			text-align:justify;
			vertical-align:top;
			overflow:hidden;
			margin:6px;
			/* FONT STYLE */
			font-family:Geneva, Arial, Helvetica, sans-serif;;
			font-size:11px;
		}
		div.naviheader
		{
			height:19px;
			overflow:hidden;
			line-height:19px;
			vertical-align:middle;
			/* FONT STYLE */
			font-family:Geneva, Arial, Helvetica, sans-serif;;
			font-size:11px;
			font-weight:bold;
			color:#FFD1A0;
			text-indent:6px;
		}
		div.navicontent
		{
			text-align:justify;
			vertical-align:top;
			overflow:hidden;
			margin:6px;
			/* FONT STYLE */
			font-family:Geneva, Arial, Helvetica, sans-serif;;
			font-size:11px;
		}

		div.naviicons
		{
			text-align:justify;
			vertical-align:top;
			overflow:hidden;
			margin:0px;
			/* FONT STYLE */
			font-family:Geneva, Arial, Helvetica, sans-serif;;
			font-size:11px;
		}

	div.footer
	{
		height:70px;
		background-image:url(../gfx/footer_back.jpg);
	}

