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

td {
	vertical-align:top;
}

html, body {
	height:100%;
	margin:0px;
	text-align:left;
}

/* 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_left_sub,
.background_right {
}

.content_area_sub {
	width:680px;
	border-right:solid 1px #CCCCCC;
}
.content_area_home {
	padding-top:25px;
	width:680px;
	border-right:solid 1px #CCCCCC;
}
.content_infobox {
	vertical-align:top;
	width:240px;
}

.table_top1 {
display:none;
	width:680px;
	height:25px;
}

.table_top2 {
	width:100%;
	height:150px;
	vertical-align:top;
}

.infobox {
	margin:25px 10px 0px 10px;
}
.button_bar {
	height:25px;
}
.button {
	display:none;
}
.button_rubrik{
	display:none;
}

.logo_table{
	width:270px;
}

.content {
	padding: 0px 20px 0px 20px;
}

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

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

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


h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color:#999999;
	margin-bottom:30px;
}

h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color:#000000;
	margin:0px 0px 0px 0px;
}

h3 {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color:#999999;
	margin:10px 0px 10px 0px;
}

h4 {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color:#000000;
	margin:10px 0px 0px 0px;
}

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

.caption_grey {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color:#999999;
}
.caption_infobox {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color:#999999;
	margin: 10px 10px 0px 10px;
}
p,
.bodytext,
.caption_black {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color:#000000;
}

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

ul,
.bodytext ul,
.caption_black ul {
	padding-left:10px;
	margin-left:10px;
}
li,
.bodytext li,
.caption_black li {
	margin-bottom:0px;
	list-style-type:square;
}

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