html, body
	{
		margin: 0;
		padding: 0;
	}


body 
	{
		font: 100.01% arial, sans-serif;
		background-color: white;
		text-align: left;
	}
	
	
#navigation
	{
		width: 160px;
		float: left;
		background-color: white;
		color: #ff9900;
		margin-top: 20px;
		margin-left: 5px;
	}


.navigationsboxen
	{
		margin-bottom: 1px;
		margin-top: 1px;
		padding: 5px;
		border-bottom: 1px dashed silver;
	}


.navigationsboxen a:link, a:hover, a:visited, a:active
	{
		font-size: 13px;
		text-decoration: none;
		font-weight: bold;
	}
	

.navigationsboxen a:link, a:visited, a:active
	{
		color: #485866;
	}
	

.navigationsboxen a:hover
	{
		color: #ff9900;
	}



.button
	{
		margin: 0;
		padding: 0;
		border: 0;
		text-decoration: none;
		color: black;
	}
	
	
.button a img
	{
		margin: 0;
		padding: 0;
		border: 0;
		text-decoration: none;
	}
	

.button a:link, a:visited, a:active, a:hover img
	{
		margin: 0;
		padding: 0;
		border: 0;
		text-decoration: none;
	}