body {
   background: white;
   font-size: 11pt;
   font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #000;
}
a img {
	border: 0;
}
.no_print,
.description,
.nav,
.flash,
.col1,
.col3,
.recommend_form,
.tools,
.button,
.back_top_top,
.footer_nav,
.footer a,
.dbg,
.popup,
.path,
form,
.line,
.file,
.text span.mehr  {
   display: none;
}
.content,
.col1,
.col2,
.col3,
.container,
.content {
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}
h1.title {
	font-size: 2em; 
	font-weight: normal;
	margin: 0 0 1em 0;
}
.text span {
	display: block;
	color: #000;
	margin: 0.5em 0;
}
.text span.overview_title {
	font-weight: bold;
}
.text a {
	text-decoration: none;
}
.popup_link  {
	display: block;
	margin: 0 1em 1em 0;
	float: left;
	text-decoration: none;
}
.popup_link span {
	display: block;
	margin-bottom: 1em;
}
.text {
	margin: 0 0 1em 0;
}
.content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.content {
    display: inline-block;
}
html[xmlsn] .content {
    display: block;
}
* html .content {
    height: 1%;
}