/*
Steil HP
David Derix */
/*alle Boxen zurücksetzen: */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, img, pre, form, fieldset, table, th, td { 
	border: 0px;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Calibri, Helvetica, sans-serif;
	font-size:14px;
	text-align: center;
}
#wrap {
	display: block;
	margin: 5px auto;
	text-align:left;
	width: 760px;
	background-color: #f0f0f0;
/*	border-left: 3px solid #e17014;
	border-right: 3px solid #e17014;*/
	border-top: 1px solid #e17014;
	border-bottom: 1px solid #e17014;
}
#header {
	margin: 0px auto;
	text-align: right;
	background: orange url(img/oben.jpg) center top no-repeat;
	width: 760px;
	height: 183px;
}
#footer {
	margin: 0px auto;
	text-align: right;
	background: orange url(img/unten.jpg) center top no-repeat;
	width: 760px;
	height: 59px;
	border-top: 1px solid #cd3301;
}
/* Oben */
#menutop {
	text-align: center;
	background-color: #000;
	padding: 5px;
	border-top: 1px solid #cd3301;
	border-bottom: 1px solid #cd3301;
	color: #5b5b5b;
}
#menutop a {
	color: #5b5b5b;
	text-decoration: none;
}
#menutop a:link, #menutop a:visited {
	color: #fff;
}
#menutop a:hover, #menutop a:active {
	text-decoration: underline;
}
/* Links */
#menu {
	margin: 10px;
	float: left;
	text-align: left;
	width: 160px;
	background-color: #ffcc33;
	border: 0px solid #cd3301;
}
#menu a {
	text-decoration: none;
	color: #000;
	width: 100%;
	text-indent: 10px;
}
#menu ul {
	margin: 20px 0px;
	color: #126506;
	list-style: none;
	font-size: 15px;
}
#menu li {
	margin: 0px 10px;
	padding: 10px 0px;
	border-bottom: 1px solid #cd3301;
}
#menu li.first {
	margin: 0px 10px;
	padding: 10px 0px;
	border-top: 1px solid #cd3301;
}
#menu li a, #menu li a:visited {
	color: #441408;
	width: 100%;
	text-indent: 10px;
}
#menu li a:hover {
	width: 100%;
	color: #000;
}
/* Inhalt */
#content {
	background-color: #f0f0f0;
	border-left: 0px solid #cd3301;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	color: #000;
	min-height: 200px;
}
#content h1 {
	padding: 0 0 10px 0;
}
#content blockquote {
	margin: 80px 0 20px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#content p {
	font-size: 16px;
}
#content p.start {
	font-weight: normal;
	text-align: right;
	font-style: italic;
}
/* Unten */
#bottom {
	clear: left;
	text-align: center;
	padding: 2px;
	font-size: 10px;
	background-color: #000;
	border-top: 1px solid #cd3301;
	color: #FFF;
}
#bottom a {
	float: right;
	text-align: right;
	font-size: 10px;
	color: #5b5b5b;
	text-decoration: none;
}
#bottom a:link, #bottom a:visited {
	color: #fff;
}
#bottom a:hover, #bottom a:active {
	text-decoration: underline;
