@charset "UTF-8";
/**
* Divio - (X)HTML/CSS Framework
*
*
* @copyright       Copyright 2008, Divio GmbH
* @link            http://www.divio.ch
* @version         0.1       
*/

@media all
{
	
	html * { font-size: 100.01%; }
	
	body { min-width:985px; }         
	
	div { margin: 0; padding: 0; }
			
	body { 
		background: #cccccc url(../img/splash/text-gradient.jpg) top center no-repeat;
		margin: 0; 
		padding: 0;
		 }
	
	#meta { 
		background: #414141 url(../img/splash/bg-meta.gif) bottom left repeat-x; 
		height: 40px;
		 }	
	
	#container { 
		position: relative; 
		width: 985px;
		margin: 0 auto; 
		padding: 0;
		 }
	
	h1 { text-indent: -999em; }
	
	.box { 
	 	 position: relative;
		 top: 205px;
		 z-index: 5001;
		 background: #cccccc;
		 height: 241px;
		 width: 192px;
		 float: left;
		 margin-left: 4px;
		 text-indent: -9999em;
		 display: block;
		 outline: none; 
		   }
	
	.absolutturnus { background: transparent url(../img/splash/logo-absolut.gif) top left no-repeat; }
	.seed { background: transparent url(../img/splash/logo-seed.gif) top left no-repeat; }
	.shining  { background: transparent url(../img/splash/logo-shining.gif) top left no-repeat; }
	.turnus  { background: transparent url(../img/splash/logo-turnus.gif) top left no-repeat; }
	.utainment  { background: transparent url(../img/splash/logo-utainment.gif) top left no-repeat; }
	

	.absolutturnus:hover,
	.absolutturnus:active,
	.absolutturnus:focus,
	.seed:hover,
	.seed:active,
	.seed:focus,
	.shining:hover,
	.shining:active,
	.shining:focus,
	.turnus:hover,
	.turnus:active,
	.turnus:focus,
	.utainment:hover,
	.utainment:active,
	.utainment:focus { background-position: bottom left; }
	
	.clear { clear: both; }
}	

	
		
	
