/* ebenen */
body {background-image:url(pics/body_bg.gif); background-position:top; background-repeat:repeat-x;}

#basis {
	position:absolute;
	left:99px;
	top:0px;
	width:804px;
	z-index:1;
	height: 100%;
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #505252;
	border-left-color: #505252;*/
	background-color:#FFFFFF;
}

.tabelle_border {border-right:solid 1px #505252; border-left:solid 1px #505252;}

#leftnavi {
	position:absolute;
	left:99px;
	top:0px;
	width:299px;
	z-index:2;
	height: 223px;
	padding-left:15px;
	padding-top:233px;
}

/*#balken {
	position:absolute;
	left:0px;
	top:48px;
	width:1500px;
	height:155px;
	background-color:#4BAFB8;
	z-index:4;
}*/
#balken {
	position:absolute;
	left:0px;
	top:48px;
	width:905px;
	height:155px;
	background-color:#58C9CD;
	z-index:4;
}
#topnavi {
	position:absolute;
	left:550px;
	top:25px;
	width:314px;
	height:23px;
	z-index:3;
	padding-left:10px;
	padding-right:30px;
}

/* texte für zelltherapie  */
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #505252;
	font-weight: bold;
}
.punkte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #505252;
	font-weight: bold;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #505252;
	font-weight: normal;
}
.copyWEISS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #FFFFFF;
	font-weight: normal;
}
.zwischenhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	text-transform: uppercase;
	color: #4BAFB8;
}
.copy-hervorheb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #4BAFB8;
	font-weight: normal;
}

/* links für zelltherapie  */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4BAFB8;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4BAFB8;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4BAFB8;
	text-decoration: underline;
}
a.navi:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #505252;
	text-decoration: none;
}
a.navi:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4BAFB8;
	text-decoration: none;
}
a.navi:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #505252;
	text-decoration: none;
}

/* elemente  */
.linie-links
{
border-left-width: 1px;
border-left-style: solid;
border-left-color: #505252;
}
p
{
	padding-left:15px;
	padding-right:15px;
}

