/* CSS Document */

#startpage {
	margin: 0px;
	background-color: #9ACF2C;
	background-repeat: repeat-x;
	/* background-image: url(/img/verlauf.gif); */
}

.box {
	position: absolute;
	border: none;
	left: 40%;
	top: 40%;
	}

.picture {
	position: absolute;
	border: none;
	left: 50%;
	top: 50%;
	width: 334px; /* Breite des Elements */
   	height: 365px; /* Höhe des Elements */
   	margin-left: -167px; /* Breite des Elements geteilt durch zwei! */
   	margin-top: -182px; /* Höhe des Elements geteilt durch zwei! */
}

a:link { 
		color:black;  /*#003366; */
		text-decoration: none;		
}

a:visited {
		text-decoration:none;
		color:black; /*#666666;*/
}