@charset "UTF-8";

/* Reset */

* html {
	text-align: center;
}
div {
	text-align: left;
}

* {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
ul {
	list-style-type: none;
}

/* Positioning and basics */

body {
	background: #000 url(../images/css/body.jpg) center 0 no-repeat;
	color: #FFF;
	font: small/1.4em Tahoma, Geneva, sans-serif;
}
#wrapper {
	width: 980px;
	height: 800px;
	margin: 0 auto;
}
a {
	color: #B6B3AC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
.hidden {
	display: none;
}

/* Navigation */

#navigation {
	margin: 30px 0 0 240px;
}
#navigation a {
	display: block;
	width: 138px;
	height: 375px;
	float: left;
	background-repeat: no-repeat;
}
#gv {
	background-image: url(../images/css/gv.jpg);
}
#re {
	background-image: url(../images/css/re.jpg);
}
#zw {
	background-image: url(../images/css/zw.jpg);
}
#wr {
	background-image: url(../images/css/wr.jpg);
}
#bf {
	background-image: url(../images/css/bf.jpg);
}
#gv:hover {
	background-image: url(../images/css/gv-over.jpg);
}
#re:hover {
	background-image: url(../images/css/re-over.jpg);
}
#zw:hover {
	background-image: url(../images/css/zw-over.jpg);
}

/* Content */

#content {
	clear: left;
	padding: 60px 0 0 25px;
}
div.title-wrapper {
	float: left;
	width: 235px;
}
div.title {
	border-left: 20px solid #FFF;
	padding-left: 10px;
}
div.title h2 {
	font: 4em/1em "Arial Black", Gadget, sans-serif;
	margin-bottom: 0.1em;
}
div.title h3 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
}
#gv-content div.title {
	border-color: #5DD347;
}
#re-content div.title {
	border-color: #FF408E;
}
#zw-content div.title {
	border-color: #DA114B;
}
#content table {
	float: left;
	width: 450px;
}
#content th, #content td {
	padding-bottom: 1em;
	vertical-align: top;
}
#content th {
	padding-right: 4em;
	font: 1em/1em "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
}
#contact h3 {
	font: 1em/1em "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	margin-bottom: 1em;
}
#content ul {
	margin-bottom: 1em;
}
#content a {
	padding: 5px 0 5px 20px;
	background: url(../images/css/a.png) 0 10px no-repeat;
}

#contact {
	float: right;
	width: 180px;
	padding-left: 20px;
	border-left: 1px solid #FFF;
}

/* Imprint popup */

#imprint-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 40px;
	width: 100%;
	z-index: 1000;
}
#imprint {
	margin: 0 auto;
	width: 430px;
	padding: 2em 40px;
	background: url(../images/css/popup.png) top center repeat-y;
	font-size: 0.875em;
}
#imprint h2 {
	font-weight: normal;
	font: 1.25em/1em "Arial Black", Gadget, sans-serif;
	color: #999;
	margin-bottom: 2em;
	text-transform: uppercase;
}
#imprint h3 {
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
	padding-top: 5px;
	border-top: 1px solid #333;
}
#imprint p {
	margin-bottom: 2em;
}
#popup-top {
	display: block;
	margin: 0 auto;
	width: 510px;
	height: 49px;
	background: url(../images/css/popup-top.png) no-repeat;
}
#popup-top a {
	display: block;
	height: 100%;
	width: 150px;
	float: right;
}
#popup-bottom {
	display: block;
	margin: 0 auto;
	width: 510px;
	height: 49px;
	background: url(../images/css/popup-bottom.png) no-repeat;
}
