@charset "utf-8";
.kontakt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	text-align: center;
	position: relative;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}

#logo {
	height: 400px;
	width: 600px;
}
#container {
	border: 1px solid #03C;
	position: absolute;
	width: 70%;
}


body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
