﻿html {
	/*overflow: auto; */
	overflow:hidden;
	
}

body {
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url("images/bg.jpg") 0 0 repeat;
}

div#gekkoninfo {
	width: 468px; 
	height: 262px; 
	background:url("images/middle.jpg") 0 0 no-repeat; 
	position:absolute; 
	left:50%; 
	top:251px; 
	margin: 0 0 0 -234px;
}

div#kontakt {
	width:230px; 
	height:30px; 
	position:absolute; 
	top: 179px; 
	left: 114px; 
	padding-left: 25px;
	padding-top: 6px;
}

a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size:small;
}


a:link {
	text-decoration:none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
	
}

a:active {
	text-decoration:none;
}

