	* { margin:0; padding:0; }
	body
	{
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align: center;
		color: #000000;
		background-color: #FFFFFF;
	}
	
	#container
	{
		margin: 1em 1em auto;
		width: 1024px;
		text-align: left;
		background-color: white;
	}
	
	a.no_underline
	{
		text-decoration: none;
	}
	
	a.link_mehr
	{
		float: right;
		text-decoration: underline;
		color: #000000;
	}
	
	a.link_back
	{
		text-decoration: underline;
		color: #000000;
	}
	
	ul#navigation 
	{
		list-style: none;
		background-color: white;
		display: block;
		width: 44%;
	}
	
	ul#navigation li 
	{
		float: left;
		width: 15%;
		background: url(img/dot.jpg) repeat-x 100% 100% #fff;
	}
	
	ul#navigation li a:link, ul#navigation li a:visited 
	{
		color: grey;
		background: #fff;
	}
	
	ul#navigation li a:hover
	{
		color: black;
	}
	
	a:link, a:visited
	{
		color: black;
	}
	
	ul#navigation li a.active:link, ul#navigation li a.active:visited
	{
		color: black;
		text-decoration: none;
	}
	
	a.extern:link, a.extern:visited
	{
		color: blue;
	}
	
	#images
	{
		float: right;
		width: 59%;
		background-color: white;
		padding-top: 5%;
	}
	
	#arrow
	{
		float: left;
		text-decoration : none; 
	}
	
	#contents
	{
		clear: left;
		background-color: white;
		width: 33%;
		height: 800px;
		text-align: justify
	}
	
	#contents_overview
	{
		clear: left;
		background-color: white;
		width: 33%;
		height: 800px;
		text-align: justify
	}
	
	#contents_left
	{
		float: left;
		width: 20%;
		padding-right: 20px;
	}

	.Vita_theme
	{
		font-size: 16px;
	}
		
	#contents_left_more
	{
		float: left;
		width: 50%;
	}
		
	#contens_right
	{
		float: right;
		width: 30%;
		padding-left: -10px;
	}
	
	#footer
	{
		clear: both;
		height: 20px;
		background-color: white;
	}
	
	#image_bg
	{
		float: right;
		width: 321px;
		padding-right: 100px;
	}
	
	h1
	{
		text-transform: uppercase;
		font-size: 200%;
		font-weight: normal;
	}
	
	h2
	{
		padding-top: 2%;
		text-transform: uppercase;
		font-size: 150%;
		color: black;
		font-weight: normal;
	}
	
	.gross 
	{
	text-transform: uppercase;
	}
	
	p
	{
		padding-top: 1%;
	}
	
	/*preload classes*/ 
	.svw {width: 50px; height: 20px; background: #fff;} 
	.svw ul {position: relative; left: -999em;} 
 
	/*core classes*/ 
	.stripViewer {  
	position: relative; 
	overflow: hidden;  
	border: 1px solid #999999;   
	margin: 0 0 -583px 0; 
	} 
	.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
	} 
	.stripViewer ul li {  
	float:left; 
	} 
	.stripTransmitter { 
	overflow: auto; 
	width: 1%; 
	} 
	.stripTransmitter ul { 
	margin: 0; 
	padding: 0; 
	position: relative; 
	list-style-type: none; 
	} 
	.stripTransmitter ul li{ 
	width: 20px; 
	float:left; 
	margin: 0 1px 1px 0; 
	} 
	.stripTransmitter a{ 
	font: bold 10px Verdana, Arial; 
	text-align: center; 
	line-height: 22px; 
	background: #999999; 
	color: #ffffff; 
	text-decoration: none; 
	display: block; 
	} 
	.stripTransmitter a:hover, a.current{ 
	background: #fff; 
	color: #999999; 
	} 
	 
	/*tooltips formatting*/ 
	#tooltip { 
	background: #fff; 
	color: #000; 
	opacity: 0.85; 
	border: 5px solid #dedede; 
	} 
	#tooltip h3 {  
	font: normal 10px Verdana;  
	margin: 0;  
	padding: 6px 2px;  
	border: 0; 
	} 
