body {
	background-color: #393D4D;
	margin: 0px;
  font-family: 'Verdana',sans-serif;
  font-size: 11px;
  color: black;
}

img {
	border: 0px;
}
a {
	color: white;
	text-decoration: none;
	cursor: pointer; cursor: hand;
	
}

.address {
	position: absolute;
	left: 465px;
	top: 185px;
}

.header {
	position: absolute;
	height: 16px;
	width: 696px;
	background-color: black;
	font-size: 10px;
	z-index:10;
	padding: 2px;
}

.main {
	position: absolute;
	top: 20px;
	width: 700px;
	height: 399px;
	background: transparent;
	z-index:10;
	
}
.loading {
	position: absolute;
	top: 20px;
	width: 700px;
	height: 399px;
	background: url('img/wait.gif') white center center no-repeat;
	z-index:5;
}

.rightTop {
	position: absolute;
	width: 100%;
	height: 352px;
	background-color: #575C6F;

}

.rightBottom {
	position: absolute;
	background-color: white;
	top: 352px;
	height: 67px;
	width: 100%;
}

.bottomLeft {
	position: absolute;
	
	background-color: #45495B;
	width: 700px;
	height: 100%;
}

.menu {
	position: absolute;
	top: 392px;
	width: 386px;
	height: 105px;
	z-index: 20;
}

a.start {
	display: block;
	color:black;
	left:28px;
	position:absolute;
	top:-4px;
	background: transparent url(img/trans.gif);
}
a.fokus {
	display: block;
	left:119px;
	position:absolute;
	top:30px;
	background: transparent url(img/trans.gif);
}
a.weise {
	display: block;
	left:242px;
	position:absolute;
	top:30px;
	background: transparent url(img/trans.gif);
}
a.methode {
	display: block;
	left:366px;
	position:absolute;
	top:30px;
	background: transparent url(img/trans.gif);
}
a.kontakt {
	display: block;
	left:27px;
	position:absolute;
	top:85px;
	background: transparent url(img/trans.gif);
}

.joblink {
	cursor: pointer;
}

a.job {
	display: block;
	left:119px;
	position:absolute;
	top:85px;
	background: transparent url(img/trans.gif);
}


.aText {
	margin-left:26px;
	position:relative;
	top:15px;
	display: block;

}

.aRing {
	position: absolute;
	left:0px;
	top: 0px;
}

.pMain {
	padding-left: 35px; 
	padding-top: 18px; 
	width: 465px; 
	height: 275px;
	background: white;
}

.hl1 {
	font-size: 15px;
}

.pKontakt {
	margin-top: 47px;
	font-size: 12px;
}

#impressum {

}

.container {
	position: absolute;
	left: 50px;
	top: 50px;
	width: 481px;
	height: 500px;
	z-index: 100;
	display: none;
}
.iCon {
	position: absolute;
	background-color: white;
	border: 1px solid black;
	top: 20px;
	height: 479px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	width: 419px;
	padding: 20px 50px 0px 10px;
}
.close {
	position: absolute;
	height: 21px;
}