/* CSS Document */



#menucontainer{

   		margin: -40px auto auto auto;
		z-index:2000;
		height:290px;
		width:850px;
		background-image:url(../images/frameback.png);
	}
	
	#menucontainer #picture{
		
		position:relative;
		float:right;
		width:600px;
		height:195px;
		background-image:url(../images/menu1.jpg);
		background-repeat:no-repeat;
		z-index:0;
		opacity: 1.0;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
		-khtml-opacity: 1.0;

	}
	
	#menucontainer #navigation{
	
		float:right;
		width:155px;
		height:195px;
		margin-right:50px;
	}
	
	#menucontainer #navigation #men1{
	
		width:153px;
		height:64px;
		background-image:url(../images/sel1.jpg);
		background-repeat:no-repeat;
	}
	
	#menucontainer #navigation #men2{
	
		width:153px;
		height:64px;
		margin-top:2px;
		background-image:url(../images/sel2.jpg);
		background-repeat:no-repeat;
	}

	#menucontainer #navigation #men3{
	
		width:153px;
		height:63px;
		margin-top:2px;
		background-image:url(../images/sel3.jpg);
		background-repeat:no-repeat;
	}
	
		#menucontainer #navigation #arrow1{

		position:relative;
		float:left;
		margin-left:-23px;
		width:23px;
		height:64px;
		z-index:10;
		background-image:url(../images/arrow1.png);
		background-repeat:no-repeat;
	}
	
		#menucontainer #navigation #arrow2{
	
		position:relative;
		float:left;
		margin-left:-23px;
		margin-top:2px;
		width:23px;
		height:64px;
		z-index:10;
		background-image:none;
		background-repeat:no-repeat;
	}
	
	#menucontainer #navigation #arrow3{
	
		position:relative;
		float:left;
		margin-left:-23px;
		margin-top:2px;
		width:23px;
		height:63px;
		z-index:10;
		background-image:none;
		background-repeat:no-repeat;
	}
	
	#menucontainer #cont{
		
		height:194px;
		z-index:50;
	}
	
	#menucontainer #kleineslogo{
	
		/*little Logo would go here as background-image */
		width:153px;
		height:56px;
		right:0px;
		float:right;
	}
	
	.rule{
	
		background-image:url(../images/hr.png);
		background-repeat:repeat-x;
		height:20px;
		width:100%;
	
	}
	
	#sitetext a{

	color:#142458;
	text-decoration:underline;
}
