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;
}
table{
	table-layout: fixed;
	border-spacing: 0px;
	border-collapse: collapse;
	border:0px;
}
#outerContent{
	border-bottom:2px solid #ac007b;
	background:url('/images/content_bg.jpg');
}
#innerContent{
	height:400px;
	position:relative;
	text-align:center;
}
#cmsContent{
	padding-top:10px;
	padding-left:175px;
	height:390px;
	width:840px;
	margin:auto;
	overflow:hidden;
	text-align:left;
}
#cmsContent.startseite{
	width:960px;
}
#einleitungstext{
	height:320px;
	width:500px;
	margin:auto;
	text-align:left;
	color:#000;
}
#klappentext{
	height:320px;
	width:660px;
	margin:auto;
	text-align:left;
	color:#000;
}
#leftContentBox{
	width:250px;
}
#rightContentBox{
	width:250px;
}
.buchteaser {
    display: table-cell;
    height: 320px;
    vertical-align: middle;
    width: 660px;
}

.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 660px; 
    height:400px; 
}
#links{
	height:400px;
	z-index: 1;
	text-align:left;
	float:left;
	color:#676869;
}
#links ul a{
	color:#676869;
}
#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:0px;
	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;
}

/** Navigation **/
#pfeillinks a{
	background:url('/images/pfeil_links.gif');
	background-repeat:no-repeat;
	background-position:top right;
	width:142px;
	height:400px;
	display:block;
}
#pfeillinks a:hover{
	background:url('/images/pfeil_links_aktiv.gif');
	background-repeat:no-repeat;
	background-position:top right;
}
#pfeilrechts a{
	background:url('/images/pfeil_rechts.gif');
	background-repeat:no-repeat;
	background-position:top left;
	width:220px;
	height:400px;
	display:block;
}
#pfeilrechts a:hover{
	background:url('/images/pfeil_rechts_aktiv.gif');
	background-position:top left;
	background-repeat:no-repeat;
}

/** Startseite **/
#slideshow slide { display: none }
#slideshow slide.first { display: block }
