
/* CSS Document */
* html, * html body {
	overflow:auto;
	height:100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 1cm 0 2, 5cm;
	color:#000;
	width:100%;
	line-height:0.6cm;
	font-size:11pt;
	background:none;
}

/**Funktionen *********************************************************/

.cleaner { display: none; }

.wrapper { width:100%; }

/**Gesamt********************************************************************/

a {
	text-decoration:none;
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#666;
	text-decoration:underline;
}

a img { border:none; }

.thickbox{display:none;}

/**LAYOUT********************************************************************/

* html #contentscroll { position:relative; }

#header {
	background:#fff;
	position:relative;
	padding-bottom:0;
}

*html #header { height:100%; }

#logo {display: none;}
span.printCompany{
	padding: 15px 10px 0 20px;
	font: bold 1.1em verdana, arial, sans-serif;
}

#header #head_titel img{display: none;}

#navi_wrap {
	background:#fff;
	width:100%;
}

#ticker { display:none; }

#content {
	float:none;
	background:none;
	width:100%;
	height:100%;
	padding:0;
	font-size:10pt;
/*	overflow:hidden;*/
}

#footer_container { display:none; }

* html #footer_container { display:none; }

#footer { display:none; }

#footer_zwei { display:none; }

.print_logo { }

/**Suche********************************************************************/		

#suche { display:none; }

/**Main Navi********************************************************************/								 


#mainnavi { display:none; }

/**Subnavi********************************************************************/

#subnavi { display:none; }

/** CONTENT TEMPLATES************************************************************/


.einspalter { margin: 0 0 0.5cm 0; }

.zweispalter { margin: 0 0 0.5cm 0; }

.zsp_l {
	float:none;
	width:100%;
	margin-right:0;
}

.zsp_r {
	float:none;
	width:100%;
	margin-bottom:0.5cm;
}

.dreispalter { margin: 0 0 0.5cm 0; }

.dsp_l, .dsp_m, .dsp_r {
	width:100%;
	float:none;
	margin-right:0;
	margin-bottom:0.5cm;
}

.image_title_yellow, .image_title_red, .image_title_grey { padding:0 5px 0 5px; }

.image_title_yellow { background:#fff; }

.image_title_red { background:#fff; }

.image_title_grey { background:#fff; }

table tr td { width:5cm; }

/** Txt Formatierungen*************************************************************************/

h1.head { display:none; }

h1 {
	font-size:12pt;
	margin:0 0 0.5cm 0;
}

.fett { font-weight:bold; }

