@charset "utf-8";
/* CSS Document */
body {
	background-image:url(homepage_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFF;
}

div#introtext {
	margin:0;
	padding:30px 0 0 20px;
	width:450px;
	height:280px;
	float:left;
	color:#FFF;

}
#introtext h1 {
	font-size:28px;
	line-height:36px;
}
div#introright {
	margin:20px 0 0 0;
	width:480px;
	height:280px;
	float:left;
	
}
.subheader {
	padding-right: 20px;
	margin-top:22px;
	font-size:16px;
	line-height:22px;
}
div#content {
	width:960px;
	height:700px;
	background-image:url(home_bg_deutsch.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:left;
	
}
ul#indexlist {
	width:250px;
	font-size:13px;
}
#indexlist li {
	margin:0 0 8px 0;
	background-image:url(haken.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-indent:23px;
	color:#7F7366;
	font-weight:bold;
	
}


/*//////// SLIDER //////////*/
div#bilderrahmen {
	position:relative;
}
div#indexbild {
	position:relative;
	top:15px;
	left:0;
	height:245px;
	width:400px;
	overflow:hidden;
}
div#imagerotator {
	margin:0;
	width:2000px;
	height:250px;
	/*background-color:#CCF;*/
}
#imagerotator img {
	margin:0;
	float:left;
}
#previous {
	position:relative;
	bottom:0;
	left:0px;
	margin-top:15px;
	height:245px;
	width:15px;
	background-image:url(arrow_left.gif);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	outline: none;
	z-index:100;
}
#next {
	position:relative;
	bottom:0;
	margin-top:15px;
	left:425px;
	height:245px;
	width:15px;
	background-image:url(arrow_right.gif);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	outline: none;
	z-index:100;
}

