	#navi.home {
		margin: 15px 0 0 15px;
		height: 40px;
		width: 520px;
		font-family: Arial, Verdana, Tahoma;
		font-size: 12px;
		font-weight: bold;
	}
	
	
	#navi.home td.button {
		background:  url(../images/button.gif) no-repeat 50% 50%;
		width: 117px;
		height: 40px;
		text-align: center;
		vertical-align: middle;
	}
	
	#navi.home p {
		width: 128px;
	}
	
	
	#navi {
		margin: 15px 0;
		height: 40px;
		width: 716px;
		font-family: Arial, Verdana, Tahoma;
		font-size: 12px;
		font-weight: bold;
	}
	
	
	
	#navi td.button {
		background: url(../images/button.gif) no-repeat 50% 50%;
		width: 147px;
		height: 40px;
		text-align: center;
		vertical-align: middle;
	}
	
	#navi p {
		width: 140px;
	}
	
	#navi a {
		color: #ddd7b5;
		text-decoration: none;
		display: block;
	}
	
	#navi a:hover {
		color: #ddd076;
	}
	
	#navi p.current a{
		color: #ddd076;
		text-decoration: none;
		display: block;
	}	
	
	a.datenschutz {
		color: #000;
		text-decoration: underline;
	}