* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #ff4e00;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../Bilder/hindergrund_dresden.jpg);
}

#container {
	width: 924px;
	margin: 0 auto;
	margin-top: 40px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 14px;
}

#header {
	height: 192px;
	background-image: url(../Bilder/header.png);
	background-repeat: no-repeat;
}

#navigation {
	height: 38px;
	background-image: url(../Bilder/navigation.png);
	background-repeat: no-repeat;
}
#navigation ul {
	list-style-type: none;
	text-align: right;
	margin-right: 150px;
	padding-top: 10px;
}

#navigation li {
	display: inline;
	padding-right: 30px;
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
}
#navigation a {
	text-decoration: none;
	color: #FFF;
}
#navigation a:hover {
	color: #000;
}







#footer {
	height: 54px;
	background-image: url(../Bilder/footer.png);
	background-repeat: no-repeat;
}
#hintergrund {
	background-image: url(../Bilder/inhalt.png);
	background-repeat: repeat-y;
}

#sidebar {
	float: left;
	width: 160px;
	padding-left: 30px;
	padding-top: 20px;
}
#sidebar ul {
	list-style-type: none;
	padding-top: 10px;
}
#sidebar li {
	margin: 0 0 2px 0;
}

#sidebar li a:link {
	font-weight: bold;
	font-size: 11px;
	border-left: 10px;
	border-color: #333;
	border-left-style: solid;
	background-color: #ff8531;
	display: block;
	margin: 0 0 2px 0;
	text-decoration: none;
	color: #000;
	padding: 4px 4px 4px 0.9em;
}

#sidebar li a:active {
	border-left: 10px;
	border-color: #FFF;
	border-left-style: solid;
	background-color: #ff4e00;
	color: #FFF;
}

#sidebar li a:visited {
	font-weight: bold;
	font-size: 11px;
	border-left: 10px;
	border-color: #333;
	border-left-style: solid;
	background-color: #ff8531;
	display: block;
	margin: 0 0 2px 0;
	text-decoration: none;
	color: #000;
	padding: 4px 4px 4px 0.9em;
}

#sidebar li a:hover {
	border-left: 10px;
	border-color: #FFF;
	border-left-style: solid;
	background-color: #ff4e00;
	color: #FFF;
}
#sidebar ul li#aktive a {
	background-color:#ff4e00;
}


#inhalt {
	margin-left: 210px;
	width: 520px;
	line-height: normal;
}



#inhalt p {
	font-size: 12px;
	padding-top: 10px;
	text-align: left;
}
#inhalt h2 {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-top: 8px;
	line-height: 10px;
	color: #F00;
	padding-bottom: 10px;
}
#inhalt h3 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#inhalt h5 {
	font-weight: normal;
	margin-left: 10px;
	padding-top: 2px;
	font-size: 9px;
}


#banner {
	float: right;
	width: 170px;
	padding-top: 20px;
}



#footer p {
	text-align: center;
	font-weight: bolder;
	font-size: 14px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-size: 11px;
	text-align: center;
}

#header h1 {
	font-size: 12px;
	height: 20px;
	line-height: 100;
	overflow: hidden;
}

#demand_1 {
	padding-left: 8px;
	padding-bottom: 5px;
}
