/* ================================================== */
/* Layout */
/* ================================================== */

td {
	vertical-align:top;
}

html, body {
	height:100%;
	margin:0px;
	text-align:left;
	background-color:#ccc;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color:#000;
}

/* table fixes the content */
.background_table {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	margin: 0 auto 0 auto;
}

.background_left_home {
	background-image: url(images/left_home.gif);
}
.background_left_sub {
	background: url(images/left_sub.gif) repeat-x left top;
}
.background_right {
	background: url(images/background_image.gif) repeat-x;
	background-position:0px 200px;
}

.content_area_sub {
	padding-top:25px;
	width:600px;
	background: #fff url(images/cccccc.gif) repeat-x;
	border-right:solid 1px #ccc;
}
.content_area_home {
	padding-top:25px;
	width:600px;
	background: #ccc url(images/cccccc.gif) repeat-x;
	border-right:solid 1px #ccc;
}
.content_infobox {
	vertical-align:top;
	width:240px;
	background: #fff url(images/infobox.gif) no-repeat left top;
}

.table_top1 {
	width:600px;
	height:25px;
	background: #fff url(images/background_top1.gif) no-repeat;
}

.table_top2 {
	width:100%;
	height:150px;
	background: #ccc url(images/background_top2.gif) no-repeat;
	vertical-align:top;
}

.infobox {
	margin:25px 10px 0px 10px;
}
.button_bar {
	height:25px;
	background-color:#a3a3a3;
}
.button {
	height:25px;
	border-left:solid 1px #ccc;
}
.button span {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align:center;
	color:#fff;
	display:table-cell;
	height:25px;
	background-color:#e00027;
	padding: 6px 15px 0 15px;
}
.button a {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align:center;
	color:#fff;
	display:table-cell;
	height:25px;
	background-color:#a3a3a3;
	padding: 6px 15px 0 15px;
}

.button a:hover,
.button a:focus,
.button_1 a:hover,
.button_1 a:focus,
.button_2 a:hover,
.button_2 a:focus {
	background-color:#e00027;
}
.button_1 {
	width:200px;
	height:25px;
}
.button_1 span {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align:center;
	color:#fff;
	display:table-cell;
	width:200px;
	height:25px;
	background-color:#e00027;
	padding-top:6px;
}
.button_1 a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align:center;
	color:#fff;
	display:table-cell;
	width:200px;
	height:25px;
	background-color:#a3a3a3;
	padding-top:6px;
}
.button_2 {
	width:119px;
	height:25px;
}
.button_2 span {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align:center;
	color:#fff;
	display:table-cell;
	width:119px;
	height:25px;
	background-color:#e00027;
	padding-top:6px;
}
.button_2 a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align:center;
	color:#fff;
	display:table-cell;
	width:119px;
	height:25px;
	background-color:#a3a3a3;
	padding-top:6px;
}



.button_rubrik{
	width:100%;
	margin-top:25px;
}

.logo_table{
	width:360px;
}

.content {
	padding: 30px 40px 30px 40px;
}


/* ================================================== */
/* TEXT STYLES */
/* ================================================== */

address {
	font-family: Times, serif;
	font-size: 10px;
	line-height: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style:normal;
	color:#000;
}
address a {
	text-decoration: none;
	color:#000;
}

h1, h2, h3, h4,
.bu, .caption_grey,.caption_infobox,
p,.bodytext,.caption_black {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}

h2, h3, h4 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}


h1 {
	font-size: 25px;
	line-height: 29px;
	font-weight: normal;
	color:#e00027;
	margin-bottom:30px;
}

h2 {
	color:#000;
	margin:0px 0px 0px 0px;
}

h3 {
	color:#e00027;
	margin:10px 0px 10px 0px;
}

h4 {
	color:#000;
	margin:10px 0px 0px 0px;
}

h5 {
	font-size: 11px;
	color:#000;
	margin:10px 0px 0px 0px;
}

.bu {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color:#fff;
	margin: 4px 10px 0px 10px;
}

.caption_grey {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color:#888;
}
.caption_infobox {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color:#888;
	margin: 25px 10px 0px 10px;
}
p,
.bodytext,
.caption_black {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color:#000;
}

.bodytext a {
	text-decoration: underline;
	font-weight: normal;
	color:#000;

}

ul,
.bodytext ul,
.caption_black ul {
	font-size: 11px;
	padding-left:10px;
	margin:0px 0px 0px 10px;
}
li,
.bodytext li,
.caption_black li {
	list-style-image:url(images/list_style_image.gif);
	margin-bottom:5px;
}

.caption_black {
	margin: 25px 10px 0px 10px;
}

.jumplink {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color:#000;
	border-top: 1px solid #e5e5e5;
	padding: 10px 0 10px 20px;
	background: url(images/jumplink.gif) no-repeat;
}

.jumplink a {
	text-decoration: underline;
	font-weight: normal;
	color:#000;
}

.jumplink_last {
	border-top: 1px solid #e5e5e5;
}

.newslink {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color:#000;
	padding: 0 0 0 20px;
	background: url(images/link.gif) no-repeat;
	margin: 5px 0 5px 0;
}

.newslink a {
	text-decoration: underline;
	font-weight: normal;
	color:#000;
}

.line {
	border-top: 1px solid #e5e5e5;
}

.line15 {
	border-top: 1px solid #e5e5e5;
	margin: 15px 0 15px 0; 
}

.image1 {
	float:left; 
	margin-right: 20px; 
	background-color:#f5f5f7;
	display: block;
}

.jumplink_top {
	float: right;
}


/* ================================================== */
/* NEWS BOX */
/* ================================================== */

.news_box {
	padding: 10px;
	background-color: #e00027;
	color: #ffffff;	
}

.news_box .date {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.news_box .heading {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.news_box .link a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: underline;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #ffffff;
	text-align: right;
	display: block;
	padding-right:20px;
	background: url(images/newsbox_link.gif)  top right no-repeat;
	margin-bottom:10px;

}
