@charset "ISO-8859-1";
* {
    margin: 0;
    padding: 0;
}

HTML,BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #beb627;
	line-height: 100%;
}

p, ul, ol {
	margin: 0 0 1em;
}
ul, ol {
	padding: 0 0 0 1.3em;
}
li {
	margin: 0;
	padding: 0;
	list-style-image: url(../img/struktur/list_point.gif);
	list-style-position: inside;
	margin-left: -15px;
}

table {
	margin-bottom: 10px;
	border-collapse: collapse;
}

th {
	text-align: left;
	background-color: #006b71;
	color: #000;
	padding: .1em .2em;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
  font-size: 1em;
  color: #006b71;
  margin: 3px 0 3px 3px;
}

img {
	border: 0;
}

a {
	color: #006b71;
	text-decoration: underline;
}

a:visited {
	color: #006b71;
}
a:hover {
	color: #c00b1e;
}

#aktueltna h3 a {
color:#FFFFFF;
font-family:Trebuchet MS,Trebuchet,Arial,Helvetica,sans-serif;
font-size:14px;
font-style:italic;
font-weight:normal;
line-height:110%;
text-decoration:none;
color:#006B71;
}



h1 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: italic;
	line-height: 100%;
	color: #93a848;
	margin-bottom: 10px;
}

h2 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 7px;
	margin-top: 6px;
	color: #333;
}

h2 a, h2 a:visited {
	text-decoration: none;
	color: #333;
}

h2 a:hover {
	color: #333;
	text-decoration: underline;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	color: #c00b1e;
}

h3 a, h3 a:visited {
	text-decoration: none;
	color: #c00b1e;
}

h3 a:hover {
	text-decoration: underline;
}

hr {
	background-color: #c00b1e;
	height: 10px;
	border-style: solid;
	border-width: 0;
	border: 0;
	clear: both;
}

h4 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: italic; 
	line-height: 130%;
	color: #c00b1e;
	margin-bottom: 10px;
}

#breadcrumb {
	font-size:11px;
	padding-top: 5px;
}
  #breadcrumb ol{
	margin:0;
	padding-left:6px;
  }
  #breadcrumb li {
  list-style-position:outside;
list-style-type:none;
list-style: none;
margin:0;
padding:0;
float:left;
font-size:0.92em;
padding-right:0.4em;
padding-top:4px;
  }
  #breadcrumb li:after {
	content: '>';
	padding-left: .5em;
}



#subfooter {
	font-size: 10px;
	color: #666666;
}

td h3 {
	font-size: large;
	margin-bottom: 10px;
}