h2 {
		font-size:2em;
		border-bottom:1px solid black;
}
	
h3 {
		margin-top:2em;
}
	
	.leiterbox {
				background-image:url('bilder/bg-leiter.png'); 
				background-repeat:no-repeat;
				background-position:center;
				height:220px;
				width:180px;
				font-size:0.8em;
				text-align:center;
				padding: 10px 5px 10px 5px; 
				margin:0px 0px 2px 0px;
	}
	ul {

	}
	#menue {
			list-style:none;
		text-align:left;
		width:700px;
		margin:auto;
		margin-bottom:-1px;
		
	}
	#kopf {
		margin-bottom:20px;
		border-bottom:1px solid black;
		text-align:right;
		width:100%;
	}
	
	#inhalt {
		border:1px solid black;
		background-color:#eeeeee;
		width:700px;
		margin:auto;
		padding:5px;
		font-size:0.9em;
		text-align:left;
	}
	#menue li {
		display:inline;
		padding: 3px;
		border-top:1px solid black; 
		border-left:1px solid black;
		border-right:1px solid black;
		border-bottom:1px solid black;
		background-color:white;
		width:200px;
	}
	li#current{
		border-bottom:1px solid #eeeeee;
		background-color:#eeeeee;
	}
	#menue li a {
		
		text-decoration:none;
		font-size:0.9em;
	}
	
	#menue li a:hover {
		width:200px;
		background-color:gray;
		color:yellow;
	}
	body {
		text-align:center;
		font-family:Verdana;
	}