html, body {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Arial, Verdana, Tahoma;
	font-size: 13px;
}

#logo {
	margin: 0px;
	padding: 0px;
	width: 275px;
	height: 110px;
}

a {
	text-decoration:none;
	color: #333333;
}

a:hover {
	text-decoration:none;
	color: #CCCCCC;
}

a:active {
	text-decoration:none;
	color: #CCCCCC;
}

#pic {
	margin: 0px;
	padding: 0px;
	background-image:url(../img/test_panorama.jpg);
	height: 307px;
	background-repeat: no-repeat;
	background-color: white;
}

#txt {
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin-left: 18%;
}

#phone {
	position: absolute;
	height:110px;
	width:680px;
	left: 275px;
	top: 0px;
}

#impressum {
	position: absolute;
	font-size: 9px;
	top: 8px;
	right: 8px;
	width: auto;
	height: 10px;
	margin: 0px;
	padding: 0px;
	z-index: 30;
}

#klickmich {
	position: absolute;
	left: 380px;
	top: 330px;
}

.rot{
color: #cc0066;
}

.blau{
color: #006699;
}

.orange{
color: #ff6600;
}

.small{
	font-size: 9px;
}