/* Imports */  
@import url("reset.css");  

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
/*	background-color:#444; */
  background-color:#999;
	text-align:center;
}

html, body {
	height:100%;
}

img { 
	behavior: url("../scripts/iepngfix.htc");
}

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

a:hover {
	text-decoration:underline;
}

#helper {
	width:1px;
	height:50%;
	background-color:none;
	margin-bottom:-325px; /* 50% of mainframe */
	float:left;
}

.mainframe {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:650px;
	width:900px;
	clear:left;
}

.naviBox {
	/*background-color:#D1ED4B;*/
	height:28px;
}

.naviBox ul {
	list-style-type:none;
}

.naviBox li {
	float:left;
	margin-right:35px;
	/*background-color:#eef;*/
}

.naviBox li a {
	display:block;
	padding:5px;
	padding-left:0;
	font-size:12px;
/* 	color:#59b3e2; */
  color:#001431;
}

.naviBox li a:hover {
	text-decoration:underline;
}

.naviBox ul li.active a {
	color:#fff;
}

.mainFrame {
	position: relative;
	min-height: 100%;
}

.contentBox {
	background:url(../images/design/bg_contentBox.gif) right bottom no-repeat;
	border:1px solid #59b3e2;
	height:600px;
}

.home {
	background:url(../images/design/bg_contentBox_start.gif) right repeat-y;
}

.content {
}

.content h1 {
	font-size:1.4em;
}

.content ol,
.content ul {
	padding-top:5px;
	padding-left:15px;
	margin-bottom:8px;
	list-style:circle;
}

.content ol {
	list-style:decimal;
}

.contentLeft {
	float:left;
	width:656px;
}

.contentRight {
	float:right;
	padding-top:20px;
	width:220px;
	margin-right:10px;
	line-height:160%;
	font-size:11px;
	text-align:left;
	color:#333;
}

* html .contentRight {
  margin-right:5px;
}

.footer {
	padding-top:6px;
}

.footer a {
	font-size:11px;
	margin-right:10px;
	color:#001431;
}

.white {
  color:#59B3E2;
  margin-right:10px;
}

.allianzLogo {
  position:absolute;
  top:580px;
  right:40px;
}

.startLogo {
  float:right;
  margin-top:200px;
}

.startText {
  margin-top:80px;
  margin-left:275px;
}

.duesseldorfImg {
  margin-top:10px;
  float:right;
}

.anbindungImg {
  margin-top:30px;
}

.karteImg {
  position:absolute;
  top:88px;
  z-index:20;
}

.gebaeudeImg {
  float:right;
  padding-top:140px; 
}

.buerosImg {
  padding-top:220px;
  padding-left:120px;
}

.grundrissImg {
  position:absolute;
  left:30px;
  top:100px;
}

.grundrissTabelleImg {
  position:absolute;
  left:30px;
  top:460px;
}

.impressumTextBox,
.kontaktTextBox {
  position:absolute;
  top:290px;
  left:80px;
  color:#FFFFFF;
  line-height:160%;
	font-size:11px;
}

.impressumTextBox {
  top:120px;
}

.impressumTextBox a {
  font-size:11px;
}

.logoSpacer {
  margin-top:20px;
  margin-bottom:20px;
  display:block;
}

.text_nutzungsbedingungen {
  text-align:left;
  padding:20px;
  line-height:16px;
  color:#fff;
}

.bgAnbindung,
.bgKontakt,
.bgGrundrisse,
.bgBueros,
.bgGebaeude,
.bgDuesseldorf,
.bgStart {
  position:absolute;
  top:28px;
  left:73px;
}

.bgDuesseldorf {
  left:37px;
}

.bgGebaeude {
  left:137px;
}

.bgBueros {
  left:120px;
  top:142px;
}

.bgGrundrisse {
  left:37px;
}

.bgAnbindung {
  left:67px;
  top:88px;
  z-index:10;
}