@charset "utf-8";
/* CSS Document */

.dropdown-submenu {
     position: relative;
}

.dropdown-submenu>.dropdown-menu {
     top:0;
     left:100%;
     margin-top:-6px;
     margin-left:-1px;
     -webkit-border-radius:0 6px 6px 6px;
     -moz-border-radius:0 6px 6px 6px;
     border-radius:0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
     display:block;
}

.dropdown-submenu>a:after {
     display:block;
     content:" ";
     float:right;
     width:0;
     height:0;
     border-color:transparent;
     border-style:solid;
     border-width:5px 0 5px 5px;
     border-left-color:#cccccc;
     margin-top:5px;
     margin-right:-10px;
}

.dropdown-submenu:hover>a:after {
     border-left-color: #fff;
}

.dropdown-submenu.pull-left {
     float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
     left:-100%;
     margin-left:10px;
     -webkit-border-radius:6px 0 6px 6px;
     -moz-border-radius:6px 0 6px 6px;
     border-radius:6px 0 6px 6px;
}
.klein  {
	font-size: 0.8em;	
}

td  {
	padding: 5px;
}

.rubrik_anzeigen_rubrikentitel  {
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	color:#607093;
	padding:3px;
	margin-top: 1.6em;
	border-bottom: 1px;
	border-color:#000453;
	border-bottom-style:solid;	
	line-height: 85%;
}

.info_meldungstitel  {
	margin-top:1.8em;	
	font-style:italic;
	font-size:0.8em;
	margin-bottom: 0em;	
}

.meldungstitel  {
	margin-top: 0em;	
}

a.meldungstitel  {
	color:#000;
	text-decoration:none;	
}

a.meldungstitel:hover {
	color:#37a9e7;
	text-decoration:none;	
}

.seitentitel  {
	margin-top: 1.2em;
	margin-bottom: 0em;
}

.warnung  {
	background-color:#FFF6A5;	
	padding: 5px;
	margin-bottom: 1em;
	border-radius: 10px;
}

.footer {
  position: relative;
  margin: 2em auto 0em auto;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 140px;
  padding-top: 1em;
  background-color: #f5f5f5;
}

.banneranzeigeplatz  {
	border:thin;
	border-color:#666;
	background-color:#CF0;
	padding: 5px;	
}

th  {
	padding-right: 10px;	
}
.rubrikenmenue:hover  {
	text-decoration: none;
	color: #000;
}

.et_panel_header  {
	font-size: 20px;
	margin-top: 0px;	
	margin-bottom: 0px;	
}

.menu-level-0  {
	color: #666;	
}

.Suche  {
	position: absolute;
	right: 5%;
	top: 40px;
}

.Suche_erweitert  {
	position: absolute;
	left: 85%;
	top: 40px;
}

.Suche button {
	border: 1px;
	background: none;
	/** belows styles are working good */
	padding: 2px 5px;
	margin-top: 1px;
	position: absolute;
	left: 50%;
	top: 5px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#FFD83C;
}