/**	style used for both examples **/

		.menu { 
			height: 80px;
			display: block;
		}

		.menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.menu ul li {
			/* width and height of the menu items */  
			float: left;
			overflow: hidden;
			position: relative;
			text-align: center;
			line-height: 80px;
				}

		.menu ul li a {
			/* must be postioned relative  */ 
			position: relative;
			display: block;
			width: 196px;
			height: 80px;
			font-family: Arial;
			font-size: 11px;
			font-weight: bold;
			letter-spacing: 1px;
			text-transform: uppercase;
			text-decoration: none;
			cursor: pointer;
		}

		.menu ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 196px;
		}

		.menu ul li a span.out {
			top: 0px;
		}

		.menu ul li a span.over,
		.menu ul li a span.bg {
			/* hide */  
			top: 80px;
		}

	

		
		#menu {
			background: #111111;		
		}
		
		#menu ul li a {
			color: #FFFFFE;
		}

		#menu ul li a span.over {
			background: #FFFFFE;
			color: #111111;
		}
		
		
		


		
		
		
			
		/**	topicseiten **/

		.topic { 
			height: 40px;
			display: block;
		}

		.topic ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.topic ul li {
			/* width and height of the topic items */  
			float: left;
			overflow: hidden;
			position: relative;
			text-align: center;
			line-height: 40px;
		}

		.topic ul li a {
			/* must be postioned relative  */ 
			position: relative;
			display: block;
			width: 163.333333333333px;
			height: 40px;
			font-family: Arial;
			font-size: 11px;
			font-weight: bold;
			letter-spacing: 1px;
			text-transform: uppercase;
			text-decoration: none;
			cursor: pointer;
		}

		.topic ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 163.333333333333px;
		}

		.topic ul li a span.out {
			top: 0px;
		}

		.topic ul li a span.over,
		.topic ul li a span.bg {
			/* hide */  
			top: -40px;
		}

		#topic {
		color: #FFFFFE;
			background: #111111;
		}

		#topic ul li a {
			color: #FFFFFE;
		}

		#topic ul li a span.over {
			color: #111111;
			background: #FFFFFE;
		}








	
		/**	subtopicseiten **/

		.subtopic { 
			height: 20px;
			display: block;
		}

		.subtopic ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.subtopic ul li {
			/* width and height of the subtopic items */  
			float: left;
			overflow: hidden;
			position: relative;
			text-align: center;
			line-height: 20px;
		}

		.subtopic ul li a {
			/* must be postioned relative  */ 
			position: relative;
			display: block;
			width: 163.333333333333px;
			height: 20px;
			font-family: Arial;
			font-size: 11px;
			font-weight: bold;
			letter-spacing: 1px;
			text-transform: uppercase;
			text-decoration: none;
			cursor: pointer;
		}

		.subtopic ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 163.333333333333px;
		}

		.subtopic ul li a span.out {
			top: 0px;
		}

		.subtopic ul li a span.over,
		.subtopic ul li a span.bg {
			/* hide */  
			top: -20px;
		}

		#subtopic {
			background: #111111;
		}

		#subtopic ul li a {
			color: #FFFFFE;
		}

		#subtopic ul li a span.over {
			color: #111111;
			background: #FFFFFE;
		}





/**	Commonseiten Fusszeile      **/

		.common { 
			height: 20px;
			display: block;
		}

		.common ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.common ul li {
			/* width and height of the common items */  
			float: left;
			overflow: hidden;
			position: relative;
			text-align: center;
			line-height: 20px;
		}

		.common ul li a {
			/* must be postioned relative  */ 
			position: relative;
			display: block;
			width: 163.333333333333px;
			height: 20px;
			font-family: Arial;
			font-size: 11px;
			font-weight: bold;
			letter-spacing: 1px;
			text-transform: uppercase;
			text-decoration: none;
			cursor: pointer;
		}

		.common ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 163.333333333333px;
		}

		.common ul li a span.out {
			top: 0px;
		}

		.common ul li a span.over,
		.common ul li a span.bg {
			/* hide */  
			top: -20px;
		}

		#common {
			background: #111111;
		}

		#common ul li a {
			color: #FFFFFE;
		}

		#common ul li a span.over {
			color: #111111;
			background: #FFFFFE;
		}

		
		
		
		