@charset "UTF-8";
.site {
	position: relative;
	height: 565px;
	width: 700px;
	text-align: center;
	margin: auto;
	top: 75px;
}
.qt {
	position: absolute;
	left: 30px;
	top: 30px;
}
.title {
	position: relative;
	height: 58px;
	width: 700px;
	background-color: #292929;
}
.window {
	background-image: url(pics/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 400px;
	width: 700px;
	position: relative;
	text-align: center;
}
.nav {
	height: 28px;
	width: 700px;
	position: relative;
	background-color: #292929;
}

.nav a * {
	border-style: none;
}

.imprint {
	background-color: #292929;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.contact {
	background-color: #000000;
	position: absolute;
	visibility: hidden;
    height: 360px;
   	width: 640px;
	left: 30px;
	
}
.close {
	text-align: center;
	visibility: inherit;
}
