/********************************
 *				*
 * 	CSS			*
 *	Stylesheet 		*
 *				*
 *	Saliseum		*
 *				*
 *	M. Idziorek 		*
 *	2007-2008		*
 *				*
 ********************************/



			/* global */
			body, html {overflow: auto; height: 100%; width:100%; margin: 0px; padding:0px; font-family: Verdana; font-size: 12px;}
			#container{width: 800px;height:710px; margin:auto; color:#333399;margin-top:0px;}

			/* centering hack */
			table.centering{padding: 0px; margin: 0px; height: 100%; width: 100%}
			table.centering td{vertical-align: center; text-align: center;}

			/* top */
			#banner{background-image:url("meer.gif");width: 800px; height: 115px;}

			/* left column */
			#left{width:190px; height:595px;float: left;}
			#lefttop{background-image:url("animated.gif");width: 190px;height:90px;}
			#leftcenter{background-image:url("Verlauf.jpg");width: 190px;height:400px;}
			#leftbottom{background-image:url("Kristal.jpg");width: 190px;height:105px;}
	
			/* right column */
			#right{width:610px; height:595px;float: left;}
			#righttop{width:610px; height:15px;background-image:url("leiste_gelb.jpg");font-width:bold;}
		/*	#righttopleft{height:15px;width:300px;float:left;} */
		/*	#righttopright{height:15px;width:310px;float:left;text-align:right;color:#888888; font-weight:bold;} */
			#rightcenter{width:590px; height:550px;/*background-image:url("meer_hint.jpg");*/background-color: #ffcc66;padding:10px;overflow: auto;font-size: 14px;}
			#rightbottom{width:610px; height:10px;background-image:url("salz_unten.jpg");background-repeat:no-repeat;}
	
			/* menu */
			#leftcenter ul{margin:0;padding:0;list-style:none;}
			#leftcenter li{height:18px; margin:0;padding:0;/*background-color:#cccccc;*/background-color:#333399;margin-bottom:10px;padding:0;}
			#leftcenter li.mark{background-image:url("stein_knopf.jpg");background-repeat:no-repeat;}
			#leftcenter a{text-decoration:none;color:#ffffff;font-weight:bold;display:block;padding-left:50px;}
		
			/* text */
			h1{font-size:18px; font-weight:bold;}
			span.emph{/*color: #FFbb33;*/color:#333399;font-weight:bold;}
			p{letter-spacing: 0.3pt;text-align:justify;}
			
			/* links */
			a{/*color: #FF9900;*/color:#333399;}

			/* preise */
			table.prices{width:500px;}
			table.prices td{border:0; solid #000000;color: #000000;}
			td.fill{background-color: #FFcc06;}
			td.fill2{background-color: #Fecd97;}

			
			/* bilder */
			img{margin:auto;display:block;}
			img.arrow{margin:0px; display: inline; border:0;}

