	#referenzen{
		position: relative;
		width: 602px;
		height: 370px;
		overflow: hidden;
		border-bottom: 1px solid #e0e0e0;
		background: url(../img/ajax-loader.gif) no-repeat center center;
	}

	.ref_container{
		position: absolute;
		width: 602px;
		height: 248px;
		border-top: 1px solid #fff;
		background-color: #fff;
		top: 650px;
		overflow: hidden;
	}

	.orange{
	background-color: #EE7F01 !important;
	}

	.orange h2{
	color: #fff !important;
	}

	.ref_col_left{
		width: 350px;
		float: left;
		height: 1%;
		
	}

	.ref_col_right{
		width: 250px;
		float: left;
		height: 1%;
	}

	.ref_spacer{
		width: 350px;
		height: 28px;
		background: url(../img/ref_spacer_bg.gif) repeat-x left bottom #f7f8f7;
		cursor: pointer;
		border: 1px solid #e0e0e0;
	}

	.ref_title{
		width: 250px;
		height: 28px;
		background-color: #fff;
		cursor: pointer;
		color: #444;
		overflow: hidden;
		border: 1px solid #e0e0e0;
	}

	.ref_title h2{
		font-size: 1.2em;
		margin: 5px !important;
		font-weight: bold;
		color: inherit;
	}

	.ref_image{
		width: 350px;
		height: 220px;
		background-color: #777;
	}

	.ref_content p{
		margin: 10px;
	}
	
	#ref_0{
		z-index: 95;
	}

	#ref_1{
		z-index: 96;
	}

	#ref_2{
		z-index: 97;
	}

	#ref_3{
		z-index: 98;
	}

	#ref_4{
		z-index: 99;
	}

	#ref_5{
		z-index: 100;
	}

	#ref_6{
		z-index: 101;
	}

	.page{
	padding: 0 5px 0 5px;
	}

	#pages ul{
	float: right;
	font-size: 1.3em;
	font-weight: bold;
	}

	#pages ul li{
	float: left;
	margin: 2px;
	padding: 2px;
	border-right: 1px solid #ccc;
	}

	.page_active{
	color: #EE7F01;
	}