#outline {
	position:relative;
	margin: 18px auto 0;
	width:700px;
	heigth:800px;
	background-color:#000000;
}

#logo {
	position:absolute;
	top:15px;
	left:0px;
	width:400px;
	heigth:89px;
}

#schnecke {
	position:absolute;
	top:15px;
	left:450px;
	width:79px;
	heigth:89px;
}

#weiter {
	position:absolute;
	top:15px;
	left:611px;
	width:89px;
	heigth:89px;
}


#wort {
	position:absolute;
	top:130px;
	left:75px;
	width:550px;
	heigth:22px;
}

#standderdinge {
	width: 660px;
	left: 0px;
	top:185px;
	position: absolute;
	background-color: #E8E8E8;
	padding:20px;
}

body {
	background-color:#000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em; 
	line-height: 150%;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em; 
	line-height: 150%;
	text-decoration: underline;
	color: black;
	border-style:none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em; 
	line-height: 150%;
	text-decoration: none;
	color: black;
}

img {
	border-style:none;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:20px;
	font-size: 1.3em;
	line-height: 150%;
	font-weight: bold;
	color:#CC0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top:20px;
	font-weight: bold;
	color: black;
}

 
