html { height: 100.1%; }

body {
	
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, li, td, tr { font-family: "Lucida Grande", Tahoma, Verdana, sans-serif; font-weight: normal; }
h1 { font-size: 20px; font-weight: bold; line-height: 24px;color: #e66c09; margin: 10px 10px 10px 30px; text-transform:uppercase;}
h2 { font-size: 17px; font-weight: bold; line-height: 22px;color: #7f002d; margin: 10px 10px 10px 30px; 
	border-top: 0px solid #7f002d; padding: 0px 0 0 0;}
h3 { font-size: 14px; font-weight: bold; line-height: 18px; color: #666666; margin: 20px 10px -6px 30px; 
	border-top: 0px solid #ffffff; padding: 4px 0 0 0;}
h4 { font-size: 12px; font-weight: bold; line-height: 14px; color: #7f002d; margin: 20px 10px -8px 30px;}
h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #7f002d;
	margin: 10px 10px -16px 30px;
	border-top: 1px solid #7f002d;
	padding: 2px 0 0 0;
	text-transform: uppercase;
}

p, td, tr { font-size: 11px; color: #333333; line-height: 16px; margin: 10px 30px 10px 30px; }

a { font-size: 11px; color: #666666; line-height: 16px; }

ul { margin-top: 5px; }
li { font-size: 11px; color: #333; line-height: 18px; margin: 0 30px 0 20px; }

.bold-red {font-weight:bold; color: #7f002d; }

.bold-black {font-weight:bold; color: #000000; }

.date {font-size: 11px; font-weight:bold; color: #7f002d;}

.navigation {
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #ffe2b9;
	text-decoration: none;
	padding: 6px 0 6px 12px;
	display: block;
	width: 159px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #AF616E;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.navigation:hover {
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #ffe2b9;
	text-decoration: none;
	padding: 6px 0 6px 12px;
	display: block;
	width: 159px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #AF616E;
	background-color:#660528;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.navigation_visited {
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #ffe2b9;
	text-decoration: none;
	padding: 6px 0 6px 12px;
	display: block;
	width: 159px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #AF616E;
	background-color:#660528;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.subnavi {
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 0 3px 24px;
	display: block;
	width: 147px;
	display: block;
	text-align: left;
}

.subnavi:hover {
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color:#9D2751;
	text-decoration: none;
	padding: 3px 0 3px 24px;
	display: block;
	width: 147px;
	text-align: left;
}

.subnavi_visited {
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color:#9D2751;
	text-decoration: none;
	padding: 3px 0 3px 24px;
	display: block;
	width: 147px;
	text-align: left;
}

.bildrahmen { border: 1px #7f002d solid; margin: 10px 0 0 0;}
.bildrahmen-rechts { border: 1px #7f002d solid; margin: 4px 0 0 10px;}
.bildrahmen-links { border: 1px #7f002d solid; margin: 4px 10px 0 0;}

input, textarea, {
display: block; float: left; width: 260px; }

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}

