* {
	margin:0;
	padding:0;
}
body {
	margin:0 auto;
	text-align:center;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	line-height:13px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
.Stil3{
	font-size:14px;
	color: #d46515;
	line-height:20px;
}
.Stil4{ width:62px; }
.Stil5{ width:67px; }
.Stil6{ width:87px; }
.Stil7{ width:79px; }
.Stil8{ width:110px; }
.Stil9{
	font-size:16px;
	color: #d46515;
	font-weight:bold;
	line-height:20px;
}
.Stil10{
	font-size:14px;
	color: #000000;
	line-height:20px;
}
#page{
	padding:0;
	margin:20px auto;
	width:740px;
	height:527px;
	text-align:left;
 	background:#fff url(image/back.gif) no-repeat;
}
#box_li{
	width:457px;
	float:left;
}
#box_re{
	width:282px;
	float:left;
}
#menue {
	padding:106px 0 0 17px;
}

/*
 * CSS aus der HTML-Datei für das DropDown-Menü
 */

#nav, #nav ul {
	list-style:none;
	padding:0;
	margin:0;
}
	
#nav a {
	display:block;
	padding:6px 0;
	height:13px;
	font-size:12px;
	text-align:center;
	color:#d46515;
	text-decoration:none;
}

#nav a:hover {
	color:#FFFFFF;
	background-color:#d46515;
}

#nav li {
	float:left;
}

#nav li ul {
	position:absolute;
	width:110px; /* Hier kann die Breite des Untermenüs angepasst werden */
	left:-999em;
	background-color:#CCCCCC; /* Hier kann die Hintergrundfarbe des Untermenüs angepasst werden */
	overflow:hidden;
}

#nav li:hover ul,
#nav li.sfhover ul { left:auto; }

#nav li ul li {
	clear:both;
}

#nav li ul li a {
	padding-left:4px;
	width:110px;
	text-align:left;
}

/* ************************************************ */

#text{
	margin:30px 0px 0px 30px;
	height:335px;
	overflow:auto;
}
#text h1 {
	padding:5px 0 19px 0;
	font-size:20px;
	font-weight:normal;
	color:#d46515;
}

#footer_li {
  padding:0 0 0 12px;
}
#footer_li a {
	font-size:10px;
	color: #d46515;
	text-decoration:none;
}
#footer_li a:hover {
	color: #666666;
	text-decoration:none;
}
#bild {
	float:right;
	padding:260px 23px 0 0;
}
#adre {
	float:right;
	padding:10px 30px 0 0;
	font-size:10px;
	color: #d46515;
}
#text a {
	color:#000000;
	text-decoration:none;
}

#text a:hover {
	color:#FB8801;
}

