body{
	font-family:Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	Background-color:#eee;
	color: #000;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	}


ul, li {
	padding:0;
	margin:0;
	list-style:none;
	}

img	{border: 0;}

/*text----------------------------------------------*/
selected	{border-bottom: 1px solid #999; color: #fff;}
strong		{font-weight: bold;}

/*link----------------------------------------------*/
a:link		{color: #000; text-decoration: none;}
a:visited	{color: #000; text-decoration: none;}
a:hover		{color: #000; border-bottom: 1px solid #666;}
a:active	{color: #000; border-bottom: 1px solid #666;}


a.name:link 
		{color:#000; text-decoration: none; font-weight: bold;}
a.name:visited	
		{color:#000; text-decoration: none; font-weight: bold;}
a.name:hover
		{
		border-bottom: 1px solid #f00;color:#000; 
		font-weight: bold;
		}
a.name:active
		{border-bottom: 1px solid #f00;color:#000;
		font-weight: bold;
		}

a.object:link		{color: #000; border: none;}
a.object:visited	{color: #000; border: none;}
a.object:hover		{color: #000; border: none;}
a.object:active		{color: #000; border: none;}

/*header----------------------------------------------*/


#headline				/*div*/
	{
	width: 900px;
	height: 20px;
	position: fixed;
	top: 112px;
	left:100px;
	padding: 0px 0px 0px 0px;
	background-color: none;
	 z-index: 2;
	}

#headline2				/*div*/
	{
	width: 900px;
	height: 20px;
	position: fixed;
	top: 130px;
	left:100px;
	padding: 0px 0px 0px 0px;
	background-color: none;
	 z-index: 2;
	}

ul.headline				/*ul*/
	{
	float:left;
	width: 90%;
	list-style: none;
	left: 0px;
	top: 0px;
	}

li.headline				/*list*/
	{
	color: #000;
	display:block;
	height:18px;
	}



/*menu----------------------------------------------*/
#menu					/*div_menu*/
	{
	width: 120px;
	height: 80px;
	position: fixed;
	top: 20px;
	left: 198px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	background-color: none;
	 z-index: 3;
	}

ul.menu					/*ul_menu*/
	{
	float:left;
	width: 800px;
	list-style: none;
	left: 0px;
	top: 0px;
	}

li.menu					/*list_menu*/
	{
	text-indent: 0px;
	color: #000;
	display:block;
	height:18px;
	}

		
/*image----------------------------------------------*/

.next, .prev
	{cursor:pointer;}

#screen	{
	position:absolute;
	overflow:visible;
	width:100%;
	height:500;
	top: 130px;
	left:0px;
	}

	#screen .next, #screen .prev
		{
		position: absolute;
		top:0px;
		z-index: 2;
		}

	#screen .prev
		{left:0px;}

	#screen .next
		{right:0px;}
	
#sections
	{
	overflow:hidden;
	background-color:none;
	width:100%;
	height:100%;
	clear:left;
	margin-left:0px;
	}
	
	#sections ul	
		{width:9660px;
		}
	
	#sections li
		{
		float:left;
		margin:0 0px;
		}

	#sections li.first
		{
		float:left;
		margin-left:100px;
		}


	#sections div.about
		{
		width: 490px;
		height: 500px;
		position:relative;
		top:40px;
		left:100px;
		float: left;
		line-height:  1.5em;
		background-color: none;
		}

	#sections div.headline2				/*div*/
		{
		width: 180px;
		height: 20px;
		position: relative;
		top: 0px;
		left:100px;
		padding: 0px 0px 0px 0px;
		background-color: none;
		 z-index: 2;
		}
	
	#sections div.about p {margin: 0;}

	#sections div.about p+p { text-indent: 1.5em; }

	#screen #navigation				/*div*/
		{
		width: 280px;
		height: 15px;
		position: fixed;
		top: 35px;
		left:198px;
		padding: 0px 0px 0px 0px;
		background-color: none;
		 z-index: 3;
		}
	
