body, html
	{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #ffffff;
	background-image: url('../images/bodytable.horizontal.png');
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: Tahoma, Sans-Serif;
	font-size: 13px;
	color: #444444;
	line-height: 1.5;
	}
	
.special
	{
	color: #009999;
	font-weight: bold;
	}
	
.haus
	{
	background-image: url('../images/mainframe.png');
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	}
	
h1
	{
	font-family: Tahoma, Sans-Serif;
	font-size: 20px;
	}
	
h2
	{
	font-family: Tahoma, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	}

h3
	{
	font-family: Tahoma, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #007777;
	}
	
a img
	{
	border: 0px;
	}
	
a:link
	{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited
	{
	color: #aaaaaa;
	font-weight: bold;
	text-decoration: none;
	}

a:active 
	{
	color: #00bcbc;
	font-weight: bold;
	text-decoration: none;
	}

a:hover 
	{
	color: #009999;
	font-weight: bold;
	text-decoration: underline;
	}