﻿*		{
		padding:	0;
		margin:		0;
		}
	
 
#navigation	{
		position:			relative;
		top:				0px;
		left:				0px;
		display:			block;
		width: 				178px;
		height: 			auto;
		float:				left;
		}

#navigation ul
		
		{
		display:			block;
		width:				178px;
		height:				auto;
		}
 
#navigation ul li 	

		{
	list-style-type: none;
	display: inline;
	height: 15px;
	width: 180px;
	text-align: left;
	padding: 0px;
}
#navigation ul li a
	
		{
	background-image: url('images/button_links_normal.gif');
	background-repeat: repeat;
	background-position: 0 0;
	background-color: inherit;
	display: block;
	height: 20px;
	width: 178px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #8B8C8E;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#navigation ul li a:hover 

		{
		background-image:		url('images/button_links_aktiv.gif');
		background-repeat:		repeat;
		background-position:		0 0;
		background-color:		inherit;
		color:				#8B8C8E;
		display:			block;
		}
body { 
scrollbar-arrow-color: ffffff;
scrollbarBaseColor: 8B8C8E;
scrollbar-track-color: ffffff;
scrollbar-face-color: 8B8C8E;
scrollbar-highlight-color: FFF0D6;
scrollbar-3dlight-color: FFF0D6;
scrollbar-darkshadow-color: 8B8C8E;
scrollbar-shadow-color: FFF0D6;
background-color: #FFF0D6;
font-family: Arial;
}
a {
	color: #8B8C8E;
}
.navitext {
	padding: 2px;
	margin: 2px;
}
