	body {
		background-image:url(img/bg.gif);
		background-repeat:repeat-x;
		background-color:#787878;
		margin:0;
		padding:0;
	}
	#bg {
		margin:0 auto;
		padding:90px 0 0px 154px;
		position:relative;
		width:950px;
		height:600px;
		background-image:url(img/bg_fenster_2.gif);
		background-repeat:no-repeat;
	}
	#inner {
		width:640px;
		border:1px solid #fff;	
	}
	#inner img {
		border:none;
		display:block;
	}
	a.kamp {
		background-image:url(img/kamp.gif);
		background-repeat:no-repeat;
		width:320px;
		height:50px;
		display:block;
		float:left;
	}
	a.site {
		background-image:url(img/site.gif);
		background-repeat:no-repeat;
		display:block;
		width:320px;
		height:50px;
		float:left;

	}
	a:hover.kamp {
		cursor:pointer;
		background-image:url(img/kamp_hover.gif);
		background-repeat:no-repeat;
		width:320px;
		height:50px;
		display:block;
		float:left;
	}
	a:hover.site {
		cursor:pointer;
		background-image:url(img/site_hover.gif);
		background-repeat:no-repeat;
		display:block;
		width:320px;
		height:50px;
		float:left;
	}
	#links {
		float:left;
		width:640px;
		overflow:hidden;
	}
	#header {
		float:left;
		width:640px;
	}	
	.clear {
		clear:both;
	}
	span {
		display:none;
	}


