/* - horizontalBasisNavigation.css ------------------------------------------------------- */
/*                                              Seiteninhalt innerhalb des Scrollbereichs  */

body, p a 		{			font: 		normal 100.01% Helvetica, Arial, sans-serif;
						color: 		black;
						background-color: #ffffe0;
  			}

div#horizont1	{			width: 		755;
                        		height:		21.0mm;
                        		background-color: #E0E0FF;
						z-index: 		2;
		 	}
div#horizont2	{			width: 		755;
                        		height:		31.8mm;
                        		background-color: #E0E0FF;
						z-index: 		2;
		 	}
div#horizont3	{			width: 		755;
                        		height:		42.5mm;
                        		background-color: #E0E0FF;
						z-index: 		2;
		 	}

ul#Navigation	{ 			margin: 		0;
		  				padding: 		5px;
		  				text-align: 	center;
		  				border: 		0px solid black;
		  				background-color: #E0E0FF;
			}

ul#Navigation li	{ 			list-style: 	none;
		  				display: 		inline;
		  				margin: 		0;
		  				padding: 		0px;
			}

ul#Navigation a, ul#Navigation span {float: 		left;
						width: 		7em;
						margin: 		0.3em;
						text-decoration: 	none;
						font-size: 		11.4pt;
						padding: 		2px;
						border: 		1px solid #999999;
						border-left-color:white;
						border-top-color: white;
						color: 		#036;
						background-color: #E0E0FF;
  						}

ul#Navigation b	{			float: 		left;
						width: 		7em;
						margin: 		0.3em;
						text-decoration: 	none;
						font-size: 		95.01%;
						padding: 		2px;
						color: 		#E0E0FF;
		    	}


ul#Navigation div {			clear: left;
		 	}

ul#Navigation h2 	{			width: 		34em;  
                        		font-size: 		12pt;
						margin: 		0.4em;
						border-color: 	#E0E0FF;
						color: 		black;
						background-color: #E0E0FF;
                 	}

li#ersterHorizKnopf a:hover	{	color: 		#036;
						background-color: #FFCF9E;
			  		}
li#ersterHorizKnopf span 	{	cursor: 		hand;
                                    border-color: 	white;
						border-left-color:#999999;
						border-top-color: #999999;
						color:		black;
						font-weight: 	bold;
						background-color: #FFCF9E;
					}

li#zweiterHorizKnopf a:hover 	{	color: 		#036;
						background-color: #7FC7E7;
			    	     	}
li#zweiterHorizKnopf span 	{	cursor: 		hand;
						border-color:	white;
						border-left-color:#999999;
						border-top-color: #999999;
						color:		black;
						font-weight: 	bold;
						background-color: #7FC7E7;
			 	  	}

li#dritterHorizKnopf a:hover	{	color: 		#036;
						background-color: #D9AED3;
			           	}
li#dritterHorizKnopf span	{	cursor: 		hand;
						border-color: 	white;
						border-left-color:#999999;
						border-top-color: #999999;
						color:		black;
						font-weight: 	bold;
						background-color: #D9AED3;
			 		}

li#vierterHorizKnopf a:hover	{   	color: 		#036;
						background-color: #C3D37D;
			    		}
li#vierterHorizKnopf span 	{	cursor: 		hand;
						border-color: 	white;
						border-left-color:#999999;
						border-top-color: #999999;
						color:		black;
						font-weight: 	bold;
						background-color: #C3D37D;
			 		}

li#fuenfterHorizKnopf a:hover {  	color: 		#036;
						background-color: #D0526B;
			     		}
li#fuenfterHorizKnopf span 	{	cursor: 		hand;
						border-color: 	white;
						border-left-color:#999999;
						border-top-color: #999999;
						color:		black;
						font-weight: 	bold;
						background-color: #D0526B;
			  		}

li#sechsterHorizKnopf a:hover	{	color: 		#036;
						background-color: #FFFF7A;
			    		}
li#sechsterHorizKnopf span 	{	cursor: 		hand;
						border-color: 	white;
						border-left-color:#999999;
						border-top-color: #999999;
						color:		black;
						font-weight: 	bold;
						background-color: #FFFF7A;
			  		}

li#siebterHorizKnopf a:hover	{    	color: 		#036;
						background-color: #FFDD34;
			   		}
li#siebterHorizKnopf span 	{	cursor: 		hand;
						border-color: 	white;
						border-left-color:#999999;
						border-top-color: #999999;
						color:		black;
						font-weight: 	bold;
						background-color: #FFDD34;
			 		}

/* ----------------------------------------------- horizontalBasisNavigation.css - */
