html, body, div, p, h1, h2, h3, ul, ol, 
span,  table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: small;
}

html, body {
   background: #fff;
	font-size: 101%;
}
img {
   border: 0;
}

.xsmall {
   font-size: x-small;
}
a:link {
   color: #333333;
   text-decoration: none;
}
a:visited {
   color: #333333;
   text-decoration: none;
}
a:hover {
   color: #333333;
   text-decoration: none;
}
a:active {
   color: #333333;
   text-decoration: none;
}

.orientation {
   font-size: small;
	color: #000;
	background-color: transparent;
	text-align: right;
	padding: 17px;
}


.right {
   text-align: right;
}



h1 {
   font-size: medium;
	margin-bottom: 18px;
	margin-left: 87px;
}

h2 {
   font-size: small;
   padding-top: 20px;
	margin-bottom: 12px;
}


p, ul {
   font-size: small;
   line-height: 1.5em;
   padding-bottom: 7px;
   
}
ul {font-size: small;
   line-height: 1.5em;
	padding-left: 40px;
padding-top: 5px;
padding-bottom: 10px;
   list-style-type: square;
}


/* Display */
#container {
			width: 800px;
			border: 1px dashed #fff;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 40px;
			margin-bottom: 25px;
			background-color: #fff;
		}
		#printhead {
			padding: 0px;
			margin-bottom: 35px;
			background-color: #fff;
			text-align: left;
		}
		
#printhead h1 {
   font-size: 36px;
	padding: 0px;
	margin: 0px;
}

#printhead h2 {
   font-size: 18px;
	padding: 0px;
	margin: 0px;
}

#banner {
			padding: 0px;
			margin-bottom: 35px;
			background-color: #fff;
			text-align: center;
		}
	
	#banner a:link {
   color: #333;
   text-decoration: none;
   font-size: 16px;
}

	#banner a:visited {
   color: ##333;
   text-decoration: none;
	font-size: 16px;
}

	#banner a:hover {
   color: #333;
   text-decoration: none;
	font-size: 16px;
}

	#banner a:active {
   color: #333;
   text-decoration: none;
	font-size: 16px;
}
		.logo
{float: left;
width: 350px;
color: #000;
padding-top: 12px;
padding-left: 5px;
font-size: 36px;
display: none;}

		.orientation a
{
display: none;}

		.navig
{
text-align: right;
margin-left: 400px;
padding-top: 54px;
padding-right: 30px;
display: none;}


#content {
			width: 640px;
			margin-left: 60px;
			border: 1px dashed #fff;
			padding-right: 20px;
			padding-left: 20px;
			background-color: #fff;
			margin-bottom: 50px;
		}
		#content p {
		margin-left: 170px;
		padding-right: 20px;
		}
		#content h2 {
		margin-left: 100px;
		padding-right: 20px;
		}
	#content table
{margin-left: 57px;}

#content ul {
		margin-left: 87px;
		padding-right: 20px;
		}


#impressum {
			width: 795px;
			margin: auto;
			clear: both;
			margin-top: 10px;
			background-color: transparent;
			display: none;
		}
.arrowup{
			display: none;
		}
		
#impressum a:link {
   color: #333;
	font-size: small;
}

#impressum a:visited {
   color: #333;
	font-size: small;
}
