/* Grundeinstellungen vornehmen */
body {
  font-family: Arial, Helvetica, Sans-Serif;
  background-color: #B4B4B5;
  color: #000000;
  padding: 20px;
  min-width: 870px;
}

a {
  color: #000000;
}

a:hover{
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

/* ================================================================= */
/* custom styles */
h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	padding-bottom: 10px;
}

h3 {
	width: auto;
	background-color: #EEEEEE;
	border: 1px dotted  #999999;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
}

h5 {
	font-weight: bold;
}

/* Sprachwahl */
#setlang {
	display: block;
	float: left;
}

#setlang ul {
	width: 190px;
	background-position: 0px 0px;
	padding: 6px 0px 0px 23px;
	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: 20px;
}

#search, #search input {
	display: block;
	float: left;
	font-size: 14px;
}

#search #fld_search {
	width: 100px;
	margin-top: 1px;
}

#search #btn_search  {
	display: none;
}

#search #btn_search_text { 
	cursor: pointer;
}

/* Hauptnavi-Leiste */
#navline {
	width: auto;
	height: 30px;
	background: #EEEEEE;
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif, Verdana;
  font-size: 115%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: left;
  padding: .7em 0em .7em 0em;
	border-top-width: 3px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #646464;
}

/* Untermenue */
#navUbottom {
	text-align: left;
	padding: 30px 0px 10px 13px;
	background-color: #EEEEEE;
}

#navUbottom a {
	font-weight: normal;
	text-decoration: none;
}

#navUbottom a:hover {
	text-decoration: underline;
}

#navU li.sub2, #navU li.sub2-active {
	padding: 0px 0px 10px 0px;
}

#navU li.sub2 a {
	background: none;
	padding: 0px 0px 0px 10px;
	text-transform: none;	
}

#navU li.sub2-active a {
	background: none;
	padding: 0px 0px 0px 10px;
	text-transform: none;
	text-decoration: underline;
}

#navU li.sub2 a:hover, #navU li.sub2-active a:hover {
	background-image: none;	
}

/* footer_menu */
#navFooter {
	display: block;
	float: left;
	padding-top: 10px;
	font-size: 12px;
}

#navFooter a {
	font-size: 12px;
}

/* aus vorlage */
ul, li {
	margin: 0px;
	padding: 0px;
}

/* linke Spalte (del)*/
#lCol {
	display: block;
	float: left;
  width: 22%;
  margin-top: 1px;
  margin-left: 2px;
	margin-right: 20px;
  border: 1px dotted #646464;
}

/* Hauptbereich */
#hauptbereich {
	float: left;
	width: 100%;
	padding: 1px 0em 1em 0em;
  background-color: #F6F6F6;
  color: #000000;
  font-size: 90%;
}

/* Hauptbereich | Inhalte*/
#lMain {
	display: block;
	float: left;
	width: 70%;
	min-height: 400px;
	padding: 20px 10px 10px 0px;
  color: #000000;
}

#lMain ul, #lMain li {
	margin: 0px;
	padding: 0px;
}

#lMain li {
	margin-left: 15px;
}

/* Newsbereich */
#lMain #newsheader {
	display: block;
	width: 200px;
	background-color: #EEEEEE;
	text-transform: uppercase;
	color: #000000;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	border: 1px dotted #999999;
	padding-left: 2px;
}

#lMain .newsentry {
	display: block;
	width: 200px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #999999;
}

/* end custom styles */
/* ================================================================= */

/* ================================================================= */
/* start overwrite/special */

/* end overwrite */
/* ================================================================= */

img {
  border: 0px none;
  margin: 0px;
}

kbd {
  font-family: Monaco, Courier New, Courier, Mono;
  font-size: 1em;
  font-variant: small-caps;
  font-style: italic;
  letter-spacing: .1em;
}


table {
  border: 0;
  border-right-width: 0px;
  border-right-style: solid;
  border-right-color: #000000;
  width: 100%;
}


td, th {
  vertical-align: top;
  empty-cells: show;
}

th {
  background: #EEEEEE;
  color: #000000;
  font-weight: bold;
  text-align: center;
}



abbr[title], acronym[title] {
  border-bottom: 1px dashed #000000;
  font-variant: normal;
  text-transform: none;
}


legend {
  display: none;
}

/* Header mit Logo */
#printerlogo {
  font-size: 0em;
  display: none;
}

#headerline {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #B4B4B5;
}

#header {
  color: #000000;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
  border-right-color: #646464;
  border-left-color: #646464;
  border-top-color: #646464;
}

/* Logo und erweiterter Header */
#logo {
  background-image: url("../img/imibe_logo_bw.gif");
  background-repeat: no-repeat;
  background-position: right top;
}


/* Ansichtsoptionen */
#ansicht {
  text-align: left;
  font-family: Arial, Helvetica, Sans-Serif, Verdana;
}

#ansicht .hideme {
  display: none;
}

#ansicht ul {
  margin-left: 0px ! important;
  padding-left: 0px ! important;
  display: inline;
}

#ansicht li {
  margin-left: 0px ! important;
  border: 0px solid #000000 ! important;
  padding: 1px 7px ! important;
  list-style: none;
  display: inline;
}

#ansicht li.last {
  list-style: none;
  display: inline;
  padding-right: 11px ! important;
}

#ansicht img {
  vertical-align: middle;
  border: 0 ! important;
}


/* Metanavigation */
#metanavigation {
  float: left;
  padding: 15px 0 0 15px;
  text-align: left;
  font-family: Arial, Helvetica, Sans-Serif, Verdana;
  font-size: 70%;
  letter-spacing: .8px;
  text-transform: lowercase;
}

#metanavigation ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}

#metanavigation li {
  margin-left: 0;
  padding: .1em 1em;
  border-left: 1px solid #000000;
  list-style: none;
  display: inline;
}

#metanavigation li.active {
  margin-left: 0;
  padding: .1em 1em;
  border-left: 1px solid #000000;
  list-style: none;
  display: inline;
  text-decoration: underline;
}

#metanavigation li.first {
  list-style: none;
  display: inline;
}

#metanavigation li.last {
  margin-left: 0;
  padding: .1em 1em;
  border-right: 1px solid #000000;
  list-style: none;
  display: inline;
}

#metanavigation li.lastactive {
  margin-left: 0;
  padding: .1em 1em;
  border-right: 1px solid #000000;
  list-style: none;
  display: inline;
  text-decoration: underline;
}

#metanavigation a {
  color: #000000;
  text-decoration: none;
}

#metanavigation a:hover {
  color: #000000;
  text-decoration: underline;
}

/* Hauptmen */
#navH {
	display: block;
	float: left;
}

#navH ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}

#navH li {
  margin-left: 0;
  padding: .6em .1em .6em .2em;
  list-style: none;
  display: inline;
}

#navH li.active  {
  list-style: none;
  display: inline;
  text-decoration: underline;
  color: #000000;
}

#navH li.active a {
  text-decoration: underline;
}

#navH li.first {
  margin-left: .4em;
  list-style: none;
  display: inline;
}

#navH li.firstactive {
  margin-left: .4em;
  list-style: none;
  display: inline;
  text-decoration: underline;
  color: #000000;
}

#navH a {
  color: #000000;
  text-decoration: none;
}

#navH a:hover {
  color: #000000;
  text-decoration: underline;
}

#abstand {
  background: #B4B4B5;
  height: 3px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #646464;
  margin-bottom: 1px;
  font-size: 3px;
}



/* Untermen */
#navUhead {
  background: #F6F6F6;
  margin-bottom: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #F6F6F6;
  padding: 2em 1em .8em 1em;
  text-transform: uppercase;
  line-height: 1.5em;
}

#navU {
  background: #EEEEEE;
  padding: 1.5em 1em 1.5em 1em;
}

#navU ul {
  border: none;
  list-style: none;
}

#navU li {
  padding: 0em 1.2em 1.2em 0em;
}

#navU li.active {
  display: block;
  text-decoration: underline;
  list-style: none;
  color: #000000;
}

#navU li a {
  color: #000000;
  display: block;
  text-decoration: none;
}

#navU li a:hover {
  color: #000000;
  display: block;
  text-decoration: underline;
}


#selector {
  color: #000000;
  border: 1px solid #000000;
  background: #F6F6F6;
}

.bullet {
  color: #000000;
  font-size: 120%;
}

li.active .bullet {
  color: #000000;
}

li.firstactive .bullet {
  color: #000000;
}

.bulletmeta {
  display: none;
}

.bulletsub {
  display: none;
}


