/*
##############################################################################

content

##############################################################################
*/


#headline
{
	position: absolute;
	z-index: 6;

	left: 69px;
	top: 135px;
	
	height: 20px;
}

#claim
{
	position: absolute;
	z-index: 7;
	
	left: 0px;
	top: 160px;
	
	background-color: #000000;

	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	
	padding: 4px 7px 2px 73px;
}



#content div.textbox
{
	width: 549px;
	
	padding: 0px;
}

#content h2
{
	margin-left: auto;
	margin-left: right;
	
	padding-left: 71px;
	padding-right: 26px;
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;

	color: #990000;
}



/*
##############################################################################

box

##############################################################################
*/

#introbox
{
	position: absolute;
	z-index: 4;
	
	left: 0px;
	top: 210px;

	width: 633px;

	background: url(../i/bg_index_picturebox.gif) repeat-y transparent;
}


#boxcon
{
	width: 617px;
	
	border-style: solid; 
	border-color: #7E8384;
	
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	padding-top: 18px;
}

#boxbottom
{
	clear: both;
	width: 630px;
	
	height: 25px;
	
	margin-left: auto;
	margin-right: auto;

	text-align: right;

	background: url(../i/bg_introbox_bottom.gif) repeat-x transparent;
	
	margin: 0px;
	padding: 0px;
}

.picturebox
{
	width: 186px;
	float: left;
}

.picturebox .img
{
	margin-bottom: 4px;
}

.picturebox .subtitle
{
	margin-left: auto;
	margin-right: auto;

	padding: 3px;

	font-family: Arial, sans-serif;
	font-size: 11px;

	color: #ffffff;
	background-color: #000000;
}

.picturebox .subtitle p
{
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.picturebox .subtitle a
{
	text-decoration: none;
	
	font-size: 12px;
	
	color: #ffffff;	
}


#newsbox
{
	position: absolute;
	z-index: 4;
	
	left: 636px;
	top: 80px;
	
	height: 425px;
	width: 230px;

	background: url(../i/bg_index_newsbox.gif) repeat-x #DCDDDE;
}

#newsbox div
{
	margin-left: auto;
	margin-right: auto;
	
	padding: 0px 24px 0px 4px;
	color: #990000;
}
ul.news-list{
	margin: 45px 10px 0px 30px;
	padding: 0px;
}
li.news-item{
	list-style-image: url(../i/news-bullet.gif);
	margin: 5px 0px;
	padding: 0px;
}

#newsbox a
{
	font: normal 11px Arial,sans-serif;
	text-decoration: none;
	color: #000000;
}

#newsbox a:hover{
	text-decoration: underline;
	color: #990000;
}

