/* Basics */
	body {
		color: #fff;
		font-size: 13px;
	}
	.wrapperTop {
		margin-bottom: 0;
	}
	.wrapper {
		background: #043958; /* L */
	}
	.wrapperBottom {
		margin: 2px auto;
		width: 950px;
		text-align: left;
		background: #E25027;
	}
	/* Navigation */
	.outer1 {
		margin-left: 0;
		background: transparent; /* R */
	}
	/* Content */
	.outer0 {
		margin-left: 0; /* L */
		margin-right: 0; /* R */
	}
	/* Teaser */
	.outer2 {
		margin-right: 0;
		background: transparent; /* C */
	}
	.wrap-cl {
		width: 950px; /* C + L  */
	}
	.left {
		width: 0;
	}
	.center {
		width: 950px;
		min-height: 190px;
	}
	* html .center {
		height: 190px;
	}
	.right {
		display: none;
	}
/* << */


/* Absaetze */
	div.absatz4-nr1,
	div.absatz4-nr2,
	div.absatz4-nr3,
	div.absatz4-nr4 {
		position: absolute;
		left: auto;
		top: auto;
		z-index: 190;
	}
	
	div.headline {
		display: none;
	}
	
	div.intext {
		position: absolute;
		top: 50px;
	}
	
	div.absatz4-nr1 div.htmlcont,
	div.absatz4-nr2 div.htmlcont,
	div.absatz4-nr3 div.htmlcont,
	div.absatz4-nr4 div.htmlcont {
		position: absolute;
		left: 35px;
		top: auto;
		width: 190px;
	}
	
	div.absatz4-nr2 div.htmlcont {
		left: 265px;
	}
	
	div.absatz4-nr3 div.htmlcont {
		left: 495px;
	}
	
	div.absatz4-nr4 div.htmlcont {
		left: 725px;
	}
	
	/* Backend */
	#HTML_2_1, #HTML_2_2, #HTML_2_3, #HTML_2_4 {
		height: 120px;
	}
/* << */


/* Hauptnavigation */
	/* Ebene 1 */
		div#mnavi ul.e1 {
			top: 10px;
			background: transparent;
		}
		
		div#mnavi ul.e1 li /* all */ {
			padding: 0 0 0 20px;
		}
		
		div#mnavi a.e1p, /* closed */
		div#mnavi a.e1a, /* active */
		div#mnavi a.e1o, /* open */
		div#mnavi a.e1oa /* open active */ {
			color: #fff;
			width: 195px;
			background: url(../images/nav1Start.gif) left 8px no-repeat;
			height: 160px;
		}
		* html div#mnavi a.e1p, /* closed */
		* html div#mnavi a.e1a, /* active */
		* html div#mnavi a.e1o, /* open */
		* html div#mnavi a.e1oa /* open active */ {
			width: 210px;
		}
		
		div#mnavi a.e1p:hover, div#mnavi a.e1a:hover, div#mnavi a.e1o:hover, div#mnavi a.e1oa:hover,
		div#mnavi a.e1o, div#mnavi a.e1a, div#mnavi a.e1oa {
			background-position: left -294px;
			color: #E25027;
		}
/* << */

	div.bottom div.standard {
		padding: 3px 20px 3px 20px;
		text-align: center;
		color: #fff;
		font-weight: bold;
	}
	
	.teaser {
		position:absolute;
		left:auto;
		top:280px;
		z-index:5000;
		display:inline;
		width:300px !important;
		height:90px !important;
		margin-left:30px;
	}
	
	.teaser .inteaser {
		display:inline !important;
		padding:0;
		margin:0;
	}
	
	.teaser .inteaser .start-headline .intext {
		position:absolute;
		top:15px;
		left:0;

	}
	
	.teaser .inteaser .start-headline .intext .headline {
		display:inline !Important;
	}
	
	.teaser .inteaser .start-headline .intext .headline h2 {
		color:#fff;
		font-size:25px;
		line-height:110%;
	}
	
	.illustration {}