@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
}

#box
{
	margin:auto;
	width:650px;
	
}

#hgbild
{
	/*background-image:url(Bilder/intro.png);
	width:507px;
	background-repeat:no-repeat;
	background-position:center;*/
	margin:auto;
	margin-top:100px;
	width: 481px;
	height:420px;
	border:none;
}

a:link { 	text-decoration:none; }
a:visited {	text-decoration:none; }
a:active {	text-decoration:none; }
a:hover { 	text-decoration:none; }


.weiter
{
	/*background-image:url(Bilder/weiter1.png);*/
	width:165px;
	heigth:92px;
	float:right;
	border:none;
}

.weiter a:link{ 	color:#CCC; text-decoration:none; }
.weiter a:visited {	color:#CCC; text-decoration:none; }
.weiter a:active {	color:#CCC; text-decoration:none; }

.weiter a:hover 
{ 	
	color:#999;
	text-decoration:none; 
}

a img
{
	border:none;
	
}