div#wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}




/* -------- Header -------- */
div#header {
	height:162px;
	background:url(../images/balken-oben.gif) repeat-x;
}

p#skip {
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
}


	/* ####### Mini-Navigation ####### */
	div#header ul {
		width:24em;
		height:24px;
		list-style:none;
		color:#fff;
		float:right;
	}
		
	div#header ul li {
		color:#fff;
		text-decoration:none;
		margin:3px 5px 0 0;
		display:block;
		float:left;
	}
	
	div#header ul a {
		color:#fff;
		text-decoration:none;
		padding:0 0 0 5px;
	}
	
	div#header ul a:hover {
		text-decoration:underline;
		background:none;
	}
	
	div#header ul li.current a {
		text-decoration:underline;
	}
	
	
	/* ####### Eyecatcher ####### */
	div#eyecatcher {
		width:234px;
		height:133px;
		padding:0 0 0 8px;
		border-left:1px solid #c1c1c4;
		position:absolute;
		top:29px;
		right:0;
		background:url(../images/frau-mit-drucker.jpg) bottom right no-repeat;
	}
	



/* -------- Main -------- */
div#main {
	position:relative;
	background:url(../images/main-hg.gif) repeat-y;
}



/* -------- Content -------- */
div#content {
	width:467px;
	margin:0 242px;
	min-height:400px;
	background:url(../images/gelber-balken.gif) top right no-repeat;
	padding:15px 0 10px 0;
}

div#content:after {
	content:".";
	display:block;
	clear:both;
	font-size:1px;
	height:1px;
	visibility:hidden;
}


	div#content a, div#news a {
		padding:2px 3px;
	}
	
	div#content h2 {
		font-size:1.6em;
		margin:10px 0 10px 0;
		padding:0 8px 2px 8px;
		border-bottom:1px solid #c1c1c4;
	}
	
	div#content h3 {
		padding:0 0 2px 10px;
		font-weight:normal;
		font-size:1.3em;
		color:#C21900;
		margin:30px 0 10px 0;
	}
	
	div#content p {
		margin:0 0 15px 0;
		padding:0 8px;
	}
	
	div#content ul {
		list-style-type:none;
		margin:0 0 20px 10px;
	}
	
	div#content ul li {
		padding:0 0 0 10px;
		background:url(../images/kaestchen.gif) 0 0.6em no-repeat;
	}



/* -------- Gefloatete Spalten -------- */

div#navi-spalte {
	float:left;
	width:225px;
	padding:20px 0 0 0;
}

	div#navi-spalte h3 {
		font-weight:normal;
		color:#C21900;
		margin:30px 0 0 0;
		padding-left:5px;
	}
	
	div#navi-spalte a {
		background:transparent;
	}
	
	

	/* ####### Hauptnavigation ####### */
	div#navi-spalte ul {
		list-style:none;
		margin:0 0 20px 0;
	}
	
	div#navi-spalte ul a {
		display:block;
		background:#e6e6e6 url(../images/pfeil.gif) 10px 0.8em no-repeat;
		padding:2px 0 3px 28px;
		margin:0 0 2px 0;
		color:#000;
		text-decoration:none;
	}
	
	div#navi-spalte ul a:hover {
		text-decoration:underline;
		background-color:#ccc;
	}
	
	div#navi-spalte li.current a {
		color:#fff;
		background:#666 url(../images/pfeil-weiss.gif) 10px 0.8em no-repeat;
	}
	
	
	
	/* ####### Logos ####### */
	div#navi-spalte p {
		float:left;
	}
	
	p#kleine-logos {
		width:68px;
		padding:20px 20px 0 10px;
		text-align:center;
	}
	
	p#kleine-logos img {
		margin:0 0 15px 0;
	}
	
	p#logo-gross {
		width:122px;
		padding:5px 0 0 0;
	}



div#news {
	float:right;
	width:234px;
	padding:20px 0 0 0;
}

	div#news h2, div#news p {
		padding-left:10px;
	}
	
	div#news h3 {
		padding:0 0 2px 10px;
	}
	
	div#news p {
		margin:0 0 15px 0;
	}




/* -------- Footer -------- */
div#footer {
	min-height:52px;
	background:#333 url(../images/footer-hg.gif) top left repeat-x;
	clear:both;
	margin:10px 0 0 0;
	color:#fff;
	padding:8px 0;
}

	div#footer p {
		float:right;
		width:242px;
		padding:5px 0 3px 0;
	}
	
	div#footer p.borderleft {
		border-left:1px solid #8a8a8a;
		width:232px;
		padding:5px 0 0 10px;
	}
	
	div#footer a {
		color:#fff;
	}
	div#footer a:hover {
		color:#FFDE00;
		background:none;
		text-decoration:underline;
	}
