body {
	background-color: #e2be8b;
	background-image:url(../img_design/bg.jpg);
	background-repeat:repeat-x;
	color: #74380e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.wie_p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p.image {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	color: #d3812b;
}

h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #d3812b;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	color: #d3812b;
}

.aktuell_h1 {
  color:#a30000;
	font-weight: bolder;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: 0; 
	margin-bottom: 0;
}

.aktuell_h2 {
  color:#5c6e1d;
	font-weight: bolder;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: 0; 
	margin-bottom: 0;
}

.aktuell_h3 {
  color:#5c6e1d;
	font-weight: bolder;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 0; 
	margin-bottom: 0;
}

.aktuell_info {
  color:#74380e;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 0; 
	margin-bottom: 0;
	line-height: 15px;
}

a:link {
	font-size: 13px;
	color: #943a0c;
	cursor: hand;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	font-size: 12px;
	color: #943a0c;
	cursor: hand;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #552107;
	cursor: hand;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	font-size: 12px;
	color: #552107;
	cursor: hand;
	text-decoration: underline;
	font-weight: bold;
}

a.akt_h2_link, a.akt_h2_link:visited, a.akt_h2_link:hover, a.akt_h2_link:active {
  color:#5c6e1d;
	font-weight: bolder;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: 0; 
	margin-bottom: 0;
}

a.akt_h2_link, a.akt_h2_link:visited {
  text-decoration: none;
}

a.akt_h2_link:hover, a.akt_h2_link:active {
  text-decoration: underline;
}

a.akt_h1_link, a.akt_h1_link:visited, a.akt_h1_link:hover, a.akt_h1_link:active {
  color:#a30000;
	font-weight: bolder;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: 0; 
	margin-bottom: 0;
}

a.akt_h1_link, a.akt_h1_link:visited {
  text-decoration: none;
}

a.akt_h1_link:hover, a.akt_h1_link:active {
  text-decoration: underline;
}

table {
	margin: 0px;
	padding: 0px;
    border-style:none;
	border: none;
	border-width:0px;
}

table.inhalt {
	margin: 0px;
	padding: 10px;
  border-style:none;
	border: none;
	border-width:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

table.padding10 {
	margin: 0px;
	padding: 10px;
    border-style:none;
	border: none;
	border-width:0px;
}

td.bilder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.aktuell:link, a.aktuell:visited, a.aktuell:hover, a.aktuell:active {
	font-weight: bold;
	color: #F2EABC;
	text-decoration: none;
	text-transform: none;
}

a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #943a0c;
	text-decoration: none;
}

a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #943a0c;
	text-decoration: none;
}

a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #552107;
	text-decoration: none;
}
a.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #943a0c;
	text-decoration: none;
}

.nav_a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #552107;
	text-decoration: none;
}

li {
	font-size: 12px;
	color: #706654;	
	line-height: 20px;
}

ul {
	font-size: 12px;
	color: #706654;	
	line-height: 20px;
}

/************** Textumfluss bei Bildern ******************/
.float_left {
	float:left; padding: 5px;
}

.float_right {
	float:right; padding: 5px;
}

