#nav * {
	margin : 0; 
	padding : 0; 
}
body {
	margin : 0; 
	padding-right : 10px; 
	border-right : 1px solid #d4d4d4; 
	height : 100%; 
	background-color : #f8f8f8; 
}
#nav {
	padding : 0; 
	width : 100%; 
	font : 11px verdana, sans-serif; 
	margin-left : 0; 
	text-align : right; 
} 
#nav li {
	list-style : none; 
	border : 1px solid #f8f8f8; 
} 
#nav a {
	color : #000; 
	display : block; 
	text-decoration: none;
	text-transform: capitalize;
	font-weight : bold; 
	margin-top : 3px; 
} 
#subnav a {
	text-transform: none;
	border : 0 none inherit; 
	color : #5684c3; 
	font-weight : bold; 
	margin-top : 1px; 
	width : 100%; 
} 
#nav a:hover , #nav a:active {
	color : #a4a4a4; 
	background-image : url(../images/punkt.gif); 
	background-position : 0% 50%; 
	background-repeat : no-repeat; 
} 
#subnav a:hover , #subnav a:active {
	color : #70acff; 
}

