body, table, form, div, span, img, p, tr ,td
{
	margin:	0px;
	padding: 0px;
}

body
{
	color: #F0E9A3;
	font-family: Arial, Verdana, Sans Serif;
	font-size: 11px;
	background-color: #660000;

}

div#container {
	position: absolute;
	width: 800px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -244px;

}

div#header {
	width: 600px;
	height: 74px;
	margin: auto;
	border-bottom: 1px solid #F0E9A3;
	background-image: url(images/wappen5.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div#menu {
	width: 800px;
	padding-top: 3px;
}

div#content {
	width:798px;
	height: 373px;
	border: 1px solid #F0E9A3;
	z-index: 10;
}

div#leftside {
	width: 264px;
	height: 363px;
	padding: 5px;
	padding-left: 30px;
	border-right: 1px solid #000000;
	background-repeat: no-repeat;
	float: left;
}

div#rightside {
	width: 498px;
	height: 373px;
	background-repeat: no-repeat;
	float: right;
}

div#text {
	position: absolute;
	width: 763px;
	height: 363px;
	padding: 5px;
	padding-left: 30px;
	background-repeat: no-repeat;
	display: none;
	overflow: hidden;
}

div#spacer {
	clear: both;
}

div#footer {
	width: 800px;
	height: 15px;
	margin-top: 3px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}



a:link    	{   color: #F0E9A3;	 text-decoration: underline; }
a:visited	{   color: #F0E9A3;	 text-decoration: underline; }
a:hover		{   color: #660000;	 text-decoration: underline; background-color: #F0E9A3;}
a:active	{   color: #F0E9A3;	 text-decoration: underline; }

a.navi:link    	{   color: #F0E9A3;	 text-decoration: none; }
a.navi:visited	{   color: #F0E9A3;	 text-decoration: none; }
a.navi:hover	{   color: #F0E9A3;	 text-decoration: underline; background-color: transparent;}
a.navi:active	{   color: #F0E9A3;	 text-decoration: none; }
