@CHARSET "ISO-8859-1";

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

*{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;	
}

h1{
	font-weight: normal;
	font-size: 54px;
	Opacity: .5;
}

body{
	min-width: 748px;	
}

body { 
  overflow-y: scroll;
  font-weight: normal;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  background-color: #ffffff;
}

.form_input_elem {
  float:left;
  width:175px;
  width: 100%;
}

.form_input_extra_text {
  float:left;
  width:95px;
}

a {
  color: #107A86;
  text-decoration: underline;  
}

input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly] 
{ 
 background-color: #dcdcdc; 
}


.error-text {
  color: #bb0000;
}

.debug {
  color:black;
}

img, body, html {
  border: 0 none;
}

ol, ul {
  list-style-type: none;
}


.form_container {
  padding: 0;
}

.form_div fieldset {
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
}

.fieldset_container {
  position: relative;
}

legend {
  padding: 5px;
  background-color: #FFFFFF;
  border: 1px solid #C5D6F6;
}

.collapsible legend {
  cursor: pointer;
}

* html legend {
  position: absolute;
  top: -1.5em;
  left: .2em;
  margin: 10px;
  padding: 5px;
  background-color: #FFFFFF;
  border: 1px solid #C5D6F6;
}

.streifen-links {
  width: 100%;
  padding: 0 0 100px 0;
  margin: 0;
  /* background: url(../images/layout/leiste-links-bg.png) repeat-y 15px 0px; */
}

/*
* Struktur START
*/

#container {
	width: 100%;
    min-height: 100%;
	padding: 0;
	margin: 0;
	border: 0px solid red;
}

#toppage {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #1da0a6;
	
	background: #198e9c; /* Old browsers */
	background: -moz-linear-gradient(top, #198e9c 0%, #1da0a6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#198e9c), color-stop(100%,#1da0a6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #198e9c 0%,#1da0a6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #198e9c 0%,#1da0a6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #198e9c 0%,#1da0a6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #198e9c 0%,#1da0a6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198e9c', endColorstr='#1da0a6',GradientType=0 ); /* IE6-9 */
}

#main {
	width: 100%;
	padding: 0;
	margin: 0;
	/*
	background: url(../images/layout/main-bg.png) 0 99px repeat-x;
	*/
	border-bottom: 0px solid #107A86;
}

#grauUnten {
	padding: 0;
	margin: 0;	
	/* background: url(../images/layout/main-bg.png) 0px 99px repeat-x;	*/
}

/*
* Struktur ENDE
*/

#links_small {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 999;
}

#links_small ul {
  float: left;  
  padding: 0;
  margin: 2px 0 0 10px;
}

#links_small li {
display: inline-block;
  padding: 2px;
  margin: 0 10px;
}

#links_small li a {
  opacity: 0.5;
  color: white;
  font-size: 0.8em;
  white-space: nowrap;  
  text-transform: uppercase;
}

#links_small li a:hover {
	opacity: 1;
/*	text-decoration: underline;*/
}

#logo {
	position: relative;
	top: 0px;
	right: 10px;
	height: 0;
	overflow: visible;
	text-align: right;
    pointer-events: none;
}

.submenu {
  width: 100%;
}

#main_menu{
	position: relative;
    z-index: 999;
}

#main_menu li {
  /* float: left; */
  display: inline;
}

#main_menu li ul li a {
  height: 25px;
  line-height: 25px;
}

#main_menu ul li ul {
  display: none;
}

#main_menu ul li ul li ul {
  display: none;
}

#main_menu:hover ul ul{
  display:none;
}

#main_menu ul li:hover ul {
  display: inline;
  position:absolute; 
  left:0px; 
  top:77px;
}

.formlisten {
  /* border-collapse: collapse; */
  font-size: 1em;
  margin: 10px 0;
}

.formlisten_100 {
	width:100%;
}

table.formlisten {
/*
  max-width: 900px;
  margin-left: 10px;
*/
  border-spacing: 1px;
  margin: 0;
}

.formlisten td {
  padding: 1px 5px;
  border: 1px solid white;
  color: #5C5C5C;
}

.formlisten th {
  font-weight: normal;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  padding: 3px 6px;
  color: #5C5C5C;
  border: 1px solid white;
}

.formlisten th a {
  text-decoration: none;
  color: #5C5C5C;
}

.formlisten tr {	
	background-color: #F2F2F2;
	/*
	border: 2px solid white;
	*/
}

.formlisten .formlisten th  {
	font-size: 0.95em;
}

.formlisten tr.ui-state-highlight {
	/* border-bottom: 2px solid #107A86; */
	background-color: #D7E6F8;
}

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  background-color: #d3e0f8;
}


.ui-state-odd {
  background-color: #FFFFFF;
}

.ui-state-even {
  background-color: #d3e0f8;
}

.formlisten th.table_th span {
  display: inline-block;
}

.table_th {
  font-size: 1em;
}

.formlisten th.table_th span.ui-icon {
  
}

.ui-icon {
  cursor: pointer;
}

.ui-state-highlight .ui-icon {background-image: url(standard/images/ui-icons_222222_256x240.png); }


div.form_div {
	width: auto;
}

div.anz2 {
  /* display: inline; */
  float: left;
  padding: 2px 0;
  text-align: left;
  /* overflow: hidden; */
}

div.label_col1, div.label_col2 {
  width: 220px;
}

div.field_col1, div.field_col2 {
  width: 220px;
}

div.buttons {
	clear: both;
	margin-top: 10px;
}

.ui-required-icon {
  display: inline-block;
  background-image: url(standard/images/ui-icons_888888_256x240.png);
  /* background-image: url(standard/images/ui-icons_ef8c08_256x240.png); */
  width: 13px; 
  height: 13px;
}

.ui-icon-alert {
    background-position: -226px -113px;
}

.ui-error-icon {
  display: inline-block;
  background-image: url(standard/images/ui-icons_cd0a0a_256x240.png);
  width: 16px; 
  height: 16px;
}

.navi_numbers {
  color: #5C5C5C;
  margin: 5px 0;
  padding: 0;
  border: 0px solid #107A86;
  text-align: left;
}

.navi_numbers a, .navi_numbers span {
  display: block;
  float: left;  
  height: 20px;
  line-height: 20px;
  margin: 0;
  text-align: center;
}

div.navi_numbers div.abstand {
	padding: 0 0 0 15px;
	margin: 0;
}

span.navi_active, a.navi_inactive:hover  {
  padding: 0 5px;
  color: white;
  text-decoration: none;
  background-color: #107A86;
}

a.navi_inactive {
  padding: 0 5px;
  color: #107A86;
  text-decoration: underline;
}

.navi_anfang {
  float: left;
  background: transparent url(standard/images/ui-icons_454545_256x240.png) -80px -160px no-repeat;
  width: 16px;
  height: 16px;
}

.navi_ende {
  display:inline-block;
  background: transparent url(standard/images/ui-icons_454545_256x240.png) -64px -160px no-repeat;
  width: 16px;
  height: 16px;
}


/*
.inhaltsbox {
  margin: 0px 20px;
  padding: 10px 20px;
}
*/

.inhaltsbox table{
  width: auto;
  height: auto;
}

.form_div table {
  border: none;
  width: 100%;
}

/* NEUE CSS AB HIER */

#toppage_logo {
  margin: 0;
  padding: 0;
  border-bottom: 0px solid #c5d6f6;
  width: auto;
  height: auto;
}


#toppage_header {
  margin: 0;
  padding: 0;
  border-bottom: 0px solid #c5d6f6;
  height: auto;
}

#main_menu {
  margin: 0 0 0 10px;
  padding: 20px 0 0 0;
}

/* Overwrite der Werte des Menues - neues Design  */

.submenu ul {
  padding: 0;
}

.submenu {
  margin: 0;
  border-bottom: 0px solid #107A86;
  height: auto;
  width: auto;
  clear: both;
}

#main_menu li a {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 1.2em;
  color: #ffffff;
  height: 34px;
  text-align: center;
  padding: 0 10px;
  margin: 0 2px;
  white-space: nowrap;
  letter-spacing: .25px;
  float: left;
  text-shadow: 1px 1px 9px rgba(0,0,0,.25);
  border: 1px solid transparent;
  border-bottom: 0 px solid transparent;
}

#main_menu li a:after {
    border-right: 1px solid #ffffff;
    border-right: 1px solid rgba(255,255,255,.25);
    content: "";
    display: inline;
    height: 26px;
    margin-left: 15px;
    margin-right: -15px;
    position: relative;
    width: 1px;
}

#main_menu ul li a.active {
/*	pointer-events: none;
*/	color: #107a86;
	text-shadow: 1px 1px 9px rgba(0,0,0,.1);	
	margin-left: -1px;
	background-color: #ffffff;
	transition: box-shadow 1s ease;
}

#main_menu ul li a.active:after {
    margin-left: 10px;
    margin-right: -5px;
}

.linkActive {
	background: #F3F3F3;
	font-weight: bold;
	border-style: solid;
	border-width: 0;
	border-color: #107A86;
  color: #FFFFFF;
  font-weight: bold;
	padding: 5px;
}

#main_menu ul li a:hover {
	color: white;
}

#main_menu ul li a:hover:before {
	content: "";
	height: 4px;
	background-color: #ffffff;
	margin-bottom: -4px;
	display: block;
	position: relative;
	width: 100%;

}

#main_menu ul li a.active:hover {
	color: #666666;
}

.submenu li a, a.newItem {
  display: inline-block;
  color: #5C5C5C;
  font-size: 1em;
  line-height: 20px;
  text-align: center;
  padding: 0 5px;
  margin: 0;
  white-space: nowrap;
}

.submenu ul li a.active {
  font-weight: bold;
  color: #333333;

}

.submenu ul li a:hover, a.newItem  {
  color: #fffffff;
}

a.newItem {
	float: none;
	width: auto;
	display: inline-block;
	color: #ffffff;
}

#left_col {
  display: none;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 238px;
  padding: 0;
  margin: 20px 10px 0 15px;
  border: 0px solid yellow;
}

#main_col {
	/*
  position: absolute;
  top: 100px;
  left: 0;
  */
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #5C5C5C;
  border: 0px solid green;
}

#main_col div.streifen-links {
	padding: 5px 0 0 0;
}

#mainTrenner {
	background-position: 0px 42px;
	background: none;
}

.box, .smallbox, .varbox {
  margin: 0 0 0 3px;
  padding: 0;
  border: 0px solid #107A86;
  color: #107A86;
}

.smallbox {
  width: 100%;
}

.varbox {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0 0 20px 0;
  background-color: white;
}

.boxcontent {
  margin: 5px;
  padding-left: 5px;
}

.boxcontent .label {
  width: 100px;
}

.boxheader {  
  line-height: 1.4em;
  font-size: 1.1em;
  display: block;
  padding-left: 9px;
  color: #107A86;
  font-weight: bold;
  text-align: left;
}

.varbox .boxheader {
  text-align: left;
}

#left_col .smallbox .boxheader {
	margin-bottom: 20px;
}

.varbox .boxcontent {
  margin: 40px 10px;
}

.center_layer {
  text-align: center;
  color:#5C5C5C;
}

.clearer {	
	padding: 0;
	margin: 0;
	clear: both;

	/*
	float: none;
	height: 0;
	width: 0;
	*/
}

.msg {
  font-size: 10px;
}
.error {
  clear: both;
  color: #bb0000;
  margin: 15px 0;
}

.inhaltsbox form {
  border: 0px solid #DAE6F4;
}

div.label{
  margin: 0 5px 1px 0;
}

.inhaltsbox, .inhaltslisten {
  display: block;
  clear: both;
  float: none;
  margin: 20px 0;
  padding: 0;
  margin: 10px 0;
}

.inhaltsbox {
  border-bottom: 0px solid #C5D6F6;
}

.formlisten .ui-state-hover {
	background-color: white;
}

#back, #submitform, #submitform_other, #submitform_third, #submit, a.textbutton {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 4px 10px 2px;
  font-size: 1em;
  border: 1px solid white;
  background: #107A86 url(../images/layout/button-bg.png) center repeat-x;
  width: auto;
  color: white;
  clear: both;
}

.mutiple_whole_row {
  width: 617px;
}

input, select {
  padding: 0;
  margin: 0;
  width: 170px;
  background-color: white;
  border: 1px solid #107A86;
  font-size: 1em;
  min-height: 18px;
  border: 1px solid #CCCCCC;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.05) inset;
}

input:hover, select:hover{
  border: 1px solid #198E9C;
}

.radio{
    width: 5%;
}

#searchbox input, #searchbox select {
  width: 80%;
}

.form_table_text {
  width: 40px;
}

input.radiobutton {
	width: 20px;
}

#loginbox {
	top: 30%;
	width: 280px;
	height: auto;
	margin: 60px auto 20px auto;
	padding: 10px;
	padding-top: 140px;
	color: #107A86;
	border: 1px solid #dddddd;
	box-shadow: 1px 1px 19px rgba(0,0,0,0.25);
	background-image: url(../images/layout/inbas_login.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-position: 10px 10px;
}

#loginbox  .boxheader {
    padding-left: 15px;
    padding-top: 15px;
	border-top: 1px dotted #999999;
}
#loginbox  .boxcontent {
  margin: 15px 10px 10px 10px;
}

#loginbox .label {
	clear: both;
	margin: 3px 0;
}

#loginbox #input_elem_user,
#loginbox #password{
	margin-bottom: 6px;
}

#loginbox .label{
	float: left;
}

#loginbox #submit{
	margin-top: 10px;
	float: right;
}


#loginbox #field_content_for_user,
#loginbox #field_content_for_password{
	float: right;
}

#pw-reminder {
	clear: both;
	margin: 20px 0 0 0;
}

.form_div div.label {
	width: auto;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	line-height: 20px;
	font-weight: bold;
    color: #666666;
}

h2.flussLinks {
	float: left;
	margin: 4px 0;
	border: 0px solid black;
}

a.page_first {
	font-variant: small-caps;
	color: #107A86;
	width: 14px;
	min-height: 13px;
	margin: 0 10px 0 0;
	padding: 0;
	background: url(../images/layout/page-first.png) center no-repeat;
}

a.page_first:hover {
	background: url(../images/layout/page-first_ro.png) center no-repeat;
}

a.page_prev , a.prevItem {
	font-variant: small-caps;
	color: #107A86;
	min-height: 13px;
	margin: 0 10px 0 0;
	padding: 0 0 0 30px;
	background: url(../images/layout/page-prev.png) left center no-repeat;
}

a.page_prev:hover , a.prevItem:hover {
	background: url(../images/layout/page-prev_ro.png) left center no-repeat;
}

a.page_next, a.nextItem {
	font-variant: small-caps;
	color: #107A86;
	min-height: 13px;
	margin: 0 0 0 10px;
	padding: 0 30px 0 0;
	background: url(../images/layout/page-next.png) right center no-repeat;
}

a.page_next:hover, a.nextItem:hover {
	background: url(../images/layout/page-next_ro.png) right center no-repeat;
}

a.page_last {
	font-variant: small-caps;
	color: #107A86;
	width: 15px;
	min-height: 13px;
	margin: 0 0 0 10px;
	padding: 0;
	background: url(../images/layout/page-last.png) center no-repeat;
}

a.page_last:hover {
	background: url(../images/layout/page-last_ro.png) center no-repeat;
}

a.page_prev:hover, a.page_next:hover, a.prevItem:hover, a.nextItem:hover {
	color: #2B82B5;
}

a.nextItem , a.prevItem {
	margin: 0;
	padding: 0 25px 0 0;
	height: 20px;
	line-height: 20px;
}
a.prevItem {

}

/*
a.nextItem {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 45px 0 0;
	height: 39px;
	line-height: 39px;
	background: url(../images/layout/pfeil-rechts.png) right center no-repeat;
}
a.nextItem:hover { 
	color: #2B82B5;
	background: url(../images/layout/pfeil-rechts-hover.png) right center no-repeat;
}

a.prevItem {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 0 45px;	
	height: 39px;
	line-height: 39px;
	background: url(../images/layout/pfeil-links.png) left center no-repeat;
}
a.prevItem:hover {
	color: #2B82B5;
	background: url(../images/layout/pfeil-links-hover.png) left center no-repeat;
}
*/

div.linkButton {
	width: 282px;
	min-height: 24px;
	
	background-color: #1da0a6;
	
	background: #198e9c; /* Old browsers */
	background: -moz-linear-gradient(top, #198e9c 0%, #1da0a6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#198e9c), color-stop(100%,#1da0a6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #198e9c 0%,#1da0a6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #198e9c 0%,#1da0a6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #198e9c 0%,#1da0a6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #198e9c 0%,#1da0a6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198e9c', endColorstr='#1da0a6',GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
	border: 0px solid transparent;
	
	font-weight: normal;
	box-shadow: 1px 1px 19px rgba(0,0,0,.10);
	float: left;
	margin-top: 42px;
	margin-left: -10px;
	padding: 8px 8px 8px 8px;
}

a.linkButton {
	color:white;
  text-decoration: none;  
}

#submitformagb {
	float: left;
	border: 0px solid black;

	/*margin: 6px 10px 6px 2px;*/
	border-radius: 2px;
	
	background: #37cc64; /* Old browsers */
	background: -moz-linear-gradient(top, #37cc64 0%, #1f7637 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37cc64), color-stop(100%,#1f7637)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #37cc64 0%,#1f7637 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #37cc64 0%,#1f7637 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #37cc64 0%,#1f7637 100%); /* IE10+ */
	background: linear-gradient(to bottom, #37cc64 0%,#1f7637 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37cc64', endColorstr='#1f7637',GradientType=0 ); /* IE6-9 */

	width: auto !important;
	min-height: 24px;
	
	background-color: #1da0a6;
	
	font-weight: normal;
	color:white;
	box-shadow: 1px 1px 19px rgba(0,0,0,.10);
	cursor:pointer;
}

div.noButton {
	float: left;
	border: 0px solid black;

	margin: 6px 10px 6px 2px;
	border-radius: 2px;
	
	background: #f61113; /* Old browsers */
	background: -moz-linear-gradient(top, #f61113 0%, #cc0a0c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f61113), color-stop(100%,#cc0a0c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f61113 0%,#cc0a0c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f61113 0%,#cc0a0c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f61113 0%,#cc0a0c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f61113 0%,#cc0a0c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f61113', endColorstr='#cc0a0c',GradientType=0 ); /* IE6-9 */}

div.yesButton {
	float: left;
	border: 0px solid black;

	margin: 6px 10px 6px 2px;
	border-radius: 2px;
	
	background: #37cc64; /* Old browsers */
	background: -moz-linear-gradient(top, #37cc64 0%, #1f7637 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37cc64), color-stop(100%,#1f7637)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #37cc64 0%,#1f7637 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #37cc64 0%,#1f7637 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #37cc64 0%,#1f7637 100%); /* IE10+ */
	background: linear-gradient(to bottom, #37cc64 0%,#1f7637 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37cc64', endColorstr='#1f7637',GradientType=0 ); /* IE6-9 */

	width: auto !important;
	
	background-color: #1da0a6;
	
	font-weight: normal;
	color:white;
	box-shadow: 1px 1px 19px rgba(0,0,0,.10);
	cursor:pointer;
}

div.navItems {
	margin: 3px 5px 0 0;
	padding: 0;
	float: left;
}

div.navItems hr {
	margin: 5px 0;
}

div.abstandsLayer {
	margin: 0 10px 0 10px;
}

div.inhaltsLayer {
  width: 99%;
  display: inline-block;
  padding: 10px 5px 50px 5px;
  min-height: 300px;
}

div.trenner , hr {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/layout/trenner.png) center repeat-x;
}

hr {
	height: 0;
	margin: 2px 0;
	border: none;
	clear: both;
	border-bottom: 1px dotted #cccccc;
}

hr.menu-trenner {
	margin: 10px 0;
}

.formularBlock {
	/* display: inline-block; */
	float: left;
	padding: 0;
    margin: 0 0 4px;
	/* width: 345px; */
	border: 0px solid black;
}

#searchbox {
	display: block;
	clear: both;
	padding: 5px 0;
	margin: 5px 0;	
    margin: -3px 0 -3px 0;
    padding: 10px;
	background-color: #dddddd;
    box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.05);
}

.inhaltsbox{
    border: 1px dotted #DDDDDD;
    box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.05);
    clear: both;
    display: block;
    padding: 10px;
}

#searchbox #submit {
	margin-top: 15px;
}

#back, #submitform, #submitform_other, #submitform_third, #submit, a.textbutton, .linkButtonDelete a.newItem {
	width: auto !important;
	min-height: 24px;
	
	background-color: #1da0a6;
	
	background: #198e9c; /* Old browsers */
	background: -moz-linear-gradient(top, #198e9c 0%, #1da0a6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#198e9c), color-stop(100%,#1da0a6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #198e9c 0%,#1da0a6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #198e9c 0%,#1da0a6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #198e9c 0%,#1da0a6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #198e9c 0%,#1da0a6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198e9c', endColorstr='#1da0a6',GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
	border: 0px solid transparent;
	
	font-weight: normal;
	box-shadow: 1px 1px 19px rgba(0,0,0,.10);
}

#back:hover, #submitform:hover, #submitform_other:hover, #submitform_third:hover, #submit:hover, a.textbutton:hover, .linkButtonDelete a.newItem:hover, div.linkButton:hover {
	box-shadow: 1px 1px 19px rgba(0,50,50,.25);
    text-shadow: 0 0 6px rgba(255,255,255,.5);
	cursor: pointer;
		
	background: #19888c !important; /* Old browsers */
	background: -moz-linear-gradient(top, #19888c 0%, #15767f 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19888c), color-stop(100%,#15767f)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #19888c 0%,#15767f 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #19888c 0%,#15767f 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #19888c 0%,#15767f 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #19888c 0%,#15767f 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19888c', endColorstr='#15767f',GradientType=0 ) !important; /* IE6-9 */
}

.linkButtonDelete a.newItem{
	background: #999999;
}

.linkButtonDelete{
	float: left;
	margin-top: 4px;
	margin-bottom: 6px;
}

.linkButtonDelete a{
	height: 1.8em;
	vertical-align: baseline;	
	margin-right: 60px;
}

form[name="collection_save_experten_merkliste"] {
	float: left;
	margin-top: -1px;
	margin-bottom: 6px;
}

form[name="collection_save_experten_merkliste"] input#submitform{
	background: #999999;
}

form[name="collection_save_experten_merkliste"] input#bezeichnung{
    padding-left: 4px;
    border-color: #999999;
    float: left;
    height: 22px;
    margin-bottom: 2px;
    margin-right: -5px;
    margin-top: 5px;
}

div.searchBlock {
	display: inline;
	/* margin: 5px 10px 25px 10px; */
	margin: 0 0;
	float: left;
}
#searchbox div.searchBlock{
	width: 25%;
	margin-bottom: 10px;
}

#searchbox div.searchBlock:nth-last-child(2){
	margin-bottom: 0;
	clear: both;
}

input[type='hidden'] {
	display: none;
	width: 0;
}

.formlisten td.no_entry {
	border: none;
	background: none;
}

a.prevItem, a.nextItem {	
	border: 0px solid black;
}

.trash {
	background: url(../images/layout/trashcan.png) center no-repeat;
	width: 15px;
	height: 15px;
}

.edit {
	background: url(../images/layout/edit.png) center no-repeat;
	width: 15px;
	height: 15px;
}

div.html_preview  * {
	font-family: Arial;
	font-size: 1pc;
	color: black;
}

div.html_preview ol {
	padding-left: 2pc;
	margin: auto;
	list-style-type: decimal;
}

div.html_preview ul {
	padding-left: 2pc;
	margin: auto;
	list-style-type: disc;
}

div.html_preview table {
	border: none;
	/* border-spacing: 0; */
}
div.html_preview tr {
	background: none;
	border: none;
}
div.html_preview td {
	background: none;
	/* border: 1px solid black; */
	margin: 0;
	padding: 5px;
}

div.inhaltsLayer  .submenu  {
	/* clear: both; */
}

div.inhaltsLayer  .submenu   ul li {
	display: inline;
	/* float: left; */
}

div.inhaltsLayer  .submenu   ul li:after {
    border-right: 1px solid rgba(0,0,0, 0.25);
    content: "";
    display: inline;
    height: 26px;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
    width: 1px;
}

div.inhaltsLayer .submenu   a {
    padding: 3px;
	color: #999999;
	font-weight: bold;
}

div.inhaltsLayer .submenu   a:hover {
	color: #333333;
}

div.menu-level-1 {
	margin-bottom: 16px;
}

div.inhaltsLayer .menu-level-2  a {
	font-weight: normal;
}

.first-col {
	clear: both;
}

input.radio, input.checkbox {
	width: auto;
	background: none;
	border: none;
}

div.listFeatures {
	/* width: 100%; */
	/* height: 21px; */
	margin: 0 0 0 0;
	padding: 0;
	/* background: url(../images/layout/list-items-menu-bg.png) 0 0 repeat-x; */
}

div.listFeatures div.listFeatures-left, div.listFeatures div.listFeatures-right {
	/* width: 450px; */
	display: block;
	margin: 5px 0;
}

div.listFeaturesItem  {
	display: inline;
	margin-right: 5px;
}

div.listFeatures div.listFeatures-left div.listFeaturesItem {
	float: left;	
}

div.listFeatures div.listFeatures-right div.listFeaturesItem {
	float: right;
}

div.listFeatures div.newItem {}

div.listFeatures  a.listFeaturesItem {
	display: inline-block;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin: 0;
	/* color: #5C5C5C;	*/
	color: #666666;	
	text-transform: uppercase;
}
div.listFeatures a.listFeaturesItem:hover {
	box-shadow: 1px 1px 9px rgba(0,50,50,.5);
	border-radius: 2px;
}

div.listFeatures  a.listFeaturesItem img:hover{
	background-color: transparent !important;
	box-shadow: none !important;
	border-radius: 0;
}

div.listFeatures div.newItem img {
    margin: 0 0 -4px 5px;
	padding: 0;
}

div.wholerow {
	display: block !important;
	clear: both !important;
	float: none !important;	
}

div.subheadline {
	margin: 15px 0 10px 0;
}

div.line {
	clear: both;
	margin: 10px 0;
}

tr.tr-odd {
	background: white;
}
tr.tr-hover {
	background: #D7E6F8;
}

table.highlight_rows > tbody > tr:hover {
	background: #cadce0;	
}

a.link_anfrage {
	display: block;
	width: 25px;
	height: 14px;
	background: url(../images/layout/mail-anfrage.png) 0 0 no-repeat;
}
a.link_anfrage:hover {
	background: url(../images/layout/mail-anfrage-ro.png) 0 0 no-repeat;
}

a.link_auswahl {
	display: block;
	width: 13px;
	height: 14px;
	background: url(../images/layout/okay-grau.png) center no-repeat;
}
a.link_auswahl:hover {
	background: url(../images/layout/okay.png) center no-repeat;
}

input[type='checkbox'] {
	width: auto;
}

.colEdit {
	width:25px;
}

table.formlisten{
	margin: 20px 0;
}

.inhaltslisten thead tr{
	background-color: #dddddd;
    box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.05);
}

.odd > td[width="48%"] {
    border: 1px solid #DDDDDD;
    box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

table a{
	min-height: 0 !important;
	margin-bottom: 2px !important;
}

#loginbox{}

.ui-icon-triangle-2-n-s {
    opacity: 0.3;
}

.ui-icon-circle-close {
    background-position: -32px -193px;
}

font[color="red"]{
	color: #bb0000;
}

.label a,
.label span{
	position: relative;
	top: 3px;
}

.label span.ui-required-icon{
	position: relative;
	top: 1px;
}

table.formlisten{
	min-width: 50%;
}

#searchbox div.searchBlock25 {
    width: 40%;
}
/*------------------------------------- RESP ANPASSUNGEN ---------------------------------*/

@media all and (min-width: 1000px){
	#searchbox div.searchBlock {
    width: 25%;
}
}

@media all and (min-width: 1200px){
	#searchbox div.searchBlock {
    width: 16.66%;
}
}

@media all and (min-width: 1400px){
	#searchbox div.searchBlock {
    width: 12.5%;
}
}

/*------------------------------------- RESP ANPASSUNGEN ---------------------------------*/

/*------------------------------------- SPIELEREI ---------------------------------*/

#searchbox:before {
	display: block;
	height: 14px;
	background-color: #dddddd;
	position: relative;
	margin-top: -38px;
	width: 100px;
	float: right;	
	padding: 8px 10px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#toppage {
    max-height: 80px;
	transition: max-height 1s ease .25s;
	-webkit-transition: max-height 1s ease .25s;
    box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.15) inset;
}

#toppage:hover {
	transition: max-height .5s ease .0s;
	-webkit-transition: max-height .5s ease .0s;
}

#main_menu {
	transition: margin 1s ease .25s;
	-webkit-transition: margin 1s ease .25s;
    margin: 0 0 0 10px;
    padding: 0;
	position: relative;
    z-index: 888;
}

#main_menu li a {
	padding-bottom: 10px;
	margin-bottom: -10px;
}

#toppage:hover #main_menu li a{
    padding-top: 50px;
    margin-top: -50px;
}

#toppage:hover #main_menu li a.active{
	margin-top: 0;
	padding-top: 0;
}

#toppage:hover #main_menu {
}

#links_small {
	transition: margin 1s ease .25s, padding 1s ease .25s;
	-webkit-transition: margin 1s ease .25s, padding 1s ease .25s;
    margin-top: 0;
    padding-bottom: 0;
    height: 4px;
	position: relative;
    z-index: 999;
}

#toppage #links_small ul{
	float: right;

}

#toppage:hover #links_small ul{
}

#logo {
	top: 8px;
}


h1{
	opacity: 1;
	transition: all 1s ease .25s;
	-webkit-transition: all 1s ease .25s;
	font-size: 18px;
	color: rgba(255,255,255,.75);
}


#toppage h1{
	margin-right: 10em;
}

#toppage h1:after{
	transition: all 1s ease .25s;
	-webkit-transition: all 1s ease .25s;
	border: 0 solid transparent; 
	content: ""; 
	background-repeat: no-repeat;
	background-position: center top;
	height: 44px; 
	width: 44px; 
	position: absolute; 
	pointer-events: none; 
	right: 5em;
	margin-top: -8px;
	margin-right: 42px;
}

/*
#toppage:hover h1:after{
	transition: all .5s ease .0s;
	-webkit-transition: all .5s ease .0s;
 	margin-right: 50px;
}
*/

#links_small li {
  margin: 0 10px 0 20px;
}

#links_small li a:before {
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 14px;
    margin-bottom: -14px;
    margin-left: -18px;
    position: relative;
    width: 16px;
}

#links_small li:nth-child(1) a:before {
    background-image: url(../images/layout/home.png);
}

#links_small li:nth-child(2) a:before {
    background-image: url(../images/layout/exit.png);
}

thead a img,
tbody a img{
	padding: 3px;
	margin: -3px;
}

thead a img:hover,
tbody a img:hover{
	box-shadow: 0 0 10px rgba(0,100,100,.5);
	background-color: #ffffff;
	border-radius: 100%;
}

.linkButtonDelete a.newItem{
	padding-left: 22px;
}

.linkButtonDelete a.newItem:before {
    background-image: url(../images/layout/trashcan_w.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 20px;
    margin-bottom: -18px;
    margin-left: -18px;
    position: relative;
    width: 16px;
	z-index: 999;
}

.submenu ul li a.active { 
	position: relative; 
} 

.submenu ul li a.active:after { 
} 

.submenu ul li a.active:after { 
	margin-top: -6px;
	top: 110%; 
	border: 0 solid transparent; 
	content: ""; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(51, 51, 51, 0); 
	border-top-color: #333333; 
	border-width: 5px; 
	left: 50%; 
	margin-left: -5px;
}

input{
	padding-left: 4px;
}


/*------------------------------------- SPIELEREI ---------------------------------*/






.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable{
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 49px rgba(0, 0, 0, 0.5);
}

.ui-draggable .ui-dialog-titlebar {
    border-radius: 2px 2px 2px 2px;
    cursor: move;
}

.ui-dialog-title {
    color: #FFFFFF;
    font-variant: normal;
    font-weight: normal;
}

div.ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon-closethick{
    background-image: url("../images/layout/trashcan_w.png");
	background-position: center center;
	background-repeat: no-repeat;
}

div.ui-dialog-titlebar a.ui-dialog-titlebar-close{
	margin: 3px;
	padding: 0;
	border: 0px solid transparent;
	border-radius: 2px;
	top: 6px;
}

div.ui-dialog-titlebar a.ui-dialog-titlebar-close:hover{
	background-color: rgba(0,0,0,.25);
	border: 0px solid transparent;
	border-radius: 2px;
	box-shadow: 1px 1px 9px rgba(255,255,255,.1);
	margin: 3px;
	padding: 0;
}

.-center {
  text-align: center;
}

table.lp {
    margin: 0 auto;
}

table.lp td {
    max-width: 36em;
}

table.lp td:nth-child(2) {
    color: #888888;
    font-size: 14px;
    line-height: 19px;
    padding-top: 66px;
    padding-right: 10%;
}

#rel_search_fields_label {
    color: #107A86;
}

#rel_search_fields .searchBlock:last-child {
    clear: both;
    float: left;
}

