
html { background-color: #3B5998; }
body {
	font-size: 16px;
	font-weight: 400;
	font-family: Arial, Helvetica, Tahoma;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:0px;
	background: #3b5998;
}

//------------- Main

#wrap {
	margin: 0px;
	padding: 0px;
	margin:auto;
}

#header {/*background: #0f0;*/}

#topdiv {
	width: 100%;
	height: 17px;
	background: #3b5998;
}

#fluid {
	float: left;
	width: 100%;
	margin-left: -240px;
	margin-right: -240px;
}

#content_part {
	margin-left: 240px;
	margin-right: 240px;
	/*min-height:100px;*/
	background: White;
}

#inner_content {

	margin-top: 16px;

	margin-bottom: 5px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 10px;
}

#sidebar_left {
	margin-left: 0px;
	margin-right: 0px;
	width: 240px;
	float: left;
	/*height: 200px;*/
	background: #3b5998;
	color:white;
	text-align: center;
}

#sidebar_right {
	margin-left: 0px;
	margin-right: 0px;
	width: 240px;
	float: right;
	/*height: 200px;*/
	background: #3b5998;
	color:white;
	text-align: center;
}

#footer {
	clear:both;
	background: #3b5998;
	color:white;
	text-align: center;
}

@media screen and (max-width: 1480px) {
	#sidebar_right {display: none;}
	#content_part {	margin-right: 0px;}
	#fluid {margin-right: 0px;}
}

@media screen and (max-width: 1215px) {
	html, body {
		background: White;
	}
	#footer {
		background: White;
	}
	#sidebar_right {display: none;}
	#sidebar_left {display: none;}
	#content_part {
		margin-right: 0px;
		margin-left: 0px;
	}

	#fluid {
		margin-right: 0px;
		margin-left: 0px;
	}
	
	#topdiv {
		width: 100%;
		height: 0px;
	}
}

@media screen and (max-width: 600px) {
	#inner_content {
		margin-bottom: 50px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 50px;
	}
}

.content {
	width: 100%;
	margin: 0 auto;
	vertical-align:middle;
  	text-align: center;
}

.content-responsive {
	display:none;
}

//------------------ Menu

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav {
	overflow: hidden;
	background-color: #333;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
	display: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 17px;    
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: #333;
	/*background-color: inherit;*/
	font-family: inherit;
	margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 96px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #555;
	color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.navbar-right2{
	display: none;
  	overflow: hidden;
}

.navbar-right{
	float: right;
  	overflow: hidden;
}

@media screen and (max-width: 670px) {
	.topnav a:not(:first-child), .dropdown .dropbtn {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
		height: 20px;
	}
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;display: block;}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
	.navbar-right2 {
		display: block;
	}
	.navbar-right {
		display: none;
	}
}

//------------- End Menu

//------------- Graph 1

.startcontent {

	padding-right:40px;
	padding-left:40px;
	padding-top:20px;
	padding-bottom:120px;
}

a {text-decoration: none}
a:hover {color:DeepSkyBlue}

.tabledata {
	border-color:#e5e5e5;
	border:0px;
	width:860px;
	cellpadding:0;
	cellspacing:0;
	border: 0px;
	border-collapse: collapse;
	outline: none;
	padding:none;
}

.tabledata2 {
	border-color:#e5e5e5;
	border:0px;
	width:660px;
	cellpadding:0;
	cellspacing:0;
	border: 0px;
	border-collapse: collapse;
	outline: none;
	padding:none;
}

.thdata {height:33px;border-width:0px;border-bottom-width:1px;border-bottom-color:#dddddd;text-align: left; width:260px; background-color:#e7e7e7;font-weight:bold;padding-left:10px;
padding-bottom:4px;padding-top:3px;font-size: 17px;}
.thdata2 {height:33px;border-width:0px;border-bottom-width:1px;border-bottom-color:#dddddd;text-align: center; width:300px; background-color:#d9edf7;font-weight:bold;
padding-bottom:4px;padding-top:3px;font-size: 17px;}
.thdata3 {width:1px;background-color:#d9edf7;border-right: 1px solid #d9edf7;}

.trdata2 {background-color:#ffffff;}
.trdata2:hover,.trdata2:hover 
{background-color:#f3f3f3;}


.tmdata {width:1px;border-right: 1px solid #e7e7e7;}
.tmdatapre {width:5px;}
.tmdatapost {width:5px;}

.tmdata2 {width:1px;border-right: 1px solid #e7e7e7;border-bottom: 1px solid #e7e7e7;}
.tmdatapre2 {width:5px;border-bottom: 1px solid #e7e7e7;}
.tmdatapost2 {width:5px;border-bottom: 1px solid #e7e7e7;}

.trdataend {height:1px;}
.tddataend2 {height:1px;background-color:#e7e7e7;border-bottom: 1px solid #e7e7e7; padding-left:10px;}

.tddata {height:33px;border-bottom-width:1px;border-bottom-color:#dddddd;text-align: left; padding-left:10px;background-color:#e7e7e7;
vertical-align: bottom;padding-bottom:4px;padding-top:3px;font-size: 17px;}
.tddataend {height:33px;border-bottom-width:1px;border-bottom-color:#dddddd;text-align: left; padding-left:10px;background-color:#e7e7e7;
padding-bottom:4px;padding-top:3px;}


.tddata2 {height:33px;border-bottom: 1px solid #e7e7e7;
text-align: center;font-weight:normal;vertical-align: bottom;padding-bottom:3px;padding-top:5px;font-size: 17px;}

.trdata3 {background-color:#ffffff;}
.tddata3 {height:33px;border-width:0px;border-bottom-width:1px;border-bottom-color:#dddddd;border-bottom: 1px solid #e7e7e7;
text-align: center;font-weight:bold;}

.trdata4 {background-color:#ffffff;height:44px;}
.trdata4:hover,.trdata2:hover 
{background-color:#f3f3f3;}


.tablegraph {
	border:0;
	cellpadding:0;
	cellspacing:0;
	width:960px;
	border: 0px;
	border-collapse: collapse;
	outline: none;
	padding:none;
	background-color:white;
}

.tablegraph th {

padding-bottom: 20px;

}

.tbodygraph1 {border: 0px;}
.trgraph1 {border: 0px;}
.trgraph2 {border: 0px;}
.tdgraph1,.tdgraph1b {text-align: right;vertical-align: middle; padding-top: 0px;border: 0px;}

.tdgraph2 {text-align: left;border: 0px;

background: linear-gradient(180deg, black, black, black),
linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1), rgba(0,0,0,0.1)),
linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1), rgba(0,0,0,0.1)),
linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1), rgba(0,0,0,0.1)),
linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1), rgba(0,0,0,0.1));
background-origin: border-box; background-repeat: repeat-y; background-size: 1px auto;

}

.spangraph1 {position: relative; top:18px;}
.spangraph2 {position: relative; top:-21px;}
.spangraph3 {position: relative; top:0px;}

.spangraphtext {
	font-size: 8pt;
	/*padding-left:15px;*/
	/*font-size: 11pt;*/
	color: #cecece;
	position: relative;
	top:0px;
}

.spangraphtextb {
	font-size: 7pt;
	/*padding-left:15px;*/
	/*font-size: 11pt;*/
	color: #cecece;
	position: relative;
	top:0px;
}

.canvasgraph1 {background-image: linear-gradient(to right, #f7a168, #f6823e);
border-top: 1px solid #dd692b;
border-right: 1px solid #dd692b;
border-bottom: 1px solid #dd692b;
height:18px;vertical-align: middle;}

.canvasgraph2 {background-image: linear-gradient(to right, #569cd9, #3a7cce);
border-top: 1px solid #3262b5;
border-right: 1px solid #3262b5;
border-bottom: 1px solid #3262b5;
height:18px;vertical-align: middle;}

.canvasgraph3 {background-image: linear-gradient(to right, #569cd9, #3a7cce);
border-top: 1px solid #3262b5;
border-right: 1px solid #3262b5;
border-bottom: 1px solid #3262b5;
height:18px;vertical-align: middle;}

.canvasgraph1b {background-image: linear-gradient(to right, #fde9db, #fde1d1);
border-top: 1px solid #fde1d1;/*e2b59e*/
border-right: 1px solid #fde1d1;
border-bottom: 1px solid #fde1d1;
height:18px;vertical-align: middle;}

.canvasgraph2b {background-image: linear-gradient(to right, #d7e7f6, #d0e0f3);
border-top: 1px solid #d0e0f3;/*88a4d6*/
border-right: 1px solid #d0e0f3;
border-bottom: 1px solid #d0e0f3;
height:18px;vertical-align: middle;}


.tdgraph1 a,.tddata3 a {
   -moz-border-radius:3px;
   -webkit-border-radius:3px;
   -khtml-border-radius:3px;
   border-radius:3px;
   color:Blue;
   padding-top:1em;
   padding-bottom:.9em;
   padding-right:.6em;
   padding-left:.6em;
   text-decoration:none;
   font-weight:bold;
   display: inline-block;
}

.tdgraph1b a {
   -moz-border-radius:3px;
   -webkit-border-radius:3px;
   -khtml-border-radius:3px;
   border-radius:3px;
   color:Blue;
   padding-top:0.35em;
   padding-bottom:.35em;
   padding-right:.6em;
   padding-left:.6em;
   text-decoration:none;
   font-weight:bold;
   display: inline-block;
}

.tdgraph1 a:hover,.tdgraph1b a:hover,.tddata3 a:hover {
   color:#a4a4fb;
}

h1 {font-size:25px;font-weight:600;color: #111;}
h2 {font-size:21px;font-weight:600}
h3 {font-size:18px;font-weight:600}

//---------------------------- Dropdown menu

#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
  cursor:pointer;
}

.tt-dropdown-menu {
 
  min-width: 160px;
  padding: 0px 0;
  list-style: none;
  font-family: Arial, Helvetica, Tahoma;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  cursor:pointer;
  text-align: left;
}
.tt-dropdown-menu .tt-suggestion {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  font-weight:bold;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor {
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
  color: #262626;
  cursor:pointer;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor a {
  color: #262626;
  cursor:pointer;
}
.tt-dropdown-menu .tt-suggestion p {
  margin: 0;
  cursor:pointer;
}

.tt-suggestion:hover { cursor: pointer; color: #fff; background-color: #d9edf7;color: #000000; } 
.tt-suggestion.tt-cursor { color: #fff; background-color: #d9edf7;color: #000000; }

#versuspic {
	vertical-align: middle;
	position: relative;
	top: 18px;
}

#searchbutton {
	background-color: #2196F3;
	width: 70px;
	height: 57px;
	color:#fff;
	font-weight:bold;
	padding-top: 20px;
	padding-bottom: 17px;
	padding-right: 17px;
	padding-left: 17px;
	position: relative;
	top: 23px;
	margin-left: 14px;
	font-size: 17px;
	font-family: Arial, Helvetica, Tahoma;
	border: 1px solid grey;
	cursor: pointer;
	border-radius: 4px;
}

#searchbutton:hover {
	background-color: #0b7dda;
}

.flexbox {
	width: 80%;
	/*background-color: pink;*/
	display: flex;
	justify-content:  space-between;
	flex-wrap: wrap;
}

.flex-item {
	/*width: 175px;
	height: 175px;*/
	/*background-color: grey;*/
	margin: 10px auto;
}

@media screen and (min-width: 600px) {
	
	.tt-dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		width: 370px;
  		margin: 2px 0 0;
	}
	.tt-hint,.research1,.research2,.research1b,.research2b,.research1c,.research2c,.research1d,.research2d {
		border: 2px solid #CCCCCC;
		border-radius: 8px 8px 8px 8px;
		font-size: 24px;
		height: 45px;
		line-height: 30px;
		outline: medium none;
		padding: 4px 12px;
		width: 350px;
	}
}

@media screen and (max-width: 1430px) {
	.flexbox {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.content { 
		display:none;
	}
	.content-responsive {
		width: 100%;
		vertical-align:middle;
  		text-align: center;
		display:block;
	}
	.search-table {
		margin: 0 auto;
	}
	
	#versuspic {
		vertical-align: middle;
		position: relative;
		top: 0px;
		margin-left: 9px;
	}
	
	#searchbutton {
		background-color: #2196F3;
		width: 70px;
		height: 57px;
		color:#fff;
		font-weight:bold;
		padding-top: 20px;
		padding-bottom: 17px;
		padding-right: 17px;
		padding-left: 17px;
		position: relative;
		top: 0px;
		margin-left: 12px;
		font-size: 17px;
		font-family: Arial, Helvetica, Tahoma;
		border: 1px solid grey;
		cursor: pointer;
		border-radius: 4px;
	}
}

@media screen and (max-width: 600px) {

	.tt-dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		//right: 0;
		z-index: 1000;
		width: 92%;//225px;

		//margin: 0 auto;
		text-align: left;
	}
	.tt-hint,.research1,.research2,.research1b,.research2b,.research1c,.research2c,.research1d,.research2d {
		width: 87%;//205px;
		border: 2px solid #CCCCCC;
		border-radius: 8px 8px 8px 8px;
		font-size: 24px;
		height: 45px;
		line-height: 30px;
		outline: medium none;
		padding: 4px 12px;
		
		//right:0;
		//margin: 0 auto;
		text-align: left;
	}
	.content-responsive {
		width: 100%;
		vertical-align:middle;
	  	text-align: left;
		display:block;
		//background-color: pink;
	}
	#versuspic {
		margin-left: 0px;
	}
	#searchbutton {
		margin-left: 0px;
	}
	.search-table {
		//background-color: green;
		margin: 0 auto;
		width: 100%;
		//border-collapse: collapse;
		//border: 0;
	}
	.search-table-tr {
		//background-color: red;
	}
	.search-table-td1 {
		width: 100%;//78%;
		//background-color: blue;
	}
	.search-table-td2 {
		width: 79px;//22%;
		//background-color: blue;
	}
}

.contactform {
	width: 100%;
}

.contactbutton {
	background-color: #8a8a8a;
	width: 120px;
	height: 57px;
	color:#fff;
	font-weight:bold;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-right: 17px;
	padding-left: 17px;
	position: relative;
	top: 23px;
	font-size: 17px;
	font-family: Arial, Helvetica, Tahoma;
	border: 1px solid grey;
	cursor: pointer;
	border-radius: 4px;
}

.contactbutton:hover {
	background-color: #727272;
}

.contactbutton2 {
	background-color: #2196F3;
	width: 120px;
	height: 57px;
	color:#fff;
	font-weight:bold;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-right: 17px;
	padding-left: 17px;
	margin-left: 14px;
	position: relative;
	top: 23px;
	font-size: 17px;
	font-family: Arial, Helvetica, Tahoma;
	border: 1px solid grey;
	cursor: pointer;
	border-radius: 4px;
}

.contactbutton2:hover {
	background-color: #0b7dda;
}

.buttons {
	font-size: 17px;
	border:none;
	display:inline-block;
	padding:17px 17px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	margin: 3px;
	white-space:nowrap
}

.buttons {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.light-blue{color:#000!important;background-color:#dbdbdb!important}.light-blue:hover{color:#ffffff!important;background-color:#0b7dda!important}


//------------------------- Submenu

.breadcrumbdiv {
  background-color: #eee;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

ul.breadcrumb li a {
  color: #0000ff;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #a4a4fb;
}

//------------------------- Advertising

a.blacklink:link {color: black;}

a.blacklink:hover {color: black;}

.advert {
  margin-left: 70px;
  margin-right: 70px;
  border: 1px solid #e7f3f9;
  padding: 15px;
  background-color: #e7f3f9;
}

.advert-note {
	color: #ceced7;
}

//---------------------- Graph 2

.agraph:hover {
   color:#a4a4fb;
}

.tdgraph1c {text-align: right;vertical-align: middle; padding-top: 0px;border: 0px;}

.agraph {
   -moz-border-radius:3px;
   -webkit-border-radius:3px;
   -khtml-border-radius:3px;
   border-radius:3px;
   color:Blue;
   padding-top:1em;
   padding-bottom:.9em;
   padding-right:.6em;
   padding-left:.6em;
   text-decoration:none;
   font-weight:bold;
   display: inline-block;
}

.agraph2:hover {
   color:#ceced7;
}

.agraph2 {
   -moz-border-radius:3px;
   -webkit-border-radius:3px;
   -khtml-border-radius:3px;
   border-radius:3px;
   color: #ceced7;
   padding-top:1em;
   padding-bottom:.9em;
   padding-right:.6em;
   padding-left:0em;
   text-decoration:none;
   display: inline-block;
}

//----

.agraphb:hover {
   color:#a4a4fb;
}

.agraph2b:hover {
   color:#ceced7;
}

.agraphb {
   -moz-border-radius:3px;
   -webkit-border-radius:3px;
   -khtml-border-radius:3px;
   border-radius:3px;
   color:Blue;
   padding-top:0.35em;
   padding-bottom:.35em;
   padding-right:.6em;
   padding-left:.6em;
   text-decoration:none;
   font-weight:bold;
   display: inline-block;
}

.agraph2b {
   -moz-border-radius:3px;
   -webkit-border-radius:3px;
   -khtml-border-radius:3px;
   border-radius:3px;
   color:#ceced7;
   padding-top:0.35em;
   padding-bottom:.35em;
   padding-right:.6em;
   padding-left:0em;
   text-decoration:none;
   display: inline-block;
}

.hash {
   color:#ceced7;
}

.hash:hover {
   color:#ceced7;
}

//------------------

@media screen and (min-width: 0px) and (max-width: 270px) {
  #mini_banner{ display: none; }  /* show it on smaller screen */
  #little_banner{ display: none; }  /* show it on smaller screen */
  #middle_banner{ display: none; }  /* show it on smaller screen */
  #average_banner{ display: none; }  /* show it on smaller screen */
  #large_banner{ display: none; }  /* show it on smaller screen */
}
@media screen and (min-width: 271px) and (max-width: 320px) {
  #mini_banner{ display: block; }  /* show it on smaller screen */
  #little_banner{ display: none; }  /* show it on smaller screen */
  #middle_banner{ display: none; }  /* show it on smaller screen */
  #average_banner{ display: none; }  /* show it on smaller screen */
  #large_banner{ display: none; }  /* show it on smaller screen */
}
@media screen and (min-width: 321px) and (max-width: 356px) {
  #mini_banner{ display: none; }  /* show it on smaller screen */
  #little_banner{ display: block; }  /* show it on smaller screen */
  #middle_banner{ display: none; }  /* show it on smaller screen */
  #average_banner{ display: none; }  /* show it on smaller screen */
  #large_banner{ display: none; }  /* show it on smaller screen */
}
@media screen and (min-width: 357px) and (max-width: 748px) {
  #mini_banner{ display: none; }  /* show it on smaller screen */
  #little_banner{ display: none; }  /* show it on smaller screen */
  #middle_banner{ display: block; }  /* show it on smaller screen */
  #average_banner{ display: none; }  /* show it on smaller screen */
  #large_banner{ display: none; }  /* show it on smaller screen */
}
@media screen and (min-width: 749px) and (max-width: 1201px) {
  #mini_banner{ display: none; }  /* show it on smaller screen */
  #little_banner{ display: none; }  /* show it on smaller screen */
  #middle_banner{ display: none; }  /* show it on smaller screen */
  #average_banner{ display: block; }  /* show it on smaller screen */
  #large_banner{ display: none; }  /* show it on smaller screen */
}
@media screen and (min-width: 1202px) and (max-width: 10000px) {
  #mini_banner{ display: none; }  /* show it on smaller screen */
  #little_banner{ display: none; }  /* show it on smaller screen */
  #middle_banner{ display: none; }  /* show it on smaller screen */
  #average_banner{ display: none; }  /* show it on smaller screen */
  #large_banner{ display: block; }   /* hide it on larger screens */
}

//----------
