/* DATEI: style.css */

/* GENERAL  */

body  { 
	padding: 0; 
	margin: 0;
	background:#fff;
	}

ol { padding:0px; margin:0px; padding-top:2px; padding-bottom:2px; margin-left:25px; }
ul { padding:0px; margin:0px; padding-top:2px; padding-bottom:2px; margin-left:18px; }
/* ul { padding:0; margin:0; padding-top:2px; padding-bottom:2px; margin-left:18px; list-style-image: url(ul_black_M.gif); } */
hr { color:#352a1d; background-color:#352a1d; height:1px; margin-right:0; text-align:right; border:0; }
li { margin:2px; }

img { border:0; }
img.img_floatLeft { float:left; margin-right:15px; margin-bottom:5px; }
img.img_floatRight { float:right; margin-left:15px; margin-bottom:5px; }
.clear_float { clear:both; }
.img_icon { vertical-align:text-bottom; margin-right:5px; }
div.teaser img { margin-bottom:5px; }
div.ce_text img { margin-bottom:5px; }
/* --- */

/* LAYERS */

div { 
	padding: 0; 
	margin: 0;
	border: 0;
	background:transparent;
	}

body {  background:#fff; }

#wrap_main {  }
	#div_main {  }

#div_header { display:none; }

#div_content { position:relative; left:20pt; top:5pt; width:95%; min-height:auto; padding:0; /* background:#eee; */ }
/* special for MS-IE 6: */ * html #div_content { height:auto; }
	#div_containerLeft { display:none; }
	#div_containerMiddle { position:relative; left:0; top:0; margin-top:0; width:auto; float:none; overflow:visible; background:#fff; /* background:#dde; */ }
		#div_contentMiddle  { position:relative; left:0; top:0; width:auto; padding:0; /* background:#efe; */ }
	#div_containerRight { display:none; }
	
#div_print_header { display:block; }
#div_print_footer { display:block; }

#div_devel_monitor { display:none; }
/* --- */
	
/* FONTS */

body, table, th, td, div, form, input, textarea, select, option, .txt_normal {
	font-size:10pt;
	line-height:14pt;
	
	/* for IE: font-size:11pt\9 */ 
}

h1, .title {
	font-size:11pt;
	line-height:16pt;
	/* letter-spacing:0.03em; */ 
}

h2, .subtitle {
	font-size:10pt;
	line-height:14pt;
}
h3, h4, h5, h6 {
	font-size:10pt;
	line-height:14pt;
	
}
	
.txt_big {
	font-size:11pt;
}
.txt_small {
	font-size:9pt;
}
.txt_smaller {
	font-size:8pt;
}
.download_icon {
	font-size:8pt;
}
/* --- */