
/* Grundsaetzliches */

a {
	color: #96ac17;
	background-color: transparent;
	text-decoration: none;
	padding: 2px 1px;
	}

body {
	font-family: "Myriad Set Text", Verdana, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
	background-color: #000;
	}
	
img {
	border: 0;
	}

	
	
/* Klassen */
	
	
	/* Objektpositionierung */

	
.koerper {
	position: relative;
	top: 5cm;
	width: 900px;
	height: 417px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5cm;
	color: #999; 
	background-color: #000;
	}


	
.versteckt {
	position: absolute;
	top: -100px;
	left: -100px;
	width: 99px;
	overflow: hidden;
	color: #999; 
	background-color: transparent;
	}
	


