html, body { height:100%; }

body {
	padding-top:30px;
	margin:15;
	text-align:left;
	background-color: #FFFFFF;
	background-repeat:repeat-y;
	background-position:0px 0px;
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
}

/* global settings */
* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: square;
}

* h1,h2,h3,h4 {
	font-weight: bold;
}

* h1 { font-size: 16px; }
* h2 { font-size: 14px; }
* h3 { font-size: 12px; }
* h4 { font-size: 12px; }

* a {
	color: black;
	text-decoration: none;
}

/* Spezieller Stil für alle Tabellen des Typs "cotab" */
table.cotab {
	border: 1px solid black;
	font-size:10px;
}
table.cotab * th {
	text-align: left;
	font-size:10px;
	font-weight: bold;
	padding: 2px;
	border: 1px solid black;
}
table.cotab * td {
	font-size:10px;
	border: 1px solid black;
	padding: 2px;
}

#page_div {
	height: 100%;
}

#main_page_div {
	height: 100%;
}

#head_div {
	display: none;
}

#head_div_print {

}

#head_div_print table {
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
}

#main_navi {
	display: none;
}



#left_spacer {
display: none;
}


h1.content {
    color: #004940;
    font-size: 17px;
    font-weight: bold;
}

#right_spacer {
	display: none;
}

#boxspace_div {
	display: none;
}

#boxspace {
	display: none;
}

#URL_print {
	font-size: 13px;
	color: #666666;
}

#line_print{
	color: #004940;
	height: 1px;
}

#foot_div {
    font-style: oblique;
    text-align: center;
}