/* Copyright &copy; 2013 Lukas Biland - biland.info All Rights Reserved.*/
body { 
	position:absolute;
	background:lightblue;
	font-family: Arial, sans-serif;
	left: 10px;
}

a {
	text-decoration:none;
}
	

a:visited {
	color: blue;
}

a:link {
	color: blue;
}

a:hover {
	color: black;
	background-color:white;
}

html, body { 
	top:10; left:10; right:10;

}
#home {
	position:fixed;
	top:10; right:100;
	text-align:center;
}
#impressum {
	position:fixed;
	top:10; right:100;
	text-align:center;
}
#IP {
	text-align:center;
	width:182px;
}

#c {
	position:fixed;
	bottom:0; left:0; right:0;
	text-align:center;
	height:2em;
}
#DEK
{position:absolute;
visibility:hidden;
z-index:200;}
/* Copyright &copy; 2013 Lukas Biland - biland.info All Rights Reserved.*/
