<!--

	body { margin:0px; }

	.sub-div {
		position:relative; overflow:hidden; background-color:darkgrey;
		border-top-right-radius:30px; border-bottom-left-radius:30px; border-bottom-right-radius:30px;
		border-top:10px solid lightgrey; border-bottom:10px solid lightgrey; 
		font-family:Arial; font-size:14px; color:dimgrey;
		/* border hinzu rechnen - passend fuer IE 6+ */
		height:50px; width:650px;
	}
	html>body .sub-div {
		/* passend fuer alle anderen Browser */      
		height:30px; width:650px;
	}
	.sub-body { overflow:hidden; border:0px; }

	/* Fotoseite - Menue*/
	a.inactive {
		color:grey; text-decoration:none;
		font-family:Arial;
		border-style:solid;
		border-right-width:0; border-left-width:0;
		border-top-width:0px; border-bottom-width:1.5px;
		border-color:darkgrey;
		-webkit-transition: all 0.5s ease; transition: all 0.5s ease;
	}
	a.inactive:hover {
		color:dimgrey;decoration:none;
		background:url(images/menu_d_hl_2.png) center center no-repeat;
		background-size:100% 100%;
		font-family:Arial;
		border-style:solid;
		border-right-width:0; border-left-width:0; 
		border-top-width:0px; border-bottom-width:1.5px;
		border-color:dimgrey;
		}
	a.active {
		color:darkred; text-decoration:none;
		font-family:Arial; font-weight:normal;
		border-style:solid;
		border-right-width:0; border-left-width:0; 
		border-top-width:0; border-bottom-width:1.5px;
		-webkit-transition: all 0.5s ease; transition: all 0.5s ease;
	}

	.rubric {
		position:absolute; z-index:3; top:7px; left:10px; white-space:nowrap;
		font-family:Arial; font-weight:bold;
	}
	.menupoint {
		position: absolute; z-index:3; top:7px; z-index:3; white-space:nowrap;
		font-family:Arial;
	}

-->