*
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
body
{
	background-color: #666666;
}

.clear
{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

#content_holder
{
	width:995px; 
	height:635px;
	position:absolute;
	left:50%;
	top:50%;
	
	margin-top:-318px;
	margin-left:-498px;	
	
	background-image: url( ../img/bg/bg.jpg );
	background-repeat: repeat-x;
	
}

#content
{	
	padding-bottom:17px;
}

#big_image_holder
{
	
	position:relative;
	padding-top:17px;
	padding-left:93px;	
}

#big_image
{
	position:relative;
	height:578px;
	margin-bottom:6px;
}

#img_navi_holder
{
	
	position:absolute;
	bottom:4px;
	left:0;
	height:60px;	
	width:815px;
}

#hinweis_holder
{	
	position:absolute;
	top:156px;
	left:46px;
	width:306px;
	height:171px;	
	background-image: url( ../img/bg/fallback_hinweis_image.jpg ); 
	
}

#hinweis_holder a
{
	position:absolute;
	left:45px;
	bottom:26px;
	font-family: Arial;
	font-size:11px;
}

#hinweis
{
	font-weight:100;
	font-family: Arial;
	font-size:11px;
	position:relative;
	padding:15px;
}

#hinweis span
{
	display:block;
	font-weight:700;
	padding-bottom:10px;
	font-family: Arial;
	font-size:14px;
}


a.hinweis_link
{
	color: #dd0019;
}
a.hinweis_link:active
{
	color: #dd0019;
	text-decoration:none;
} 
a.hinweis_link:hover
{
	color: #dd0019;
	text-decoration:none;
} 

a.hinweis_link:visited
{
	color: #dd0019;
}




#img_navi
{
	width:100%;
	position:relative;
}

#img_navi .prev a,
#img_navi .next a
{
	display:block;
	width:60px;
	height:60px;
	background-image: url( ../img/bg/trans.gif);
}

#img_navi .prev span,
#img_navi .next span
{
	display:none;
}

#img_navi .prev a
{	
	position:absolute;
	left:0;	
}
#img_navi .next a
{
	position:absolute;
	right:0;	
}

ul
{
	list-style-type:none;
}

#navi_holder
{
	
	position:absolute;
	left:50%;
	margin-left:-15%;
}

#navi li,
#navi
{
	float:left;
}

#navi li a
{
	display:block;
	margin-right:14px;
	height:25px;
	width:38px;
	background-image:url( ../img/ico/navi.gif );
	background-repeat: no-repeat;
	background-position:0 0;
}

#navi li span
{
	display:none;
}

#navi li a:hover
{
	background-position:-228px 0;
}

#navi li.active a
{
	background-position:-114px 0;
}

#navi li.first a
{
	background-position:-76px 0;
}

#navi li.first a:hover
{
	background-position:-304px 0;
}

#navi li.first_active a
{
	background-position:-190px 0;
}

#navi li.last a
{
	background-position:-38px 0;
}

#navi li.last a:hover
{
	background-position:-266px 0;
}

#navi li.last_active a
{
	background-position:-152px 0;
}

