﻿#navigations_top{
width: 950px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color:#ffffff;
padding: 0px 0px 5px 0px;
margin:0 auto;
}
#navigations_top a{
padding: 0 5px;
text-decoration: none; 
color: #292929;
background-color:#ffffff;
}
#navigations_top a.selected{
color: #292929;
text-decoration:underline;
}
#navigations_top a:hover{
color: #292929;
text-decoration:underline;
}
#headlining_references{
	width:950px;
	height:250px;
	margin:0 auto;
}
/*------------------------------------------*/
#box_normal{
	width:950px;
	text-align:left;
	margin:0 auto;
	height:250px;
}
.prize{
	width:450px;
	float:left;
}
.prize_text{
	width:474px;
	float:left;
	padding-right:5px;
	border-right:1px #b5b5b5 solid;
	margin:10px 0px 10px 0px;
	text-align:left;
}
.prize_headline{
	margin-top:10px;
	font-weight:bold;
	font-size:small;
	color:#778b07;
}
.prize_right{
	text-align:right;
	padding-right:3px;
	font-size:large;
	font-weight:bold;
}
.prize_zusatzbox{
	background-color:#f8f8f7;
	margin:0px;
	padding:5px;

}
.prize_example{
	width:240px;
	float:left;
	padding:5px;
	margin:5px;
	background-color:#f8f8f7;
