/* TOPMenu column */
#topmenu {	
	float:		right;
	height:	20px;
	margin-right:10px;
}
#topmenu ul {	
	margin:	0px;
	padding:	0px;
	list-style:	none;
}
#topmenu li {	
	float:		left;
	display:	block;
	position:	relative;
	top:		4px;
	padding:	0 5px 0 0;
	margin:	0;
	color:		white;
}
#topmenu li a {	
	text-decoration: none;
	color:		white;
}


#kopfbereich {
   background: #ffffff url(../images/kopfgrafik.jpg) bottom center no-repeat;
   height:178px;
   padding:0px;
   border:0px;
   color:white;
}
#kopfbereich p {
   padding: 5px 0 5px 0; 
   margin-bottom: 0; /* war 1em */
}

#kopfbereich a { text-decoration: none; outline: none;} 
#kopfbereich a:link { color: white; } 
#kopfbereich a:visited { color: silver; }
#kopfbereich a:hover, 
#kopfbereich a:focus {border-bottom: 1px dotted white; color: white }
#kopfbereich a:active { color: white; }

