body
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: arial, times, verdana,arial,sans-serif;
	font-size: 18px;
	color: #300;
	line-height: 1.2em;
	font-weight: bold;
}

div.navi
{
	position: absolute;
	height: 100%;
	left: 50px;
	top: 50px;
	background-color: transparent;
	z-index: 3;
}

div.content
{
	position: absolute;
	height: 100%;
	left: 60px;
	top: 75px;
	background-color: transparent;
	z-index: 1;
}

* html div.content
{
	position: absolute;
	height: 100%;
	left: 55px;
	top: 85px;
	background-color: transparent;
	z-index: 1;
}

*+html div.content
{
	position: absolute;
	height: 100%;
	left: 55px;
	top: 85px;
	background-color: transparent;
	z-index: 1;
}



div.text
{
	position: absolute;
	height: 100%;
	left: 60px;
	top: 150px;
	background-color: transparent;
	z-index: 4;
}

* html div.text 
{ /*IE6 only*/
	position: absolute;
	height: 100%;
	left: 55px;
	top: 170px;
	background-color: transparent;
	z-index: 4;
}
  
*+html div.text 
{ /*IE7 only*/
	position: absolute;
	height: 100%;
	left: 55px;
	top: 170px;
	background-color: transparent;
	z-index: 4;
}

a
{
	font-family: arial, verdana, arial,sans-serif;
	font-size: 18px;
	color: #300;

	
}

a:hover { text-decoration: none; }

a.navi
{
	font-family: Monaco, tahoma, arial, verdana, arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a.navi:hover
{
	font-family: Monaco, tahoma, arial, verdana, arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #D7D7D7;
	background-color: #513642;
}

a.text
{
	font-family: arial, verdana, arial,sans-serif;
	font-size: 18px;
	color: #300;
	background-color: #CF6;
	text-decoration: underline;
	font-weight: bolder;
}

a.text:hover { text-decoration: none; }
img { border: 0px; }

span
{
	font-family: arial, georgia, times, verdana,arial,sans-serif;
	font-size: 18px;
	color: #300;
	line-height: 1.2em;
	background-color: #ffffff;
	font-weight: bold;
	font-style: none;
}

a.click
{
	font-family: Monaco, tahoma, arial, verdana, arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #D7D7D7;
	background-color: #513642;
}



td.grau { background-color: #F2F2F2;
	font-family: arial, times, verdana,arial,sans-serif;
	font-size: 18px;
	color: #300;
	line-height: 1.2em;
	font-weight: bold;
	 }
table.linien { border-spacing: 10px 0px; }

td.oben
{
	font-family: courier, georgia, times, verdana,arial,sans-serif;
	font-size: 15px;
	color: #330000;
	border-width: 0.05em 0 0 0;
	border-color: black;
	line-height: 0.8em;
	border-style: solid;
	padding: 0 0 0em 0;
	background-color: #FFF;
	letter-spacing: 0.04em;
}

td.unten
{
	font-family: courier, georgia, times, verdana,arial,sans-serif;
	font-size: 15px;
	color: #330000;
	line-height: 0.8em;
	border-width: 0.05em 0 0.05em 0;
	border-color: black;
	padding: 0 0 0em 0em;
	border-style: solid;
	background-color: #FFF;
	letter-spacing: 0.04em;
}
