body {
	background-color: #F8F8FF;
	margin: 0;
	padding: 0;
}
body, p, div, ul, ol, a, .klein {
	font: 13px/17px Verdana, Helvetica, Arial, Lucida, sans-serif;
	color: #003;
}
.versteckt, .sm, .derLink {
	display: none;
}
a:link {
	text-decoration: none;
	color: #147;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #258;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #147;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #900;
	font-weight: bold;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #258;
}
h1 {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 36px;
}
h2 {
	margin: 24px 0 9px;
	font-size: 20px;
	line-height: 27px;
}
p {
	margin: 7px 0;
	text-align: justify;
}
.klein {
	font-size: 11px;
	/* line-height: 15px; */
	color: #000033;
}
.rechts {
	text-align: right;
}
.center {
	text-align: center;
}
.noborder {
	border: 0 none !important;
}
sub, sup {
	font-size: 50%;
	line-height: 0.8;
}
strong {
	color: #147;
}
img {
	border: 0;
}
/* ABSCHNITTE */
#start {
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 535px;
}
#wrapper {
	margin: 0;
	width: 770px;
	padding: 0;
}
#kopf {
	border: 1px solid #F8F8FF;
	height: 159px;
}
#kopf img {
	float: left;
	margin: 15px 0 0 15px;
}
#navig {
	margin: 20px 0 0 235px;
	border: 0;
	padding: 0;
	text-align: right;
	color: #258;
}
#navig a, #top a, #bestellung a, .rauf a {
	display: block;
	padding: 5px;
	text-decoration: none;
	line-height: 20px;
}
#seite li a:hover, #navig a:hover, #top a:hover, #bestellung a:hover, .rauf a:hover {
	color: #F8F8FF;
	text-decoration: none;
	background-color: #147; 
}
#kopf #titel {
	margin: 26px 0 0 235px;
}
#kopf h1 {
	display: inline;
	margin: 0;
	padding: 0;
}
#seite { /* bei der Beschreibung ist das die "Unternavigation" */
	position: absolute;
	top: 189px;
	left: 35px;
	margin: 0;
	width: 158px;
	padding: 0;
	list-style: none;
}
#seite li {
	margin: 0;
	padding: 0;
}
#seite li a {
	display: block;
	border-top: 1px solid #E8E8EF;
	padding: 0 0 0 5px;
	text-decoration: none;
	line-height: 20px;
}
#inhalt {
	margin: 10px 0 20px 235px;
	width: 535px;
	padding: 0;
}
#inhalt p.rauf {
	clear: both;
	text-align: right;
}
#inhalt p.rauf a {
	font-size: 11px;
}
#inhalt ul {
	margin: 15px 0 17px 13px;
	padding: 0;
	list-style: circle;
	text-align: justify;
}
#inhalt li {
	margin: 7px;
}
#inhalt p.bez {
	margin: 7px 0 0;
	float: left;
	width: 150px;
	text-align: right;
}
#inhalt p.inh {
	float: left;
	margin: 7px 0 0 10px;
	width: 375px;
	text-align: left;
	clear: right;
}
/* Kontaktformular: */
#kontakt p {
	text-align: center;
}
form {
	float: right;
  margin: 35px 0;
	width: 533px;
  border: 0;
  padding: 0;
}
form strong {
	font-size: 93%;
}
label, input, select, textarea {
	margin: 0.3em 0;
  display: block;
  float: left;
}
label {
  width: 125px;
  line-height: 22px;
}
input, select, textarea {
  width: 270px;
}
form br { 
  clear: left; /* das floating der labels und inputs aufheben */
}
input#submit {
	float: right; 
 	width: auto;
}
label {
	text-align: right; 
	padding-right: 0.7em; 
}
