/* Basics */
	.wrapper {
		background: transparent; /* L */
	}
	/* Navigation */
	.outer1 {
		margin-left: 0;
		background: transparent ; /* R */
	}
	/* Content */
	.outer0 {
		margin-left: 0; /* L */
		margin-right: 0; /* R */
		background: transparent;
	}
	/* Teaser */
	.outer2 {
		margin-right: 0;
		background: transparent url(../images/start_contBg.gif) center top no-repeat; /* C */
	}
	.wrap-cl {
		width: 976px; /* C + L  */
	}
	.left {
		display: none;
	}
	.center {
		width: 976px;  /* C */
		padding-top: 0;
		padding-bottom: .1em;
		min-height: 700px;
	}
	* html .center {
		height: 700px;
	}
	.right {
		display: none;
	}
	.incenter {
		margin: .6em .6em 0 .7em;
		border-bottom: 1px solid #e3e3e3;
		height: 390px;
	}
/* << */


/* Absaetze */
	div.boxes div.box {
		float: left;
		width: 296px;
		margin-top: 390px;
		margin-right: 33px;
	}
	
	div.boxes div.first {
		clear: both;
	}
	div.boxes div.last {
		margin-right: 0;
		float: right;
	}
	div.boxes div.box .headline {
		background: url(../images/start_title.gif) top left no-repeat;
		background-image: url(../images/start_title.gif);
		height: 41px;
		cursor: pointer;
	}
	
	div.boxes div.box .headline h3 {
		padding: 6px 0 0 15px;
		display: block;
	}
	
	div.boxes div.box .headline a {
		color: #363332;
	}
	
	div.boxes div.box .htmlcont {
		display: none;
		background: url(../images/start_cont.gif) top left repeat-y;
	}
	div.boxes div.box .htmlcont div {
		background: url(../images/start_cont_bottom.gif) bottom left no-repeat;
		padding: .5em 1em;
	}
/* << */


/* Logo */
	div.logo div.inlogo {
		width: 100%;
	}
	div.logo img {}
/* << /*


/* Illustration */
	div.illustration {
	}
	div.illustration div.inillu {
		position: absolute;
		top: 147px;
		left: 24px;
		width: auto;
	}
	*+html div.illustration div.inillu {
		height: auto;
		overflow: visible;
	}
/* << */


/* Hilfsnavigation */
	div.HilfsNav ul {
		width: 100%;
	}
/* << */