body	{
	background-color: #FFD40B;
}

#wrapper {
	clear: both;
/*	background-color: #FFD40B;*/
}

#content {
	margin-left: 11em;
	background-color: white;
	border-left: 2px black solid;
	border-bottom: 2px black solid;
	padding: 1em;
}

#navigation {
	margin-top: 2em;
	font: bold 90% sans-serif;
	float: left;
	width: 11em;
	border-top: 1px dotted black;
}
#navigation ul {
	margin-left: 1em;
	list-style-type: none;
}

#navigation ul li strong {
	padding-left: 1.1em;
}

#navigation a {
	padding-left: 1.1em;
	display: block;
	border-top: 1px dotted black;
	text-decoration: none;
}
#navigation a:link {
	background: url(Screenshots/dreieck.gif) left 50% no-repeat;
	color: black;
}
#navigation a:visited {
	background: url(Screenshots/dreieck.gif) left 50% no-repeat;
	color: #333;
	}
#navigation a:hover {
	background: transparent url(Screenshots/dreieck-aktiv.gif) left 50% no-repeat;
	color: blue;
}

#footer {
/*	background-color: #ffd40b;
	border-top: 2px black solid;*/
	padding: 2%;
	text-align: center;
}
#footer .uri {
	display: none;
}
