body {
	margin:0px;
	padding:0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-image:url(../_img/bg.jpg);
	background-repeat:repeat-x;
}
#content {
	width:980px; 
	margin-left:auto; 
	margin-right:auto; 
	vertical-align:top;
}

#menu {
	position: absolute;
	z-index:20;
	padding-left: 40px; 
	padding-top:270px; 
	float:left;
}

#texte {
	position: absolute; 
	z-index:10; 
	padding-left: 260px; 
	padding-top:280px; 
	width:620px; 
	line-height:20px;
	float:right;
}

#bg-top {

	width:100%;
	height:487px;
	background-image:url(../_img/bg-top.png); 
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}

#bg-middle {
	width:100%;
	height:2000px;
	background-image:url(../_img/bg_middle.png); 
	background-repeat:repeat-y;
	background-position:center;
}

#bg-bottom {
	width:100%;
	height:535px;
	z-index:8;
	background-image:url(../_img/bg-bottom.png); 
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}

#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:600px;
	/*position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;*/
	z-index:2;
	/*margin-top:-100px;*/
}

.accordion_headings{
	padding:9px;
	background:#d010b1;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-size: 12px;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#275ca2;
}

.accordion_child{
	padding:15px;
	background:#EEE;
	font-size: 12px;
}

.header_highlight{
	background:#00CCFF;
}

.tab_container *{
	float:left;
	width:100px;
}

.hrliste {
	width:100%;
	color:#cacaca;
	margin-bottom:3px;
}
