html
	{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:arial,sans-serif;
	font-size:small;
	min-height: 100%;
	}
body
	{
	border-style: solid;
	border-width: 0px 7px;
	width: 516px;
	margin: 0px auto;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100% !important; /* real browsers */
	min-height:800px; /* real browsers */
	}
div#container
	{
	padding: 0px 8px 25px 8px;
	height: 100%;
	}
div#header
	{
	height: 60px;
	padding: 20px 0px 0px 0px;
	margin-bottom: 20px;
	}
div#footer
	{
	clear: both;
	font-size: 0.8em;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	}
div#footer p 
	{
	padding:0.5em;
	margin:0;
	text-align: center;
	}
div#main_image
	{
	margin: 0px;
	padding: 0px;
	}
h1
	{
	font-size: 1.35em;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 0px;
	padding: 1px 0px;
	}
h1 a
	{
	text-decoration: none;
	border: 0;
	}
h2
	{
	font-size: 1em;
	line-height: 1em;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 0px;
	margin: 2px;
	
	}
p.willkommen
	{
	font-size: 1.25em;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	}
address
	{
	font-style: normal;
	}
a
	{
	text-decoration: none;
	}
div#kontaktkarte
	{
	margin: 0px auto;
	width: 375px; 
	padding: 7px;
	}
.mainmenu
	{
	position: relative;
	width: 100%;
	padding: 0px 2px;
	overflow: hidden;
	border: 0;
	margin: 5px 0 0 -8px;
        }
.mainmenu li 
	{
	float: left;
	list-style: none;
	}
.mainmenu li.back
	{
	width: 9px;
	height: 20px;
	z-index: 0;
	position: absolute;
	}
.mainmenu li a
	{
	font-size: 1em;
	text-decoration: none;
	outline: none;
	text-align: center;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	padding: 0px 5px;
	border: none;
	}
div#menu li a:hover, .mainmenu li a:active, 
	{
	color: #94bddd;
	border: none;
	}
.mainmenu li a:visited
	{
	border: none;
	}
p	{
	line-height:1.5; 
	margin:0.5em 0;
	}
ul.list li
	{
	list-style-type: square;
	line-height: 1.5em;
	margin-bottom: 5px;
	}