* {
	font-family: arial, sans-serif;
	background-color: transparent;
	color: black;
}

input, select {
	background-color: #F5F5F5;
	font-size: 14pt;
}

#combolistMain {
	width: 717px;
	min-width: 500px;
	max-width: 717px;
	font-size: 14pt;
}

.longtextinput {
	width: 500px;
}

.error {
	border: none;
	padding: 5px;
	margin: 4mm;
	background-color: #E6E6E6;
	color:red;
	font-size: 14pt;
}

fieldset {
	margin-top: 10px;
}

.hinweistext {
	font-style: italic;
	font-size: 10pt;
}

legend {
	font-size: 12pt;
	font-weight: bold;
}

.liste { # TABELLEN MIT LISTEN
	border: thin solid black;
	padding: none;
	margin: none;
	font-size: 12pt;
}
.liste ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
}

.listnavigation {
	font-size: small;
	color: blue;
	font-size: 10pt;
}

.status {
	border: 1px solid black;
	padding: 5px;
	margin: 4mm;
	background-color: #E6E6E6;
	font-style: italic;
	color:blue;
	font-size: 14pt;
	min-width: 500px;
	max-width: 800px;
}

.tabelle {
	
} 

.textausgabe p {
	padding: none;
	margin: none;
}

.stuecktext {
	
}

.tooltip {
	position: relative;
	border-bottom: 1px dotted #C20; cursor: help;
}

.tooltip em {display: none;}

.tooltip:hover em {
	display: block;
	position: absolute;
	left: 0; bottom: 120%;
	width: 200px; color: #D3A7A7;
	font-style: normal;
	font-size: 11pt;
	border: 2px solid #00ACE6;
	padding: 4px;
	background: #4B4B4E;
}

#wrapper {
	width: 100%;
	min-width: 835px;
    margin: 0px auto;
    display:block;
}
#header {
	min-width: 950px;
	margin: 0px auto;
    display:block;
    margin-left: 0px auto;
	margin-right: 0px auto;
}
#content {
	width: 100%;
	min-width: 800px;
	margin-top: 15px;
	margin-left: 0px auto;
	margin-right: 0px auto;
	display: block;
}
#mainsearch {
	font-size: 14pt;
	display:block;
	margin-top: 60px;
	margin-left: 0px auto;
	margin-right: 0px auto;
	min-width: 825px;
	max-width: 825px;
	width: 825px;
}

/* Einzelne Elemente */

a:link {color:#343366;}
a:visited {color:#633;}
.lstSmall {width: 150px;}

/* Dropdown-Menü */

#menu {
  font-size:14pt;
  position:absolute; 
  min-width: 825px;
}

#menu ul {
  list-style-type:none;
  list-style-image:none;
  margin:0px;
  padding:0px;
}

#menu li.topmenu {
  float:left;
}

.topmenu a {
  float:left;
  width:150px;
  text-align:center;
}

.topmenu ul{
  display:none;
}

.topmenu a, .submenu a{
  padding:1px 5px;
  border:1px solid #C37000;
  border-collapse:collapse;
  color:#C37000;
  font-weight:bold;
  text-decoration:none;
  background-color:#7F4800;
  margin:0;  
}

.submenu a{
  font-size:14px;
  width:150px;
  position:relative;
  clear:both; /* special IE6 */
}

#menu a:hover, .topmenu.on a {
  color:#4C4C4C;
  background-color:#ffddbb !important;
}

.topmenu:hover ul {
  display:block;  
  z-index:500;
}
