/* CSS Document */
html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
    color: #444;
	font-size: 85%;
	margin: 0;
	padding: 0;
}

.clr {
	clear: both;
}

.ahem {
	display: none;
}

#footer {
	text-align: left;
	padding: 0px;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 20px;
	margin-bottom: 20px; 
}

p {	
	margin-top: 0px;
	margin-bottom: 20px; 
}

#menuspalte {
	position: fixed;
	top: 0px;
	left: 76px;
	margin: 0px;
	padding: 0px;
	background: #fff;
	width: 212px;
	height: 100%;
}

#menu {
	position: absolute;
	top: 0px;
	left: 76px;
	margin: 0px;
	padding: 0px;
	background: #fff;
	width: 212px;
	text-align: right
}

#menuliste {
	margin: 0px;
	padding: 10px;
	text-align: right
}

#logo {
	margin-top: 0px;
	margin-bottom: 40px; 
}

#inhaltspalte {
	position: fixed;
	top: 0px;
	left: 300px;
	margin: 0px;
	padding: 0px;
	background: #fff;
	width: 440px;
	height: 100%;
}

#inhalt  { 
	background: #fff;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0; 
	padding: 20px; 
	padding-top: 100px; 
	position: absolute; 
	top: 0px; 
	left: 300px; 
	width: 400px; 
}

#inhalt img  {  
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	padding-left: 0px;
	padding-top: 0px;
}

.separator {
	font-weight: bold;
}

#menu ul {
	text-align: right;
	margin: 0;
	padding: 0;
}

#menu ul li {
	text-align: right;
	margin: 0;
	padding: 0;
}

#menu li a {
	padding: 0;
	margin: 0;
	color: #990;
	text-decoration: none;
	width: 100%;
	font-size: 0.9em;
	line-height: 22px;
	font-weight: bold;
}

#menu li a {
	width: auto;
	padding: 0;
	margin: 0;
}

#menu li a:hover {
	background-color: #fff;
	color: #cc0;
	cursor: pointer;
}

#menu li#current a {
	background-color: #fff;
	color: #990;
}

#menu .sublevel_current {
	color: #990;
}

#menu .moduletable {
	text-align: right;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th {
	color: #990;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	text-transform: none;
	margin: 0 0 2px 0;
}

table.moduletable td {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.contentheading {
	color: #990;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 0;
	margin: 13px 0;
}

div.contentitem h1, .sectiontableheader {
	color: #990;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.2em;
}

.contentdescription {
}

.componentheading {
	height: 30px;
	color: #777;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: none;
	white-space: nowrap;
}

.buttonheading {
	display: none;
}

.small {
	color: #999999;
	font-size: 0.9em;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 0.9em;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 0.9em;
}

.pagenav {
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.back_button {
  text-align: left;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

a:link, a:visited {
	color: #990; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #cc0;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

#bg {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

td, p, div {
	font-weight: normal;
}

div.moduletable h3{
text-align: right;
color: #333;
line-height: 0.3;
font-size: 90%;}

#menu .moduletable {
padding-bottom: 20px;
}