/* commented backslash hack v2 \*/
	html, body{
		height:100%;
	}
	/* end hack */
	body {
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.3em;
	}
	* {
		margin:0;
		padding:0;
	}
	h1{
		margin-bottom:1em;
		font:bold small-caps 2em/1em Garamond, Times, serif;
	}
	p{
	margin-bottom:1em;
	font-size:1.2em;
	color:#000000;
	}
	a{
	color:#0000FF;
	font-size:1.2em;
	text-decoration:none;
	}
	a:hover{
	color:#FF0000;
	font-style:oblique;
	}
	li{
		margin-bottom:.3em;
	}
	#outer{
	margin:0 120px -52px 250px;
	}
	#header{
	top:7px;
	width:1000px;
	height:105px;
	background:#555;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/logo5.jpg);
	position: absolute;
	}
	#header #logo{
		float:left;
		width:250px;
		height:50px;
		background:#000;
		color:#fff;
		margin:10px;
	}
	#header #ad{
		float:right;
		height:50px;
		width:500px; /* placeholder */
		text-align:right; /* placeholder */
		background:#000;
		color:#fff;
		margin:10px;
	}
	#header #navigation{
	float:left;
	clear:both;
	text-align:center;
	margin-top:100px;
	width:auto;
	margin-left: 253px;
	}
	#left *, #right *, #center *{
		padding:0 10px;
	}
	#left {
	position:relative;/*ie needs this to show float */
	width:250px;
	float:left;
	margin-left:-249px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
	}
	#left a{
	display:block;
	border:3px solid;
	border-color:#000000;
	padding:5px;
	width:130px;
	margin:0 0 5px 5px;
	text-decoration:none;
	background-color: #CCCCCC;/*Hintergrund von den Kästchen*/
	}
	#left a:hover{
	margin:0 0 6px 6px;
	border-color:#999999;
	}
	#right {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:right;
	margin-right:-149px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	text-align:left;
	margin-top: 30px;
	}
	#right .ad{
	width:110px;
	margin:0 0 0px 0px;
	height:50px;
	text-align:left;
	
	padding:0;
	color: #000000;
	float: left;
	}
	#right .ad{
		padding-top:15px;
		font-weight:bold;
	}
	#footer {
	width:100%;
	clear:both;
	height:50px;
	text-align:center;
	position:relative;
	padding:10px 0 0;
	background: #4f4d4d;
	background-color: #999999;
	}
	#footer p{
	margin:.25em 0 0;
	color:#ffffff;
	}
	#footer a, #header a{
		padding:3px;
	}
	#clearheader{
		height:117px;
	}/*needed to make room for header*/
	#clearfooter{
		clear:both;
		height:52px;
	}/*needed to make room for footer*/
	* > html #clearfooter {
		float:left;
		width:100%;
	}/* ie mac styles */
	#center {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;
	margin-top: 18px;
	}
	#center a{
		background:#fff;
		font-size:1em;
	}
	/* full height in Mozilla */
	html>body #minHeight{
		float:right;
		width:0px;
		height:100%;
		margin-bottom:-62px;
	}
