#table_suche_option {
	width: 100%;
	border: 1px solid #B5C0C7; 
	background-color: #FFFF00; 
}
#td_suche_option1 { 
	border: 1px solid #B5C0C7; 
	background-color: #FFFFE6; 
	margin:2px; 
	padding: 1px;
	white-space: nowrap; }
#td_suche_option1 img {
		border: 1px solid #B5C0C7; 	
		width: 16px; 
		height: 10px;
		vertical-align: middle;
	padding: 1px;
}

#td_suche_option2 { 
	width: 25%; 
	border: 1px solid #B5C0C7; 
	background-color: #FFFFE6; 
	margin:1px; 
	white-space: nowrap; }
	
#td_suche_option2 img {
		border: 1px solid #B5C0C7; 	
		width: 16px; 
		height: 10px;
		vertical-align: middle;
}

#td_suche_option3 { 
	border: 1px solid #FFFFFF; 
	background-color: none; 
	margin:2px; 
	white-space: nowrap; }

#td_suche_option3 ul {
	margin: 2px;
	padding: 2px;
}

#td_suche_option3 li {
    list-style: none;
	float: left;
	width: 30%;
	margin: 1px;
	padding: 2px;
	border: 1px solid #B5C0C7;
	background-color: #FFFFFF; 
}

#td_suche_option3 .sucherow img.thumb {
	padding: 1px;
	border: 1px solid #606060;
	margin: 0 0 5px 0;
}

#td_suche_option3 .sucherow img.highlight-on {
	border: 1px solid #E8194B; /* #EE577C; */
}

#td_suche_option3 .sucherow .title {
	text-align: left;
	margin: 0 0 5px 0;
}

#td_suche_option3 .sucherow a {
	font: bold 100% arial;
	text-decoration: none;
	color: #0000FF;
}

#td_suche_option3 .sucherow a:hover {
	text-decoration: underline;
	color: #E8194B;
}
#table_such_result_bus {
	width: 100%; 
	border: 1px solid #B5C0C7; 
	background-color: #FFFFFF;
	bordercolor:#EEEEEE;
}
#table_such_result_bus td {
	padding:2px;
}
#table_such_result_bus .tr_tit1 {
	font: bold 100% arial;
	border: 1px solid #B5C0C7; 
	background-color: #eee;
	bordercolor:#EEEEEE;
	vertical-align:top;
}
#table_such_result_bus .tr_tit2 {
	border: 1px solid #B5C0C7; 
	background-color: #eee;
	bordercolor:#EEEEEE;
}

#table_such_result_bus .tr_a {
	font: bold 100% arial;
	border: 1px solid #B5C0C7; 
	background-color: #CCCCCC;
	bordercolor:#EEEEEE;
}
#table_such_result_bus .tr_b {
	border: 1px solid #B5C0C7; 
	background-color: #FFFFCC;
	bordercolor:#EEEEEE;
	text-align:right;
}

.city_a {
	font: bold 100% arial;
	width: 120px;
	margin: 2px;
	padding: 2px;
	border: 0px solid #B5C0C7;
	background-color: #CCCCCC;
	text-align: left;
}

.city_b {
	width: 120px;
	margin: 2px;
	padding: 2px;
	border: 0px solid #B5C0C7;
	background-color: #FFFFFF;
	text-align: right;
}

.td_bus_title {
 	background-color: #eee;	
	padding: 3px;
}
.td_bus_argument {
 	background-color: #eee;	
	padding: 5px;
	text-align: right;
	font: bold 100% arial;	
}
.td_bus_argument_err {
 	background-color: #ff0000;	
	padding: 5px;
	text-align: right;
	font: bold 100% arial;	
}
.td_bus_content {
 	background-color: #fff;	
	padding: 5px;
}

code {
	display: block;
	background: #F9F9F9;
	border: 1px dashed #ABC;
	font: 12px/16px "Courier New", Courier, monospace;
	padding: 5px;
	margin: 5px;
	height:auto;
	}

.section {
	display: none;
	background: #F9F9F9;
	border: 1px dashed #ABC;
	padding: 5px;
	margin: 5px;
	}
	
h6 {
	margin: 0;
	padding: 0;
	text-indent: 10px;
	cursor: pointer;
	color: #4f6b72;
}
/*toltip*/
div.jquery-gdakram-tooltip { 
  width: 260px;
  color: white;
  font-size: 11px;
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	display: none;
}

div.jquery-gdakram-tooltip div.content { 
  -moz-border-radius: 1em; 
  -webkit-border-radius: 1em;
  background-color: #ffffff;
  width: 200px;
  min-height: 100px;
  float: left;
  padding: 10px;
  font-size: 11px;
}

div.jquery-gdakram-tooltip div.content h1 {
  font-size: 12px;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 5px;
}

div.jquery-gdakram-tooltip div.up_arrow {
  background : url('images/up_arrow.png') 60px 0px no-repeat;
  width: 100%;
  height: 20px;
}

div.jquery-gdakram-tooltip div.down_arrow {
  background : url('images/down_arrow.png') 60px 0px no-repeat;
  width: 100%;
  height: 20px;
}

div.jquery-gdakram-tooltip div.left_arrow {
  height: 100%;
}

div.jquery-gdakram-tooltip div.left_arrow {
  float:left;
  background : url('images/left_arrow.png') 0px 0px no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  top: 40px;
  left: 0px;
}
