/******* this css includes css hacks *******/

/******* the following css hacks are used within the stylesheets directly *******/
/* tan hack (only interpreted by for ie and mac ie): */ 
/* * html .element */

/* mac hack (anything between theses two comments is hidden from mac ie): */
/* \*/ /* */ 

/******* clearing problems - use .area *******/
/* 
- stretch the surrounding area (div) over all included floating elements
- "How To Clear Floats Without Structural Markup", source and explanation: http://www.positioniseverything.net/easyclearing.html
*/
/* ignored by win ie */
.area:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.area {display: inline-table;} 
/* hide from mac ie5 \*/
* html .area {height: 1%;} 
*+html .area {height: 1%;}
.area {display: block;}
/* end hide from mac ie5 */

/******* ie: don't create space around checkboxes and position checkboxes like mozilla *******/
* html input.inputCheckbox, * html input.inputRadio { /* ie6 */
	margin: -4px 0 0 -3px;
}
*+html input.inputCheckbox, *+html input.inputRadio { /* ie7 */
	margin: -4px 0 0 -3px;
}

/******* ie: break words *******/ 
/* the following definitions only work for ie, it is valid css css for ie but not realized by css validator, 
it has normally to be set directly within html
<!--[if gte IE 5]>
  	<style type="text/css">
	</style>
<![endif]-->
but this not possible with the branding concept
*/
* html body {
	word-wrap: break-word; /* wrap words that are too long, Explorer 5+ Windows only */
}


* { /* exclude browser incompatibilities */
	margin: 0;
	padding: 0;
}

.aufzieher {
	width: 900px;
	height: 0px;
}
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(bilder/hintergr_unten.jpg);
	background-position: top left;
	background-repeat: repeat;
}

#header, #content {
	float:left;
	clear:both;
}
#header {
	background-image: url('bilder/bg_header.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	height: 172px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

*+html #header {
	background-image: url('bilder/bg_header.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	height: 172px;
	margin: 0px;
	padding: 0px;
	width: 900px;
	width:expression(document.body.clientWidth < 900?"900"+"px": "auto" );
	overflow:hidden;     /* wichtig */
}

#content {
	width: 100%;
}

	#header .bild {
	/* background-image: url('bilder/haus.jpg'); */
	background-repeat: no-repeat;
	background-position: top left;
	height: 172px;
	width: 241px;
}



#header .header_content {
	height: 172px;
	width: 700px;
}

	#header .header_logo {
	/* background-image: url('bilder/logo.jpg'); */
	background-repeat: no-repeat;
	background-position: top right;
	height: 126px;
	width: 180px;
}

	#header .header_slogan {
	width: 450px;
	height: 126px;


}

.headlinks {
	margin-left: -60px;
}

	
#header .content_top, #header .navigation {
	float: none;
width: 700px;
}

	
#header .navigation {
	position: absolute;
	top: 140px;
	left: 250px;

	min-width: 750px; /* Für moderne Browser */
}

*+html #header .navigation {
	width: 700px;
}

#header .navigation a {
	font-weight: normal;
	font-size: 17px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
	margin: 0px 10px;
	color: #000;
}

	
#header .navigation a:hover {
	font-weight: normal;
	font-size: 17px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
	margin: 0px 10px;
	color: #6e6e6e;
}

#header .bild, #header .header_content, #header .header_slogan, #header .header_logo {
	float: left;
}

.ueberschrift_top {
	margin-left: 160px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 20px;
}

.ueberschrift{
	margin-left: 160px;	
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 18px;
	
}

.text{
	margin-left: 160px;	
	font-weight: normal;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
}

.text_gross{
	margin-left: 180px;
	margin-right: 100px;	
	font-weight: normal;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}

.dtvbild {
	margin-left: 110px;
	margin-top: 8px;
}
