/* CSS Document */
/* GLOBAL - Media: ALL */
html {height:100%;}

body
{
	background-color: #707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	height:100%;
	padding:0%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 0px;
}

#top
{
	position: fixed;
	align: center;
	top: 0px;
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 294px;
	z-index: 80;
}

#bottom
{
	position: fixed;
	align: center;
	bottom: 0px;
	background-color: #888888;
	width: 100%;
	height: 30px;
	z-index: 90;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}

#bottom a
{
	color: #fff;
	text-transform: none;
	text-decoration: none;
}

#bottom a:hover
{
	text-transform: none;
	text-decoration: underline;
}

a
{
	color: #666;
	text-transform: none;
	text-decoration: underline;
}

a:hover
{
	text-transform: none;
	text-decoration: none;
}

#content
{
	position: relative;
	top: 264px;
	background-color: #ffffff;
	height:100%;
	width: 801px;
	z-index: 10;


}

h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 48px;
	color: #666666;
}

typo2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #666666;
}


li
{
	list-style: square;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	width: 350px;
}

p
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	width: 250px;
}

p.breiter_satz
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	width: 400px;
	text-align: left;
}

#subnavi
{
	position: static;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 8px;
	font-size: 10px;
	line-height: 16px;
	width: 140px;
}

#subnavi a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	color:#9d5e4a;
	font-weight:bold;
}

#subnavi a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	color:#541100;
	font-weight:bold;
}

#subnavi b
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	color:#541100;
	font-size: 10px;
	line-height: 32px;
	font-weight:bold;
	width: 140px;
}

#subsubnavi
{
	position: static;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 8px;
	font-size: 10px;
	line-height: 16px;
	width: 140px;
}

#subsubnavi a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	color:#ff0000;
	font-weight:bold;
}

#subsubnavi a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	color:#541100;
	font-weight:bold;
}

#subsubnavi b
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	color:#ff0000;
	font-size: 10px;
	font-weight:bold;
	width: 140px;
}



.normal {
background-color:#8c422a;
}

.hover {
background-color:#741b00;
}