html, body { 
	height: 100%;
}

h1, h2, h3 { 
	font-family: Georgia, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
}

h1 { 
	font-size: 2.15em;
	color: #AD070E;
}

h2 { 
	font-size: 1.50em;
	color: #514E03;
}

.fett { 
	font-weight: bold;
}

body { 
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(bg01.jpg) repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #796A45;
}

#frame { 
	width: 974px;
	margin: 0 auto;
}

#head { 
	height: 110px;
}

#logo { 
	width: 284px;
	height: 108px;
	background: url(hp_logo.jpg);
	float: left;
}

#slide { 
	height: 227px;
	background: #BC6C0D url(homepage04.jpg);
	background-repeat: no-repeat;
}

* html #slide { 
	padding-top: -3px;
	margin-bottom: -3px;
}

#main { 
	min-height: 500px;
	border: 0px solid #000;
	background: url(bg02.jpg);
	background-repeat: no-repeat;
}

* html #main { 
	height: 500px;
}

#content { 
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 50px;
	text-align: justify;
}

#footer { 
	padding-top: 20px;
	text-align: left;
	height: 120px;
	background-color: #ddd;
}

/** MENU */
#menu { 
	width: 630px;
	padding-top: 64px;
	font-size: 0.9em;
	color: #fff;
	font-weight: bold;
	float: right;
}

#menu ul { 
	margin: 0px;
	list-style: none;
}

#menu li { 
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

#menu a { 
	float: left;
	width: 104px;
	height: 30px;
	margin: 0px 1px 0px 0px;
	padding: 15px 0px 0px 0px;
	background: url(homepage02.jpg) no-repeat left top;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #FFFFFD;
}

#menu a:visited { 
	text-decoration: none;
}

#menu a:hover { 
	text-decoration: underline;
}

#menu .active a { 
	background-image: url(homepage03.jpg);
}

#ende { 
	height: 10px;
	background-color: #ccc;
}

