* {
	margin:0px;
	padding:0px;
	}
body {
	font-family: Tahoma, arial, sans-serif;
	font-size: 90%;
}
h1 {
	font-size:150%;
	color: #EB6905;
	font-family: Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif;
	}
h2 {
	font-size:130%;
	color: #EB6905;
	font-family: Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif;
	}
p {
	font-size:90%;
	}
a {
	text-decoration:none;
	color: #EB6905;
	outline:0px;
	}
	
a:hover {
	text-decoration:underline;
	}
#container #text ul {
	font-size: 80%;
	margin-left: 223px;
}

img {
	border:0px;
}
#menue {
	float: left;
	width:180px;
}

#menue li {
	list-style:none;
	height: 40px;
	width: 190px;

}
#menue li a {
	width:180px;
	height:30px;
	background-image:url(img/subnavi_desel.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	color:white;
	padding-left:10px;
	padding-top:10px;
}
#menue li a:hover {
	text-decoration:underline;
}
#text {
	height: auto;
	width: 600px;
	margin-left: 100px;
	margin-top: 10px;
}
#container {
	width: 800px;
}
#trenner {
	width:600px;
	border-bottom:1px solid #EB6905;
	border-top:1px solid black;
	clear: right;
	height: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
#footer {
	text-align:right;
	padding-top:15px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	float: none;
	height: 100px;
	width: 800px;
	}
	
#footer a {
	color:black;
	border-bottom:0px;
	margin-right:20px;
	}

