/* ------ START CSS FILE ------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ------ this global file defines print layout -------------------- */
/* ------ for all content files ------------------------------------ */
/* ----------------------------------------------------------------- */



/* ------ GLOBAL SETTINGS ------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}


/* ------ BODY ----------------------------------------------------- */

body {
	font-family: serif;
	font-size: 1em;
	color: #000000;
	background: transparent;
}


/* ------ MAIN LAYOUT ---------------------------------------------- */

#header {
	display: none;
}

#mainmenu {
	display: none;
}

#content {
	margin: 0;
	padding: 0;
}

#teaserboxes {
	display: none;
}

#backtotop {
	display: none;
	clear: both;
}

.float_left {
	float: left;
}


/* ------ SUB LAYOUT ----------------------------------------------- */

#hidelefttop {
	display: none;
}

#showstrokemenu {
	display: none;
}

h3 {
	margin: 1em 0 1em 0;
	padding: 1em 0 0 0;
	font-size: 1.4em;
	border-top: 1px solid #000000;
}

h4 {
	margin: 0 0 1em 0;
	font-size: 1.2em;
}

.showline {
	padding: 1em 0 0 0;
	border-top: 1px solid #000000;
}

.report_images_main {
	margin: 0 5px 5px 0;
	width: 242px;
	text-align: center;
	background-color: #ffffff;
	float: left;
}

#content .report_images_bg {
	background-color: #999999;
	margin: 0;
}

.report_images_bg img {
	border: 1px solid #000000;
}

#content .report_images_text {
	margin: 0;
	padding: 3px;
	text-align: left;
	font-size: 0.75em;
}

.cleaner {
	clear: both;
}


/* ------ LINK STYLE ----------------------------------------------- */

a:link {
	color: #333333;
	text-decoration: underline;
}


/* ------ FONT STYLE ----------------------------------------------- */

p {
	margin: 0 0 1em 0;
	line-height: 1.4em;
}

.small {
	font-size: 0.9em;
}

.rightside {
	text-align: right;
}

.rightside_small {
	text-align: right;
	font-size: 0.9em;
}

.middleside {
	text-align: center;
}

.middleside_small {
	text-align: center;
	font-size: 0.9em;
}

.list_ul {
	margin: 0 0 1em 3em;
	line-height: 1.4em;
	list-style-type: square;
}

.sublist_ul {
	margin: 0 0 0 3em;
	line-height: 1.4em;
}

.list {
	margin: 0 0 1em 3em;
	line-height: 1.4em;
}

.sublist {
	margin: 0 0 0 3em;
	line-height: 1.4em;
}


/* ------ TABLE STYLE ---------------------------------------------- */

table {
	margin: 0 0 1em 0;
	border: 1px solid #000000;
	border-collapse: separate;
	empty-cells: show;
	border-spacing: 1px;
	font-size: 1em;
	background: transparent;
}

.table_white {
	background: transparent;
}

.table_noborder {
	margin: 0 0 1em 0;
	border: none;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 1px;
	font-size: 1em;
	background: transparent;
}

.table_noborder thead, .table_noborder tfoot {
	color: #000000;
	background: transparent;
}

.table_noborder th, .table_noborder td {
	padding: 4px 6px 4px 0;
	line-height: 1.4em;
}

th, td {
	padding: 4px;
	line-height: 1.4em;
}

caption {
	padding: 0 0 0.5em 0;
	text-align: left;
	font-weight: bold;
	caption-side: top;
}

thead, tfoot {
	text-align: left;
	font-weight: normal;
	color: #000000;
	background: transparent;
}

.bg_colored_white {
	background: transparent;
}

.bg_colored {
	background-color: #dfdfdf;
}


/* ------ IMAGE STYLE ---------------------------------------------- */

.image_float_left {
	margin: 1em 1em 1em 0;
	border: 1px solid #000000;
	float: left;
}

.image_float_left_direct {
	margin: 0;
	border: 1px solid #000000;
	float: left;
}

.image_float_right {
	margin: 1em 0 1em 1em;
	border: 1px solid #000000;
	float: right;
}

.image_float_right_direct {
	margin: 0;
	border: 1px solid #000000;
	float: right;
}

.image_float_left_noborder {
	margin: 1em 1em 1em 0;
	float: left;
}

.image_float_right_noborder {
	margin: 1em 0 1em 1em;
	float: right;
}

.image_border {
	border: 1px solid #000000;
}


/* ------ INFOBOX STYLE -------------------------------------------- */

.infobox {
	padding: 0.75em;
	width: 170px;
	margin: 1em 1em 1em 0;
	border: 1px solid #000000;
	background-color: #dfdfdf;
	font-size: 0.8em;
	float: left;
}

.infobox_right {
	padding: 0.75em;
	width: 170px;
	margin: 1em 0 1em 1em;
	border: 1px solid #000000;
	background-color: #dfdfdf;
	font-size: 0.8em;
	float: right;
}


/* ------ FORM STYLE ----------------------------------------------- */

#search_form {
	margin: 0 0 1em 0;
	line-height: 1.4em;
}

#search_form fieldset {
	padding: 0.5em;
	border: 1px solid #000000;
}

#search_form legend {
	color: #000000;
}

#search_form input {
	padding: 1px;
	color: #000000;
	background-color: #dfdfdf;
	border: 1px solid #000000;
}

#search_form .submit_button {
	padding: 1px;
	border: 1px solid #000000;
	font-weight: bold;
	font-size: 0.9em;
}

.search_orange {
	color: #000000;
}

.search_red {
	color: #333333;
	background-color: #dfdfdf;
}



/* ------ END CSS FILE --------------------------------------------- */