html { 
  padding: 0px;
  margin: 0px;
  height: 100%;
}

body {
  background-color: #ffffff;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;  
  padding: 0px;
  margin: 0px;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 16px;
}

h2 {
	padding-top: 2px; 
	padding-bottom: 3px; 
	font-size: 12px;
}

h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}

h4 {
	font-size: 12px;
	margin: .5em 0;
}

ul {
	margin-top:	0px;
	margin-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}

li {
	padding-top: 5px;
	padding-bottom:	5px;
	list-style-type: circle;
}

hr {
	background-color:#cccccc; /* Mozilla 1.4 */
	color:#cccccc; /* IE 6 */
	border: #cccccc; /* Opera 7.11 */
	height: 1px; /*  */
}

a {
	text-decoration: none;
}

/* IMPRESSUM navigation */
#topnav {
	display: none;
}

#leftbar {
	display: none;
}

/* full logo with bar */
#rightbar {
	display: none;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 68px;
	width: 98%;
} 

#logo { 
	position: absolute;
	height: 55px;
	width: 100px;
	top: 8px;
	left: 0px;
	z-index: 10;
}

#left {
	display: none;
}

#content {
	position: absolute;
	top: 80px;
	left: 0px;
	width: auto;
	background-color: #ffffff;  
	height: 100%;
	text-align: justify;	

}


#right {
	display: none;
}
