body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt; /*12px;*/
	background-color: #FFFFFF;
	/*text-align:center;*/
	margin: 0px;
}
#body {
	width: 800px;
	margin: 0px;
	text-align: left;
	background-color: #E6E6E6;
	border: 1px solid #000000;
}

img {
	border: none;
}

h1 {
	font-size: 18pt;
	color: #6D6D6D;
	margin-top: 12pt;
	font-weight: normal;
}
h2 {
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}

span.heading {
	font-size: 10pt;
	color: #79252F;
	font-weight: bold;
}

hr.heading {
	border: 0px solid #A98660;
	color: #A98660;
	background-color: #A98660;
	height: 1px;
	width: 97%;
	text-align: left;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#content p, p.normal {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	line-height: 14pt;
}
#content p.teaser  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	margin-bottom: 8pt;
	line-height: 11pt;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
td.standardcell  {
	color: #000000;
}
td.headercell  {
	color: #ffffff;
	font-weight: bold;
}

a, a.link {
	text-decoration : none;
	font-weight : bold;
	color: #A98660;
}
a:hover { 
	text-decoration:underline;
}
a.navwhite {
	font-size: 8pt;
	font-weight : normal;
	color: #FFFFFF;
}
a.pi {
	font-size : 8pt;
	font-family: Arial;
	color: #000000;
}
a.teaser  {
	font-size : 8pt;
	font-weight : bold;
	color: #A98660;
}

ul {
	list-style-image: url(../images/pbul.gif);
}
p + ul, p.normal + ul,  h1 + ul {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	line-height: 14pt;
}
/*
	Titel
*/
#title {
	height: 20px;
	padding-top: 3px;
	background-color: #79252F;
	color: #FFFFFF; 
	border-bottom: 1px solid #79252F;
}
#title-left {
	font-weight: bold;
	font-size: 7pt; /*9px*/
	float:left;
	text-align: left;
	width: 50%
}
#title-right {
	font-weight: normal;
	font-size: 8pt; /*11px*/
	float: right;
	text-align: right;
	width: 50%
}
/*
	Menü-Teil und grauer Streifen
*/
#left {
	background-color:#A98660;
	width:150px;
	float:left;
	border: 0px solid #A98660;
	height: 500px;
	/*border: 1px solid #ff0000;*/
}

#mitte {
	border:0px solid #E6E6E6;
	background-color:#E6E6E6;
	width: 150px;
	height: 500px;
	float:left;
	/*border: 1px solid #00ff00;*/
}
/*
	Inhalt
*/
#content {
	border:0px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 479px;
	float:left;
	padding:0px 10px;
	/*border: 1px solid #0000ff;*/
}
/*
	MENU
*/
#left ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}
#left ul li a {
	display: block;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 100%;
}
#left ul li a:hover {
	background-color: #E6E6E6;
	color: #666666;
}
#left ul li a.menus {
	background-color: #E6E6E6;
	color: #666666;
}
#left div.menusep {
	height: 60px;
}
/*
	Footer
*/
#footer {
	border: 1px solid #E6E6E6;
	background-color: #E6E6E6;
	text-align: center;
	margin: 2px auto;
	width: 70%;
}
hr.footer {
	width: 80%;
	text-align: center;
	margin-top: 20px;
	background-color: #A98660; /*#eeeeee;*/
	border: 1px solid #A98660;
}
