@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#FFFFFF;
	color:#002951;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:12px;
 	line-height: 17px;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#gesamt {
	position: absolute;
	width: 950px;
	height: 650px;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -325px;
	text-align:left;
}

h1 {display:inline;
	font-size:12px;
	font-weight:normal;}

#kopf {
	width: 950px;
	background-image:url(../bilder/hg-kopf.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

#text {
	width: 297px;
	height: 401px;
	background-color:#a7c2dd;
	padding: 80px 43px 0px 43px;
	float:left;
}

#text a:link {
	color: #002951;
	text-decoration:underline;
}

#text a:visited {
	color: #002951;
	text-decoration:underline;
}

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

#mitte {
	width: 110px;
	height: 481px;
	background-image: url(../bilder/hg-verbindung.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}

#bild {
	width: 457px;
	height: 339px;
	background-image: url(../bilder/hg-bild.gif);
	background-repeat:no-repeat;
	float: left;
}

#vorschau {
	width: 457px;
	height: 142px;
/*	background-color:#CC9966;*/
	background-image: url(../bilder/hg-vorschau.gif);
	background-repeat:no-repeat;
	float:left;
}

.vorschau a img {
	margin-top: 60px;
	margin-right: 23px;
/*	border:solid 1px #000000;*/
}

#navi {
	position:absolute;
	top: 44px;
	left: 479px;
	height:auto;
	width:auto;
	z-index: 8;
}

.fett {
	font-weight:bold;
}

.impressum {
	font-size: 11px;
	line-height: 14px;
}

.impressum a:link {
	font-size: 11px;
	line-height: 14px;
	text-decoration:underline;
	color: #002951;
}

.impressum a:visited {
	font-size: 11px;
	line-height: 14px;
	text-decoration:underline;
	color: #002951;	
}

.impressum a:hover {
	font-size: 11px;
	line-height: 14px;
	text-decoration:none;
	color: #002951;	
}

a.foto:hover {
	background-color:transparent;
	font-style:normal;
	text-decoration:none;
}
	
	
a.foto span {
	display:none;
	padding:10px;
	margin-left:-100px;
	margin-top:-150px;
	width:150px;
	text-align:left;
}
   a.foto:hover span{
	display:inline;
	position:absolute;
	background:#97b7d7;
	border:1px solid #002951;
	color:#002951;
}

#links {
	width: 120px;
	height: auto;
	float: left;
}

#rechts {
	width: 120px;
	height: auto;
	padding-left: 50px;
	float: left;
}

.zahl {
	display:inline-block;
	border: solid 1px #7d9fc1;
	background-image:url(../bilder/hg-zahl.gif);
	width: 23px;
	height: 22px;
/*	padding: 4px;*/
	line-height: 20px;
	text-align:center;
}
