body {
	font-family: Verdana, Geneva, sans-serif, tahoma, arial;
	font-size: 10px;
	color: #000000;
	background-image: url(./images/back.jpg);
	background-color: #ffffff;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px 0px;
	padding: 0px;
}

a:link 		{
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
a:visited 	{
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
a:hover 	{ color: #EE7900; text-decoration: none; }		
a:active 	{
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.inhalt {   top: 0px;
			width: 960px;
			height: 1000px;
			margin-left: -480px;
			padding: 0px;
			overflow: hidden;
			border-width: 0px;
			border-style: solid;
  			border-color: #000000;
			z-index: 0; }
			
.impressum {
	top: 0px;
	width: 600px;
	height: 100px;
	margin-left: -300px;
	padding: 0px;
	overflow: hidden;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	z-index: 0;
	text-align: right;
}			

.backgrnd { background: url(images/start.jpg);
            top: 60px;
			width: 800px;
			height: 400px;
			margin-left: -400px;
			padding: 0px;
			overflow: hidden;
			border-width: 0px;
			border-style: solid;
  			border-color: #000000;
			z-index: 0; }

.bottomline {top: 420px;
			width: 800px;
			height: 60px;
			margin-left: -400px;
			padding: 0px;
			overflow: hidden;
			font-size: 0.7em; 
			text-align: center;
			z-index: 1; }

.bottomline a:link		{ color: #787677; text-decoration: none; border: none; }
.bottomline a:visited 	{ color: #787677; text-decoration: none; border: none; }
.bottomline a:hover 	{ color: #000000; text-decoration: none; border: none; }
.bottomline a:active 	{ color: #000000; text-decoration: none; border: none; }
						
.backgrnd, .bottomline, .inhalt, .impressum { position: absolute; left: 50%; }