/********** default html tags **********/

html {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
}
body {
	height: 100%;
	color: inherit;
	background-color: inherit;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/body.gif);
	background-position: center;
	background-repeat: no-repeat;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input.checkbox {
	padding:0; 
	font-size:1%; 
	line-height:1%;   
}
input.radio {
	padding: 0 5px 0 0;
}
label {
	line-height: 20px;
}
table {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
tr {
	margin: 0;
	padding: 0;
}
td {
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	text-align: left;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
p {    
	clear: both;
	padding: 0;
	margin: 0 0 12px 0;
}
h1 {
	display: none;
}
h5 {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}
.print_pagetitle { 
	display: none;
}
.print_pagetitle_614 { 
	display: none;
}
.print_pagetitle_614_linklist { 
	display: none;
}
/********** special html tags **********/
.space {
	clear: both;
	margin-bottom: 5px;
}
.space10 {
	clear: both;
	margin-bottom: 8px;
}
.space9 {
    clear: both;
    margin-bottom: 8px;
}
.space16 {
	clear: both;
	padding-bottom: 16px;
}
.space15 {
	clear: both;
	/*padding-bottom: 15px;*/
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.navspacer {
	float: left;
	padding: 0 6px 0 6px;
}
.normal {
	font-weight: normal;
}
.noborder {
	border: 0;
}
.bold {
	font-weight: bold;
}
.form_spacer {
	clear: both;
}
/********** header **********/
.header_frame {
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0 21px 0 21px;
	width: 982px;
	height: 90px;
	background-image: url(../images/back_header.gif);
	background-repeat: no-repeat;
}
.header_left {
	float: left;
	width: 155px;
	height: 90px;
}
.header_middle {
	float: left;
	padding: 51px 0 0 0;
	width: 324px;
	height: 39px;
}
.header_tab {
	float: left;
	width: 160px;
	text-align: center;
	line-height: 39px;
}
.header_tab_spacer {
	float: left;
	width: 4px;
	height: 39px;
	background-image: url(../images/tab_abstand.gif);
	background-repeat: no-repeat;
}
.tab_inactive {
    background-image: url(../images/inactive_tab.gif);
	 background-repeat: no-repeat;
	 font-size: 14px;
	 font-weight: bold;
}
.tab_inactive a,
.tab_inactive a:link,
.tab_inactive a:active,
.tab_inactive a:visited,
.tab_inactive a:hover {
	color: #adadad;
	text-decoration: none;
}
.header_links {
	clear: both;
	font-size: 12px;
	color: #888;
	background-color: inherit;
	padding: 6px 0 0 12px;
	text-align: right;
}
.header_links a,
.header_links a:link,
.header_links ar:active,
.header_links a:visited  {
	color: #888;
	text-decoration: none;
}
/********** footer **********/
.footer_links a,
.footer_links a:link,
.footer_links ar:active,
.footer_links a:visited  {
	color: #999;
	text-decoration: none;
}
/********** Special Print Styles **********/
.printonly { display: none; }
.print_header_frame { display: none; }