/* ************************************************* */
/* ******************** Lay-out ******************** */
/* ************************************************* */

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #f7f7f7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
#container {
	background-color: #030C13;
	background-image: url(../images/lay-out/background.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	position: relative;
}
#background_left {
	background-image: url(../images/lay-out/background_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 50%;
}
#background_content {
	background-image: url(../images/lay-out/line.gif);
	background-repeat: repeat-y;
	background-color: #F7F7F7;
	border-bottom: 10px solid #C30000;
	width: 800px;
	position: relative;
}
#background_content_home {
	background-color: #F7F7F7;
	border-bottom: 10px solid #C30000;
	width: 800px;
}
#background_right {
	background-image: url(../images/lay-out/background_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50%;
}
#maincontent {
	width: 800px;
}
#header {
	background-image: url(../images/lay-out/background_header.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 65px;
}
#language_switch {
	background-image: url(../images/lay-out/background_language_switch.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 60px;
	height: 20px;
	padding-left: 10px;
}
#navigation {
	background-image: url(../images/lay-out/background_navigation.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 69px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 16px;
}
#content {
	width: 800px;
}
#subnavigation {
	display: block;
	float: left;
	width: 170px;
	padding-left: 10px;
	padding-top: 20px;
}
#image_holder {
	display: block;
	float: left;
	width: 170px;
}
#image_holder_home {
	display: block;
	float: left;
	width: 350px;
}
#content_holder, #content_holder_big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #848484;
	line-height: 18px;
	display: block;
	float: left;
	width: 370px;
	padding-left: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
}
#content_holder_big {
	width: 540px;
}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B0B0B0;
	display: block;
	float: left;
	position: absolute;
	bottom: 10px;
	padding: 10px 10px 20px 210px;
}



/* ************************************************* */
/* ****************** Navigation ******************* */
/* ************************************************* */

.nav_link {
	font-size: 13px;
	font-weight: bold;
	color: #C30000;
	display: block;
	float: left;
}
.nav_link a{
	color: #B0B0B0;
	text-decoration: none;
}
.nav_link a:hover{
	color: #397A9C;
}
.nav_link a:active{
	outline: none;
}
.subnav_header{
	font-size: 1px;
	display: block;
	float: left;
	width: 170px;
	height: 8px;
}
.subnav_item_active .subnav_header{
	background-image: url(../images/navigation/tab_active_header.gif);
	background-repeat: no-repeat;
}
.subnav_link{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	float: left;
	width: 155px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 1px;
}
.subnav_link a{
	color: #B0B0B0;
	text-decoration: none;
	display: block;
	float: left;
	width: 155px;
}
.subnav_link a:hover{
	color: #397A9C;
}
.subnav_link a:active{
	outline: none;
}
.subnav_item_active .subnav_link{
	background-color: #C30000;
	color: #FFFFFF;
}
.subnav_footer{
	font-size: 1px;
	display: block;
	float: left;
	width: 170px;
	height: 10px;
}
.subnav_item_active .subnav_footer{
	background-image: url(../images/navigation/tab_active_footer.gif);
	background-repeat: no-repeat;
}
.button_link a, .button_download a{
	background-image: url(../images/navigation/button_link.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	padding-left: 18px;
	padding-top: 5px;
}
.button_download a{
	background-image: url(../images/navigation/button_download.gif);
}
.button_link a:hover{
	background-image: url(../images/navigation/button_linkh.gif);
	color: #C30000;
}
.button_download a:hover{
	background-image: url(../images/navigation/button_downloadh.gif);
	color: #C30000;
}



/* ************************************************* */
/* ******************** Content ******************** */
/* ************************************************* */


p {
	margin-top: 10px;
	margin-bottom: 30px;
}
h1 {
	font-size:30px;
	color: #C30000;
	margin: 0px;
	margin-bottom: 30px;
}
h2 {
	font-size:22px;
	color: #C30000;
	margin: 0px;
}
a { 
	color: #848484;
}
a:hover { 
	color: #C30000;
}
a:focus { 
    outline: none; 
}
ul {
	margin: 0px;
	margin-top: -10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
li {
	margin: 0px 0px 5px 0px;
}
.spacer-5 {
	background-image:url();
	font-size: 1px;
	display: block;
	clear: both;
	height: 5px;
}
.dpn {
	display:none;
}



/* ************************************************* */
/* ****************** Blockitem ******************** */
/* ************************************************* */

.blockitem {
	background-image: url(../images/content/blockitem_gradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	float: left;
	width: 520px;
	margin-bottom: 10px;
	padding: 10px;
}
.blockitem2 {
	background-image: url(../images/content/blockitem_gradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	float: left;
	width: 220px;
	margin-bottom: 10px;
	padding: 10px;
}
.blockitem .image_holder{
	display: block;
	float: left;
	width: 95px;
}
.blockitem .content{
	font-size: 11px;
	line-height: 15px;
	display: block;
	float: left;
	width: 425px;
}
.blockitem .content .title a{
	font-size: 12px;
	font-weight: bold;
	color: #C30000;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
}
.blockitem .content .subtitle{
	color: #000000;
	display: block;
	margin-bottom: 6px;
}



/* ************************************************* */
/* ****************** Date item ******************** */
/* ************************************************* */

.dateitem {
	background-image: url(../images/content/dateitem_gradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	float: left;
	width: 520px;
	margin-bottom: 10px;
	padding: 5px;
}
.dateitem .date{
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #C30000;
	text-align: right;
	display: block;
	padding-right: 10px;
	float: left;
	width: 80px;
}
.dateitem .content{
	font-size: 11px;
	line-height: 15px;
	display: block;
	float: left;
	width: 425px;
}
.dateitem .content .title {
	font-size: 12px;
	font-weight: bold;
	color: #C30000;
	display: block;
	margin-bottom: 2px;
}
.dateitem .content .subtitle{
	display: block;
	margin-bottom: 6px;
}




/* ************************************************* */
/* ******************* Blocklist ******************* */
/* ************************************************* */

.blocklist {
	font-size: 11px;
	line-height: 15px;
	display: block;
	float: left;
	width: 540px;
	margin-bottom: 10px;
	border-top: 1px solid #D4D4D4;
}
.blocklist .item{
	display: block;
	float: left;
	width: 540px;
	border-bottom: 1px solid #D4D4D4;
	padding-top: 5px;
	padding-bottom: 8px;
	
}

.blocklist2 {
	font-size: 11px;
	line-height: 15px;
	display: block;
	float: left;
	width: 240px;
	margin-bottom: 10px;
	border-top: 1px solid #D4D4D4;
}
.blocklist2 .item{
	display: block;
	float: left;
	width: 240px;
	border-bottom: 1px solid #D4D4D4;
	padding-top: 5px;
	padding-bottom: 8px;
	
}
.blocklist .title a, .blocklist .listtitle a{
	background-image: url(../images/navigation/button_download.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	font-size: 11px;
	font-weight: bold;
	color: #C30000;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
	padding-left: 20px;
}
.blocklist .title .link a, .blocklist .listtitle .link a{
	background-image: url(../images/navigation/button_link.gif);
}
.blocklist .listtitle a{
	margin-bottom: -3px;
}
.blocklist .title a:hover, .blocklist .listtitle a:hover{
	background-image: url(../images/navigation/button_downloadh.gif);
}
.blocklist .title .link a:hover, .blocklist .listtitle .link a:hover{
	background-image: url(../images/navigation/button_linkh.gif);
}
.blocklist .title .disable{
	background-image: url(../images/navigation/button_download_gray.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	font-weight: bold;
	color: #C30000;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
	padding-left: 20px;
}
.blocklist .subtitle{
	color: #000000;
	display: block;
	padding-left: 20px;
}




/* ************************************************* */
/* ******************* Downloadlist ******************* */
/* ************************************************* */

.downloadlist a{
	background-image: url(../images/navigation/button_download.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	font-size: 11px;
	font-weight: bold;
	color: #C30000;
	text-decoration: none;
	display: block;
	float: right;
	margin-bottom: 2px;
	padding-left: 20px;
}
.downloadlist a:hover{
	background-image: url(../images/navigation/button_downloadh.gif);
}