.box_leftrow {
  float: left;
}
.box_middlerow {
  float: left;
  
}
.box_rightrow {
  float: right;
}
.box_clearer {
  clear: both;
}
.box_full {
  width: 100%;
}
.box_half {
  width: 49%;
}
.box_3_4 {
  width: 75%;
}
.box_1_4 {
  width: 22%;
}
.box_foot_spacer {
  height: 70px;
  display: block;
}

.box_message {
  padding: 5px;
  background-color: #FFF3D4;
  border: 3px solid #F0F0F0;
  color: #333;
  
}
.box_errormessage {
  padding: 5px;
  background-color: #cc0000;
  color: #fff;
  border: 3px solid #F0F0F0;

}
.header_information {
  /*border-top: 1px solid #e0e0e0;*/
  clear: both;
  margin-bottom: 30px;
  margin-top: 30px;
}
.spacer {
  margin-top: 30px;
}
  .header_information h3 {
    font-weight: 500;
    font-size: 19px;
    color: #999;
    width: 60%;
    float: left;
  }
  .header_information .info {
    float: right;
    width: 300px;
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: -1px;
    text-align: right;
  }


/* OVERVIEW BOX STYLES */
.box_overview_box {
  width: 20%;
  border: 3px solid #ECECEC;
  padding: 4px;
  margin: 5px;
  background-color: #fff;
}
.box_mainoverview_box {
  width: 70%;
  height: 500px;
  border: 3px solid #ECECEC;
  padding: 4px;
  margin: 5px;
  background-color: #ffffff;
}
.box_mainoverview_box .box_overview_body {
height: 460px;
}
.box_overview_box:hover {
  background-color: #F9F9F9;
}
.box_overview_nohover:hover {
  background-color: #ffffff !important;
}
.box_overview_body {
  overflow: auto;
}
.box_overview_body_preview {
  height: 100px;
  overflow: auto;
}
.box_menu_head {
  height: 32px;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 2px;
}
.box_menu_head h2 {
  font-weight: 500;
  font-size: 15px;
  color: #666;
  margin-left: 5px;
  margin-top: 2px;
  }

  .box_overview_list {
    list-style: none;
  }
  .box_overview_list li {
    padding: 5px;
    border-bottom: 1px dotted #ccc;
  }

.box_menu_head_navi {
  float: right;
  list-style: none;
  font-size: 9px;
  margin-top: -26px;
}
.box_menu_head_navi li {
  float: left;
  margin: 2px;
}
.box_menu_head_navi a {
  text-decoration: none;
}
/* OVERVIEW BOX STYLES END */
.list_last {
  border: 0px !important;
}


/*NAVIGATION TYPES */
.breadcrumb {
  text-align: right;
  font-size: 12px;
  border-bottom: 1px dotted #ccc;
  padding: 5px;
  margin-bottom: 10px;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a.first {
  font-weight: bold;
}
.breadcrumb .pagenavigation {
  padding: 0px !important;
  padding-top: 5px !important;
}
.pagenavigation {
  text-align: right;
  padding: 5px;
  font-size: 12px;
}
.pagenavigation a {
  padding: 2px;
  text-decoration: none;
}
.sidebar_navigation {
  list-style: none;
}
.sidebar_navigation .navigation_header {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 7px;
  color: #cc0000;
}
.sidebar_navigation .navigation_item {
  margin-left: 10px;
  margin-bottom: 2px;
}
.sub_drop_menu:hover .sub_drop_navigation {
  display: block;
}
.sub_drop_navigation {
  position: absolute;
  z-index: 200;
  clear: both;
  display: none;
  list-style: none;
  background-color: #cc0000;
  margin-top: 25px;
}
.sub_drop_navigation li {
  clear: both;
  color: #fff;
}
.sub_drop_navigation a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.sub_drop_navigation a:hover {
  text-decoration: underline;
}

/* AUTOCOMPLETE */
.ac_results {
	padding: 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f9f9f9;
	overflow: hidden;
	width: 350px;
	z-index: 201;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #999999;
	font-size: 12px;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.ac_loading {
	background : url('../images/loading_search_field.gif') right center no-repeat;
}
.ac_over {
	background-color: #e9e9e9;
	font-weight: 700 !important;
	color: #cc0000;
}
.ac_keyword {
  display: block;
  width: 60%;
  float: left;
  font-size: 11px;
}
.ac_result {
  display: block;
  width: 35%;
  float: right;
  font-size: 9px;
  text-align: right;
  margin-right: 6px;
}


.ms_title {
  width: 130px;
  padding: 5px;

  background-color: #000000;
  position: absolute;
  color: #fff;
  font-weight: bold;
  
  margin-top: 5px;
  
  margin-left: -160px;
}


/* LINK SUBMIT TPL */
div.form_spacer {
  height: 6px;
  clear: both;
}
#link_submit fieldset {
  border: 0px;
  border-top: 4px solid #E0E0E0;
  margin-bottom: 20px;
}
#link_submit fieldset legend {
  font-size: 1.3em;
  font-weight: 800;
  color: #333;
  padding: 5px;
}
#link_submit fieldset dl {
  margin-left: 35px;
}
#link_submit label.norm_right {
  display: block; 
  width: 120px;
  font-size: 0.9em;
  float: left;
}
#link_submit input.text_field {
  width: 70%;
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 3px;
  color: #333;
}
#link_submit input.text_field:focus {
  padding: 2px;
  border-width: 2px;
}
#link_submit textarea.text_area:focus {
  padding: 2px;
  border-width: 2px;
}
#link_submit textarea.text_area {
  width: 70%;
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 3px;
  color: #333;
  height: 70px;
  font-family: Arial;
}
#link_submit select {
  border: 1px solid #ccc;
  width: 71%;
  padding: 5px;
  
}
#link_submit select option {
  margin-top: -2px;
  font-size: 13px;
  font-family: Verdana;
  
}
#link_submit .captcha {
  margin-left: 120px;
} 
#link_submit .captcha img {
  padding: 5px;
  border: 1px solid #ccc;
}
.form_button {
  border: 1px solid #ccc;
  font-weight: 800;
  font-size: 0.9em;
  color: #333;
  background-color: #f0f0f0;
  padding: 5px;  
  margin: 5px;
  cursor: pointer;

  text-decoration: none;
}
#link_submit .form_error {
  border: 2px solid #FF0000 !important;
  padding: 2px !important;
  background-color: #ffffcc;
}
#link_submit p.require_nh {
  margin: 15px;
  padding: 5px;
  border: 2px solid #ff0000;
}



/* SUCHFELD GENERATOR */
#generator_options fieldset {
  border: 0px;
  border-top: 4px solid #E0E0E0;
  margin-bottom: 20px;
}
#generator_options fieldset legend {
  font-size: 1.3em;
  font-weight: 800;
  color: #333;
  padding: 5px;
}
  .generator_list {
    list-style: none;
    
  }
  .generator_list li {
    float: left;
    border: 1px solid #E0E0E0;
    border-bottom-width: 2px;
    padding: 8px;
    margin: 5px;
  }

  .generator_list label {
    cursor: pointer;
  }
.code_select {
  padding: 7px;
  width: 95%;
  height: 100px;
  color: #333;
  font-size: 12px;
  font-family: Courier;
  margin-left: 10px;

  border: 1px solid #E0E0E0;
  border-bottom-width: 2px;
  
}

