﻿/*** Reset - alle Browserstyles zurück setzen ***/
html,body,textarea,div,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,table,tr,td,blockquote,fieldset{ margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:100.1%; font-weight: normal; font-style: normal;}




body 
	{
	color: #808080;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

#horizon        
	{
	color: #808080;
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	background-color: transparent;
	margin-left: -229px;
	position: absolute;
	top: -200px;
	left: 50%;
	width: 458px;
	height: 400px;
	visibility: visible
	}

.bodytext 
	{
	font-size: 1em;
	}

.bodytext img
	{
	margin-top: 0.5em;
	}

.headline 
	{
	font-weight: bold;
	font-size: 1.2em;
	}

#footer 
	{
	font-size: 0.7em;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}

a:link, a:visited 
	{
	color: #06f;
	text-decoration: none
	}

a:hover 
	{
	text-decoration: none
	}
