/* hide from ie on mac \*/
	
html {		
	height: 100%;
	overflow: auto;
}

/* end hide */


body{
	background-color:#000;
	font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size:12px;
}

a{
	color:#fff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1,p{
	margin:0;padding:0;
}
	

#content{
	width:810px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-250px 0 0 -400px;
	z-index: 100;
}

#content #top{
	height:94px;
}

	#content #top #logo{
		float:left;
		width: 280px;
		height: 76px;
		text-indent: -3000px;
		margin-top: 18px;
	}
	#logo a{
		background: url(../img/logo.gif) no-repeat;
		height: 76px;
		widows: 280px;
		outline: none;
		display: block;
		text-decoration: none;
	}

	#content #top #navi{
		margin:70px 0 0 10px;
		float:right;
	}
	#navi li{
		float: left;
		display: block;
		border-right: 1px solid #fff;
		padding-left: 20px;
	}

	.navHome{
		background:url(../img/navi_home.jpg) no-repeat bottom;
		width:45px;
	}
	.navPhilosophie{
		background:url(../img/navi_philosophie.jpg) no-repeat bottom;
		width:83px;
	}
	.navAnfahrt{
		background:url(../img/navi_anfahrt.jpg) no-repeat bottom;
		width:58px;
	}
	.navHome:hover,
	.navPhilosophie:hover,
	.navAnfahrt:hover,
	.active{
		background-position: top;
	}
	
	#content #top #navi a{
		height: 17px;
		text-indent: -3000px;
		outline: none;
		float: left;
		margin: 0 20px 0 0;
		display: block;
	}

#content #inhalt{
	float:left;
	border:5px solid #fff;
	background-color:#fff;
	clear:both;
	overflow:hidden;
	width: 800px;
}
#banner{
	width: 535px;
	height: 323px;
	display: block;
	float: left;
}

	#content #inhalt #foto{
		clear: both;
		float:left;
		width:535px;
	}

	#content #inhalt #text{
		width:265px;
		float:left;
		font-family: Verdana;
		background-color: #ccc;
	}

	#content .replace{
		width:100%;
	}
	.replace_txt{
		display:block;
		text-indent:-3000px;
	}
	

#content #footer ul{
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	color:#777;
	font-size:11px;
}
#content #footer ul li{
	float: left;
	border-right: none;
	color:#777;
	font-size:11px;
}
#content #footer ul li a{
	color:#777;
	font-size:11px;
}

	#content #footer #slogan{
		float:right;
		margin-top:10px;
	}
	
#bgrd{
	background: url(../img/blumies.jpg) no-repeat;
	width: 1149px;
	height: 597px;
	z-index: 50;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -372px 0 0 -495px;
}
