/* DATEI: style.css */

body  { 
	padding: 0; 
	margin: 20pt;
	margin-left: 25pt;
	vertical-align:top; 
	font-weight:normal;
	background:#FFFFFF;
	}
	
form {
	margin:0; 
	padding:0;
	border:0;
	}

input, textarea { 
	padding: 1px;
	border:1px solid #414042;   
	background-color:#ffffff;
	}
  
select { 
	border:1px solid #414042;  
	background-color:#ffffff;
	}
  
option { 
	border:0;
	background-color:#ffffff;
	}
  
.input_checkbox { 
	border:0;
	background-color:transparent;
	}

.input_button { 
	padding:0;
	font-weight:bold;
	}
	
ol { padding:0px; margin:0px; padding-top:2px; padding-bottom:2px; margin-left:25px; }
ul { padding:0; margin:0; padding-top:2px; padding-bottom:2px; margin-left:18px; list-style-image:none; list-style-type: disc; }
hr { color:#666666; background-color:#666666; height:1px; margin-right:0; text-align:right; border:0; }
li { margin:2px; }
.li_h2 { margin-top:12px; font-weight:bold; color:#000000; }

img { border:0; }
.img_content { border:1px solid #666666; margin-bottom:6px; }
.img_icon { vertical-align:text-bottom; margin-right:10px; }
.img_title { vertical-align:text-bottom; margin-right:6px; }
.img_float { float:left;margin-right:10px; margin-bottom:5px; }

/* --- */

/* TABLES */

table { 
	padding:0; 
	margin:0;
	border:0;
	empty-cells:show;
	vertical-align:top;
	}
	
td { 
	vertical-align:top;
	text-align:left;
	}
	
.table_gallery { border:0; width:100%; }
.td_gallery_1 { padding:0; padding-bottom:12px; color:#414042; }
.td_gallery_n { padding:0; padding-bottom:12px; padding-left:12px; color:#414042; }

.table_list { border:0; }
.td_list_1 { padding:2px; padding-left:0; border-bottom:1px solid #414042; color:#414042; }
.td_list_n { padding:2px; padding-left:12px; border-bottom:1px solid #414042; color:#414042; }

/* LAYERS */

div { 
	padding: 0; 
	margin: 0;
	border: 0;
	background:transparent;
	}

#div_hcontainer { text-align:left; }
#div_hcenter { position:relative; margin:0; width:100%; }

#div_bottom { display:none; visibility:hidden; left:0; top:0; width:0; height:0; overflow:hidden; }
#div_header { display:none; visibility:hidden; left:0; top:0; width:0; height:0; overflow:hidden; }
#div_statnav { display:none; visibility:hidden; left:0; top:0; width:0; height:0; overflow:hidden; }
#div_langnav { display:none; visibility:hidden; left:0; top:0; width:0; height:0; overflow:hidden; }
#div_subnav { display:none; visibility:hidden; left:0; top:0; width:0; height:0; overflow:hidden; }
#div_mainnav { display:none; visibility:hidden; left:0; top:0; width:0; height:0; overflow:hidden; }
#div_partner { display:none; visibility:hidden; left:0; top:0; width:0; height:0; overflow:hidden; }
#div_gvb { display:none; visibility:hidden; left:0; top:0; width:0; height:0; overflow:hidden; }
#div_quiz { display:none; visibility:hidden; left:0; top:0; width:0; height:0; overflow:hidden; }
#div_bg_nav { display:none; visibility:hidden; left:0; top:0; width:0; height:0; overflow:hidden; }

#div_popcontent { position:relative; z-index:20; left:0; top:0; width:auto; height:auto; overflow:visible; visibility:visible; }

#div_container { position:relative; z-index:20; left:0; top:0; width:auto; height:auto; overflow:visible; visibility:visible; }
	#div_content { position:relative; z-index:24; left:0; top:5pt; width:auto; height:auto; overflow:visible; padding:2px; visibility:visible; }

.div_flash { z-index:99; }
#div_skipflash { display:none; visibility:hidden; left:0; top:0; width:0; height:0; overflow:hidden; }

#div_print_header { display:block; position:relative; z-index:19; left:0; top:0; width:100%; visibility:visible; }
#div_print_footer { display:block; position:relative; z-index:19; left:0; top:0; width:100%; visibility:visible; }
/* special for MS-IE6: (width + padding + border) */
 * html #div_print_footer { width:95%; }

#div_devel_monitor { display:none; visibility:hidden; left:0; top:0; width:0; height:0; overflow:hidden; }
/* --- */

/* fleXcroll */
.scrollgeneric {
	display:none;
}

.flexcroll, .mcontentwrapper, .contentwrapper {
	position: relative !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	top: 0 !important;
	overflow: visible !important;
}
/* --- */

/* FONTS */

body, table, th, td, div, form, input, textarea, select, option, .txt_normal {
	font-size:10pt;
	font-family: "Courier New", Courier, monospace;
	font-style:normal;
	font-weight:normal;
	line-height:14pt;
	color:#000000;
}


h1, .title {
	padding:0;
	margin:0;
	font-size:11pt;
	font-weight:bold;
	letter-spacing:1px;
	line-height:18pt;
}

h2, .subtitle {
	padding:0;
	margin:0;
	font-size:10pt;
	font-weight:bold;
	line-height:17pt;
	color:#333333;
}

h3, .subtitle2 {
	padding:0;
	margin:0;
	font-size:10px;
	font-weight:bold;
	line-height:15pt;
	color:#000000;
}

.title_big {
	padding:0;
	margin:0;
	font-size:12pt;
	font-weight:bold;
	letter-spacing:1px;
	line-height:20pt;
}
.txt_big {
	font-size:11pt;
}
.txt_small {
	font-size:9pt;
}
.txt_admin {
	color:#000000;
}
.txt_error {
	font-style:italic;
	color:#CC0000;
	text-decoration:underline;
}
.txt_box {
	display:block;
	margin-left:25pt;
	margin-right:25pt;
	padding:2px;
	border-top:1px dashed #000000;
	border-bottom:1px dashed #000000;
}
.txt_box_small {
	display:block;
	font-size:9pt;
	line-height:15pt;
	margin-left:25pt;
	margin-right:25pt;
	padding:2px;
	border-top:1px dashed #000000;
	border-bottom:1px dashed #000000;
}
.txt_filetype {
	font-size:9pt;
	color:#666666;
	white-space: nowrap;
}
	
p { 
	padding:0;
	margin:0;
	}

em {
	font-style:italic;
}

.txt_small_italic {
	font-size:9pt;
	font-style:italic;
}

strong { 
	font-weight:bold;
	}
	
a:link, a:visited, a:active { 
	color:#FF0000;
	text-decoration:underline;
	}
	
a:hover { 
	text-decoration:none;
	}
/* --- */