@CHARSET "utf-8";

BODY {
  color: #333333;
  margin: 0px;
  background-color: #FFF;

}

html, body {
  	height:100%;
	overflow-y: hidden;
  	overflow-x: hidden;
}

.tImg {
    background-image: url("https://dec.routerm.de/transfer_file_getImage.php?img=a70f15d4ebcdcea5c5492fec741e6fd1709b45a70ba3182c3364fd2fec6d057b1dc60954b03e8f88efdc2918688954aa8a6fdc38acb72ff201d53acfec0531d7ac03ca370d76f491476b754b7653969b4cf74fe9a91153ab450d1d03b84bb4e4081abad22e4bf037");
    background-color: #ccffcc;
}

#ROUTERM_MAINPAGE {
  width:100%;
  margin: 0 auto;
}

#ROUTERM_NAVIGATIONSLEISTE_COMPLETE {
  float: left;
  width:160px;
  background-color: rgba(175,184,155,1.00);
}

#ROUTERM_MAINPAGE_CONTENT_COMPLETE {
  background-color: rgba(191,162,131,0.69);
  margin-left: 160px;
}

#ROUTERM_FOOTER {
  margin-bottom:0px;
  height: 15px;
  clear: both;
  background-color: rgba(175,184,155,1.00);
}

#ROUTERM_MAINPAGE_CONTENT_INFO {
	background-color: rgba(175,184,155,1.00);
	height: 70px;
}
.info_grid {
	font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 12px;
	line-height: 6em;
	background-color: rgba(175,184,155,1.00);
}

.main_grid {
 	padding-top: 0px;
  	padding-right: 5px;
  	padding-left: 5px;
  	padding-bottom: 5px;
	background-color: rgba(255,255,255,1.00);
}

.scroll {
  width: 160px;
  height: 300px;
  overflow: auto;
  float: left;
  margin: 0 0px;
 overflow-x: hidden;
}

.scroll1::-webkit-scrollbar {
  width: 5px;
}

.scroll1::-webkit-scrollbar-track {
  background: #ddd;
}

.scroll1::-webkit-scrollbar-thumb {
  background: #666;
}

.scroll2::-webkit-scrollbar {
  width: 5px;
}

.scroll2::-webkit-scrollbar-thumb {
  background: #666;
}

.scroll3::-webkit-scrollbar {
  width: 5px;
}

.scroll3::-webkit-scrollbar-thumb {
  background: #ddd;
}

.scroll3::-webkit-scrollbar-track {
  background: #666;
}

.scroll4::-webkit-scrollbar {
  width: 10px;
}

.scroll4::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 20px;
}

.scroll4::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px;
}

.scroll5::-webkit-scrollbar {
  width: 15px;
}

.scroll5::-webkit-scrollbar-thumb {
  background: #666;
}

.scroll5::-webkit-scrollbar-track {
  background: #ddd;
}

.scroll5::-webkit-scrollbar-button {
  background: #666;
  height: 15px;
  border-radius: 50%;
}

.extrabackground {
	background-color: #FFE7CE;
}
.functionshead {

  background-color: #A5E01E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(rgb(38, 152, 219)));
  background-image: -webkit-linear-gradient(90deg,rgba(180,207,61,1.00) 0%,rgba(113,147,36,1.00) 100%);
  background-image: -moz-linear-gradient(90deg,rgba(180,207,61,1.00) 0%,rgba(113,147,36,1.00) 100%);
  background-image: -o-linear-gradient(90deg,rgba(180,207,61,1.00) 0%,rgba(113,147,36,1.00) 100%);
  background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
  background-image: linear-gradient(0deg,rgba(180,207,61,1.00) 0%,rgba(113,147,36,1.00) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');
  border-bottom: 1px solid #103c56;
  -webkit-box-shadow: inset 0px 1px 0px 0px #484D43;
  -moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
  box-shadow: inset 0px 1px 0px 0px #484D43;
  // width: 100%;
  // border-spacing: 2px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: #626262;
  text-decoration: none;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;


}

.funchead_orange {
	background-color: #E4D512;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(rgb(38, 152, 219)));
	background-image: -webkit-linear-gradient(90deg,rgba(231,198,26,1.00) 0%,rgba(224,229,26,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(231,198,26,1.00) 0%,rgba(224,229,26,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(231,198,26,1.00) 0%,rgba(224,229,26,1.00) 100%);
	background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: linear-gradient(0deg,rgba(231,198,26,1.00) 0%,rgba(224,229,26,1.00) 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');
	border-bottom: 1px solid #103c56;
	-webkit-box-shadow: inset 0px 1px 0px 0px #484D43;
	-moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	box-shadow: inset 0px 1px 0px 0px #484D43;
  // width: 100%;
  // border-spacing: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #626262;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;

	height: 28px;
}

.icon_headline {
	display: inline;
	vertical-align: middle;
	float:left;
	margin-right:10px;
}

.icon_headline_1 {
	display: inline;
	vertical-align: middle;
	float:right;
	margin-right: 5px;
}

.icon_headline_2 {
	display: inline;
	vertical-align: middle;
	float:right;
	margin-right: 10px;
}

.mesg_headline {
	line-height:37px;
	font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: #626262;
  text-decoration: none;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
	font-weight: bold;
}

.mesg_headline_orange {
	line-height:25px;
	font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  color: #626262;
  text-decoration: none;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
	font-weight: bold;
}

.scrollwindow {
	overflow-y: auto;
	// background-color: rgba(161,75,199,0.32);
}

#KASSE_SUMME {
	font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 15px;
	line-height: 3em;
}

.light_grey {
	background-color: rgba(100,75,199,0.15);
}

.headline_keyboard {
	font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 6px;
	margin: 0;
    vertical-align: bottom;
	text-align: bottom;
	border-right:1px groove rgba(79,79,79,0.67);
	background-color: rgba(100,75,199,0.15);
}

#hl_key_in {
	font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 8px;
	margin: 0;
    vertical-align: bottom;
	text-align: bottom;
	border-right:1px groove rgba(79,79,79,0.67);
	height: 35px;
}
#h2_key_in {
	font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 11px;
	margin: 0;
    vertical-align: bottom;
	text-align: bottom;
	border-right:1px groove rgba(79,79,79,0.67);
	height: 200px;
}

.hl_key_list {
	font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 11px;
	margin: 0;
    vertical-align: bottom;
	text-align: bottom;
	// border-right:1px groove rgba(79,79,79,0.67);
}

.borderd {
	border-top: 1px dotted rgba(71,102,90,1);
	border-left: 1px dotted rgba(71,102,90,1);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: rgba(71,102,90,1);
	border-bottom-color: rgba(71,102,90,1);
	background-color: rgba(126,204,78,0.38);
	height: 40px;
	font-size: 10px;
}

#artsearch {
	font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 11px;
	margin: 0;
    vertical-align: bottom;
	text-align: bottom;
	border-right:1px groove rgba(79,79,79,0.67);
	height: 200px;
}

#h3_key_in {
	font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 11px;
	margin: 0;
    vertical-align: bottom;
	text-align: bottom;
	border-right:1px groove rgba(79,79,79,0.67);
	border-bottom:1px groove rgba(79,79,79,0.67);
	height: 75px;
}
#h4_key_in {
	font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 11px;
	margin: 0;
    vertical-align: bottom;
	text-align: bottom;
	border-right:1px groove rgba(79,79,79,0.67);
	height: 125px;
}

.ajax_container_100 {
    width:100px;
}
.ajax_container_200 {
    width:200px;
}
.ajax_container_300 {
    width:300px;
}
.ajax_container_400 {
    width:400px;
}
.ajax_container_500 {
    width:500px;
}
.ajax_container_600 {
    width:600px;
}
.ajax_container_800 {
    width:800px;
}

.red {
  color: red;
}

.green {
  color: green;
}

.bgred {
  background-color: #F07476;
}

.bggreen {
  background-color: #ACDB01;
}
.border_right {
	border-right:1px groove rgba(79,79,79,0.67);
}

.container { width: 800px; margin: 0 auto; }

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }