/* CSS Document */

* {
	padding: 0;
	text-decoration: none;
	border: 0;
    margin: 0;
	}
BODY {
	background-color: #edf6ff;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	}
a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 1em;
	}
a:hover {
	text-decoration: underline;
	color: #9A9A9A
	}
a:active, a:focus {
    color: #000000;
	}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 600px;
	height: auto;
	text-align: center;
	}
#puzzle {
    position: relative;
    float: left;
    margin-top: 50px;
	width: 494px;
	height: 398px;
	background: url(images/index_03.jpg);
	}
#text {
	position: static;
	margin-left: 170px;
    margin-top: 20px;
	width: 300px;
	height: 200px;
	}
#text p {
	font-size: .9em;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 1em;
	font-weight: normal;
	color: green;
	}
h2 {
   font-size: 1.2em;
   font-weight: normal;
   color: green;
    }

span {
    color: #FF0000;
    }
.mail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
.reference, .vaterpolo {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	width: 100%;
	line-height: 1.8em;
	}
.reference {
	margin-top: -50px;
	}
