html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFFFCC;
}

#nav	{
	border-left: 1px solid #0099FF;
	width: 160px;
	height: 100%;
	margin: 0 0 0 20px;
}

#liste {
	list-style-type: none;
	margin: 0 0 0 -7px;
	padding: 4px  10px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#liste a:link, #liste a:visited {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #0099FF;
	position: relative;
	background: transparent url(dot-links.gif) no-repeat scroll -20px center;
	padding: 0 0 0 30px;
}

#liste a:hover {
	color: #FF6600;
	background: transparent url(dot-links.gif) no-repeat scroll left center;
	padding: 0 0 0 30px;
}

.Stil111 {
	font-size: 25px;
	color: #A41916;
	}
