body {
	margin: 0px;
	padding: 0px;
}

#main_container {
	position: relative;
}

	#top_left_img {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#top_filler_box {
		position: absolute;
		left: 211px;
		top: 0px;
		width: 240px;
		height: 145px;
		background-image: url('/images/top_filler.png');
	}
	#dices_logo_img {
		top: 28px;
		left: 188px;
		position: absolute;
	}
	#top_right_img {
		position: absolute;
		top: 0px;
		left: 451px;
	}
	#left_box_img {
		position: absolute;
		top: 145px;
		left: 0px;
	}

	#left_content_box {
		position: absolute;
		top: 145px;
		left: 15px;
		width: 145px;
		overflow: hidden;
		font-family: Verdana;
		font-size: 8pt;
		padding: 10px;
		text-align: left;
	}
	
	#main_content_container {
		position: absolute;
		top: 150px;
		left: 200px;
		
		width: 645px;
		height: 300px;
	}
	
	#main_content_table {
		table-layout: fixed;
		padding: 0px;
		margin: 0px;
		width: 645px;
	}
		#main_content_cell {
			font-family: Verdana;
			font-size: 8pt;
			padding-right: 20px;
			vertical-align: top;
			height: 320px;
			min-height: 320px;
		}
	
	#footer_row {
		position: relative;
		left: -20px;
		width: 676px;
		height: 36px;
		margin-top: 10px;
		background-image: url("/images/footer_balken.gif");
	}
	
	#footer_navi_table {
		position: relative;
		padding-left: 20px;
		top: -3px;
	}
	#footer_navi_table td {
		width: 100px;
		text-align: center;
		padding-top: 7px;
		font-family: Verdana;
		font-size: 10pt;
	}
	#footer_navi_table td a {
		color: #000000;
		text-decoration: none;
	}
	#footer_navi_table td a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	#top_navi_table {
		position: absolute;
		top: 112px;
		left: 270px;
	}
	#top_navi_table td {
		width: 112px;
		height: 25px;
		font-family: Verdana;
		font-size: 10pt;
		text-align: center;
		padding: 0px;
		margin: 0px;
		cursor: pointer;
	}
	#top_navi_table td a {
		color: #000000;
		text-decoration: none;
	}
	.top_navi_selected {
		background-image: url('/images/button_selected.png');
	}
	.top_navi_button {
		background-image: url('/images/spacer.gif');
	}
	
	#xml_valid_box {
		position: absolute;
		top: 430px;
		left: 20px;
		font-family: Verdana;
		font-size: 7pt;
	}
	
	
h1 {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
}

h2 {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

h3 {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
	

a {
	text-decoration: underline;
	color: #000000;
}

.csc-textpic-caption {
	font-size: 8pt;
}

.inf_references_table {
	border-collapse: collapse;
}

	.inf_references_table td {
		padding: 4px;
		vertical-align: top;
	}

	.inf_references_table_head_row td {
		font-weight: bold;
	}
	.inf_references_table_head_row_add_info {
		font-weight: normal;
		font-style: italic;
	}

	.inf_references_table_content_row_A {
		background-color: #fbfdff;
	}
	.inf_references_table_content_row_B {
		background-color: #e8ecef;
	}
	.inf_references_table_content_title {
		font-weight: bold;
	}
	.inf_references_table_content_categories {
		font-style: italic;
	}
	.inf_references_table_spacer_row_A td {
		background-color: #FFFFFF;
		height: 4px;
		padding: 0px;
		margin: 0px;
	}
	.inf_references_table_spacer_row_B td {
		background-color: #FFFFFF;
		height: 10px;
		padding: 0px;
		margin: 0px;
	}
	