h1, h2, h3, h4{
	margin:0px;
	padding:0px;
}
h1{font-size:12px;}
h2{font-size:12px;}
h3{font-size:12px;}
h4{font-size:12px;}

a{
	text-decoration:none;
	color:#868889;
	outline-style:none;
}
a:hover{
	color:#ac007b;
}
p,td,label{
	line-height:20px;
	color:#868889;
	padding:0px;
	margin:0px;
}
p.footnote{
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#9d9fa0;
	line-height:12px;
	font-family: Arial;
}
#outerContent{
	border-bottom:2px solid #ac007b;
}
#innerContent{
	height:400px;
	position:relative;
	text-align:center;
}
#cmsContent{
	padding-top:10px;
	height:390px;
	width:840px;
	margin:auto;
	overflow:hidden;
	text-align:left;
}
#cmsContent.startseite{
	width:960px;
}
#einleitungstext{
	padding-left:280px;
	height:420px;
	width:500px;
	margin:auto;
	text-align:left;
	color:#000;
}
#klappentext{
	padding-left:280px;
	height:420px;
	width:660px;
	margin:auto;
	text-align:left;
	color:#000;
}
.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 660px; 
    height:400px; 
}
#links{
	position:absolute;
	height:400px;
	left:0px;
	top:0px;
	z-index: 1;
	text-align:left;
}
#links ul a{
	color:#000;
}
#links ul a:hover{
	color:#ac007b;
}
#rechts{
	position:absolute;
	right:0px;
	top:0px;
	z-index: 1;
	height:400px;
}
.startseite #links, .startseite #rechts{
	padding-top:120px;
		
}
#headline{
	width:150px;
	height:400px;
	float:left;
	text-align:right;
	z-index:99;
}
.steg{
	width:20px;
	height:400px;
	float:left;
}
ul.stripe{
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:200px;
	height:400px;
	float:left;
}
ul.stripe li{
	line-height:20px;
	height:20px;
	text-align:left;
}
ul.stripe li b{
	color:#000;
}

#iblocklinks{
	width:300px;
	height:200px;
	padding-right:40px;
	float:left;
}
#iblockrechts{
	width:300px;
	float:left;
	height:200px;
}

#linksdetail{
	position:absolute;
	z-index:-1;
	top:-30px;
	left:0px;
}
table#kontakttabelle{
	border:0px;
	boder-collapse:collapse;
	boder-spacing:0px;
}
.inputbasic{
	background-color:#fff;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left: 1px solid #dfdcce;
	border-bottom: 1px solid #dfdcce;
	padding:2px;
	width:240px;
	margin-bottom:10px;
	font-size:10px;
	height:12px;
}
#betreff, #textinput{
	width:580px;
}
#textinput{
	height:100px;
}
label{
	font-size:10px;
	display:block;
	padding-right:10px;
	padding-bottom:10px;
}
.error{
	color:#ac007b;
}