html, body {
  margin: 0px; 
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

body {
  background-color: #ffffff;
	color: #000000;
	z-index: 0;
	font-family: Arial;
	font-size: 9pt;
}

div {
  margin: 0px; 
	padding: 0px;
	background: transparent;
}

img {
  border: none;
}

a {
	text-decoration: none;
}

#maincontainer {
	text-align: left;
	position: relative;
	top: 20px;
	width: 600px;
	height: 440px;
	border: solid 1px #FA812A;
	margin: auto;
	background: transparent url("images/kopf_hell.gif") no-repeat right bottom;
}

#headline {
	padding: 5px 20px;
	background-color: #FFF4BD;
	color: #FA812A;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: solid 1px #FA812A;
}

#menu {
	position: absolute;
	width: 150px;
	height: 383px;
	background-color: #FA812A;
	font-size: 10pt;
	font-weight: bold;
	background: transparent url("images/bg_menu.gif") repeat-y left top;
}

#menu a {
	display: block;
	padding: 5px;	
	border-left: 15px solid #FFF;
	color: #FFF4BD;
}

#menu a.sel, #menu a:hover.sel {
	border-left: 15px solid #FA812A;
	background-color: #FFF4BD;
	color: #FA812A;
}

#menu a:hover {
	border-left: 15px solid #FFF4BD;
	color: #ffffff;
}

#menu a.inactive, #menu a:hover.inactive, #menu span {
	display: block;
	padding: 5px;	
	border-left: 15px solid #FFF;
	color: #aaa;
}

#content {
	position: absolute;
	margin-top: 10px;
	left: 160px;
	width: 420px;
	text-align: justify;
}

#content a {
	color: #FA812A;
	font-weight: bold;
}

#content p.right {
	text-align: right;
}

h1 {
  margin: 0px 0px 10px 0px;
	font-size: 12pt;
}

h2 {
  margin: 0px 0px 10px 0px;
	font-size: 10pt;
}

p {
  margin: 0px 0px 10px 0px;
}

ol {
	margin-top: 0;
	margin-bottom: 10px;
}
