body {
	margin:0;
	padding:0;
	background-image:url(img/back.jpg);
}

#content {
	position:absolute;
	top:100px;
	left:200px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	right:0px;
	border:2px solid #000000;
	background-image:url(img/mainback.jpg);
}

#top {
	top:0px;
	padding-left:200px;
	right:0px;
	text-align:center;
	margin:auto;
	padding-top:0px;
	padding-bottom:30px;
}

#navigation {
	position:absolute;
	top:20px;
	left:30px;
	width:140px;
}

#navigation a {
	font-family:"Trebuchet MS", Georgia, Times, serif;
	color:#333399;
	background-color:transparent;
}




a:link		{ color:#000000; }
a:visited	{ color:#000000; }
a:hover		{ color:#aaaaaa; }
a:active	{ color:#aaaaaa; }
hr			{ border: 0; width: 100%; color: #555555; background-color: #555555; height: 3px; }

img.center
{
	position: absolute;
	left: 50%;
	width: 375px;
	margin-left: -187px; /* negative Hälfte von width:400px */
	top: 70%;
	height: 250px;
	margin-top: -125px; /* negative Hälfte von height:150px */
}

.ungehovert { background-image:url(button/1.gif); cursor:default;}

.gehovert { background-image:url(button/2.gif); cursor:pointer;}
