	body
	{
	margin: 0;
	padding: 0;
	font: 100% arial, hevetica, sans-serif;
	text-align: center;
	background-color: #FBECD2;
	}

	#container
	{
	margin: auto;
	margin-top:5px;
	text-align: center;
	background-image:url(../bilder/bg-main.gif);
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-family: Arial, "Helvetica", sans-serif;
	height: 588px;
	width: 985px;
	}

	/*HACK IE*/
	* html #container
	{
	width: 900px;
	w\idth: 900px;
	}

	#box-ges
	{
	margin-top:5px;
	width: 985px;
	text-align:left;
	}

	#box-links
	{
	width: 519px;
	margin-top:15px;
	float:left;
	}

		#box-logo
		{
		width: 300px;
		height:194px;
		background-image:url(../bilder/logo.gif);
		background-repeat:no-repeat;
		float:left;
		}

		#box-navi
		{
		width: 199px;
		height:194px;
		padding-top:10px;
		background-image:url(../bilder/navi-bg.gif);
		background-repeat:no-repeat;
/*		position: absolute;
		left: 300px;
		top: 20px;*/
		float:right;
		}

		#box-navi-but
		{
		width: 199px;
		float:right;
		}


		#box-bilder
		{
		height: 350px;
		width: 479px;
		margin-left: 40px;
		background-image:url(../bilder/start-bilder-bg.gif);
		background-repeat:no-repeat;
		position: relative;
		clear:both;
		}

				#box-bilder-1
				{
				height: 164px;
				width: 222px;
				position: absolute;
				left: 5px;
				top: 5px;
				}

				#box-bilder-2
				{
				height: 164px;
				width: 222px;
				position: absolute;
				left: 241px;
				top: 5px;
				}

				#box-bilder-3
				{
				height: 164px;
				width: 222px;
				position: absolute;
				left: 5px;
				top: 184px;
				}

				#box-bilder-4
				{
				height: 164px;
				width: 222px;
				position: absolute;
				background-image:url(../bilder/bg-bilder.gif);
				background-repeat:no-repeat;
				left: 241px;
				top: 184px;
				}





	#box-rechts
	{
	width: 460px;
	height:528px;
	padding-top:30px;
	color:#8E532B;
	font-weight:bold;
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	font-size:14px;
	background-image:url(../bilder/bg-content.gif);
	background-repeat:no-repeat;
	float:right;
	}

	#copyright
	{
	text-align:center;
	font-size:9px;
	color: #000000;
	}

	/* TYPO + Klassen */

		a:link {
			color: #8E532B; text-decoration: underline;
		}
		a:visited {
			text-decoration: underline; color: #8E532B;
		}
		a:hover {
			text-decoration: underline; color: #8E532B;
		}
		a:active {
			text-decoration: none; color: #8E532B;
		}




	.maintext
	{
	width: 410px;
	margin-left: 25px;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	}

	.maintext2
	{
	width: 410px;
	margin-left: 50px;
	font-weight:bold;
	text-align:left;
	font-size:13px;
	}


	.font1 {font-size: 13px}


	.bildtext
	{
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin-top:4px;
	}

	.bildtext2
	{
	padding-left: 3px;
	font-size:13px;
	text-align:center;
	}


	h1
	{
	text-align:center;
	font-size:18px;
	}

	.font16
	{
	font-size:16px;
	}

/* Navigation */

#navcontainer ul
{
margin: 0px;
padding-left:10px;
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
background: transparent url(../bilder/list-off.gif) left center no-repeat;
padding-left: 25px;
text-align: left;
font: normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
}

#navcontainer ul li a:hover
{
background: transparent url(../bilder/list-on.gif) left center no-repeat;
color: black;
}

#navcontainer ul li a#current
{
background: transparent url(../bilder/list-active.gif) left center no-repeat;
color: #666;
}