/* Grundeinstellungen vornehmen */
body {
  font-family: Arial, Helvetica, Sans-Serif;
  background-color: #FFFFFF;
  color: #475D6F;
  font-size: 110%;
	padding: 20px;
}

a {
  color: #475D6F;
  text-decoration: underline;
}

a:hover {
  color: #475D6F;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

/* ================================================================= */
/* custom styles */

h2 {
	padding-bottom: 10px;
}

h3 {
	width: auto;
	background-color: #E4ECEE;
	border: 1px dotted  #000000;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
}

h5 {
	font-weight: bold;
	font-size: 100%;
}

/* Sprachwahl */
#setlang {
	display: block;
	float: left;
}

#setlang ul {
	width: auto;
	background-position: 0px 0px;
	padding: 8px 10px 0px 4px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}

#setlang li {
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 6px;
}

#setlang a { 
	text-decoration: none;
}

#setlang a:hover { 
	text-decoration: underline;
}

#setlang a.active {
	text-decoration: underline;
}

/* Suche */
#search {
	padding-top: 4px;
	padding-left: 15px;
}

#search, #search input {
	display: block;
	float: left;
	font-size: 14px;
}

#search #fld_search {
	width: 95px;
	margin-top: 1px;
}

#search #btn_search  {
	display: none;
}

#search #btn_search_text { 
	cursor: pointer;
	margin: 0px;
	padding-left: 5px;
	padding-right: 4px;
	color: #475D6F;
}

/* Hauptnavi-Leiste */
#navline {
	width: auto;
	height: 30px;
  background: #F1FAFE;
  font-size: 115%;
	letter-spacing: -0.01em;
  font-weight: bold;
  text-align: left;
  padding: .4em 0 .4em 0em;
  padding-left: .2em;
  border: 1px solid #3E5567;

}

/* Untermenue */
#navUbottom {
	display: none;
}

#navU li.sub2 a {
	background: none;
	padding: 0px 0px 0px 10px;
	text-transform: none;	
	font-size: 80%;
}

#navU li.sub2-active a {
	background: none;
	padding: 0px 0px 0px 10px;
	text-transform: none;
	text-decoration: underline;
	font-size: 80%;
}

#navU li.sub2 a:hover, #navU li.sub2-active a:hover {
	background-image: none;	
}

/* footer_menu */
#navFooter {
	margin-top: 10px;
	font-size: 12px;
}

#navFooter a {
	font-size: 12px;
}


/* aus vorlage */
ul, li {
	margin: 0px;
	padding: 0px;
}

/* Hauptbereich */
#hauptbereich {
  border-left: 1px solid #3E5567;
	border-right: 1px solid #3E5567;
	border-bottom: 1px solid #3E5567;
  font-size: 120%;
  padding: 1px;
}

/* Hauptbereich | Inhalte*/
#lMain {
  padding: .5em .5em .5em .5em;
}

#lMain ul, #lMain li {
	margin: 0px;
	padding: 0px;
}

#lMain li {
	margin-left: 15px;
}

/* Newsbereich */
#lMain #newsheader {
	display: block;
	width: 300px;
	background-color: #F1FAFE;
	text-transform: uppercase;
	color: #475D6F;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	border: 1px dotted #3E5567;
	padding-left: 2px;
}

#lMain .newsentry {
	display: block;
	width: 300px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #3E5567;
}



/* end custom styles */
/* ================================================================= */

/* ================================================================= */
/* start overwrite/special */

#lMain table, #lMain td, #lMain th {
	border: 0;
}

#lMain .address {
	display: block;
	float: left;
	font-size: 100%;
	width: 250px;
}

/* end overwrite */
/* ================================================================= */

img {
  border: 0px none;
  margin: 0px;
}

kbd {
  font-family: Monaco, Courier New, Courier, Mono;
  font-size: 100%;
  font-variant: small-caps;
  font-style: italic;
  letter-spacing: .1em;
}


table {
  border: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #3E5567;
  width: 100%;
}

legend {
  display: none;
}

td, th {
  border-left: 1px solid #3E5567;
  border-bottom: 1px solid #3E5567;
  border-collapse: separate;
  vertical-align: top;
  empty-cells: show;
}

th {
  background: #E4ECEE;
  color: #3E5567;
  font-weight: bold;
  text-align: center;
}


abbr[title], acronym[title] {
  border-bottom: 1px dashed #3E5567;
  font-variant: normal;
  text-transform: none;
}

/* Header mit Logo */
#printerlogo { } 

#printerlogo img {
  display: none;
}

#header {
  text-align: left;
}

#logo {
  display: none;
}

/* Ansichtsoptionen */
#ansicht {
  background: #C7D1D4 !important;
  border-top: 1px solid #3E5567 !important;
  border-left: 1px solid #3E5567 !important;
  border-right: 1px solid #3E5567 !important;
  font-size: 80% ! important;
  padding: .4em 0 .4em 0 !important;
  font-weight: normal !important;
}

#ansicht ul {
  border: none !important;
  list-style: none !important;
}

#ansicht li {
  display: inline !important;
  padding: .2em .3em !important;
  border: none !important;
}

#ansicht li.last {
  list-style: none !important;
  display: inline !important;
}

#ansicht img {
  display: none;
}


/* Metanavigation */
#metanavigation {
  text-align: left;
}

#metanavigation ul {
  background: #E4ECEE;
  border-top: 1px solid #3E5567;
  border-left: 1px solid #3E5567;
  border-right: 1px solid #3E5567;
  list-style: none;
  padding: .4em 0 .4em 0;
  font-size: 85%;
  font-weight: bold;
}

#metanavigation li {
  display: inline;
  padding: 0em .4em;
}

#metanavigation li.first {
  padding-left: .3em;
}

#metanavigation li.lastactive {
  color: #D04141;
}

#metanavigation li.active {
  text-decoration: none;
  color: #D04141;
}

#metanavigation li a {
  text-decoration: none;
}

#metanavigation li a:hover {
  text-decoration: underline;
}

/* Hauptmen */
#navH {
	display: block;
	float: left;
}

#navH ul {
  border: none;
  list-style: none;
}

#navH li {
  display: inline;
  padding: 0em .1em;
}

#navH li.first {
  border: 0;
  padding-left: 0em;
}

#navH li.active {
  text-decoration: none;
  color: #D04141;
}

#navH li.firstactive {
  color: #D04141;
  padding-left: 0em;
  border: 0;
}

#navH li a {
  text-decoration: none;
}

#navH li a:hover {
  text-decoration: underline;
}

#abstand {
  height: 10px;
}

/* Untermen */
#navUhead {
  border: 1px solid #97A7B2;
  background: #F1FAFE;
  font-size: 80%;
  font-weight: bold;
  padding: .5em;
}

#navU {
	margin-top: 1px;
  margin-bottom: 30px;
  background: #F1FAFE;
  font-size: 80%;
  font-weight: bold;
  text-align: left;
  padding: .8em 0 .8em 0em;
  padding-left: .3em;
  border: 1px solid #97A7B2;
}

#navU ul {
  border: none;
  list-style: none;
}

#navU li {
  display: inline;
  padding: 0em .1em;
}

#navU li.first {
  border: 0;
  padding-left: 0em;
}

#navU li.active {
  text-decoration: none;
  color: #D04141;
}

#navU li.firstactive {
  color: #D04141;
  padding-left: 0em;
  border: 0;
}

#navU li a {
  text-decoration: none;
}

#navU li a:hover {
  text-decoration: underline;
}

.bullet {
  color: #475D6F;
  font-size: 120%;
}

li.active .bullet {
  color: #D04141;
}

li.firstactive .bullet {
  color: #D04141;
}

.bulletmeta {
  color: #475D6F;
}

li.active .bulletmeta {
  color: #D04141;
}

li.firstactive .bulletmeta {
  color: #D04141;
}

.bulletsub {
  color: #475D6F;
}

li.active .bulletsub {
  color: #D04141;
}

li.firstactive .bulletsub {
  color: #D04141;
}

.noxxl {
  display: none;
}

