body {background:#EEE; color:#000; font-size:14px; font-family: Verdana; margin: 0px 0px 0px 0px;}
table{font-size:1em; font-family: Verdana}
A:link, A:visited, A:active {color:#999}
A:hover {color:blue}

h1{font-family:Verdana, sans-serif;font-size:2em;color:#000;background-color:#eca643;font-weight:bold;padding:2px 2px 2px 2px;}
h2{font-family:Verdana, sans-serif;font-size:1,5em;color:#000;font-weight:bold;padding:2px 2px 2px 2px;}
h3{font-family:Verdana, sans-serif;font-size:1,2em;color:#000;font-weight:bold;padding:2px 2px 2px 2px;}

li{padding:2px 0px;}

code{color:#009;display: block;margin: 0 0 0 20px;}

.subtitle{font-weight: bold;}

.code{
white-space:pre;
font-size: 1em;
margin: 0 0 0 40px;
display: block;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
width: 600px;
overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}

.ul_space{line-height: 18px;}

.search{
background-color: #FFF;
border-color: #FFF;
color: #000;
font-size: 10pt;
font-family: Verdana;
}
.searchbutton{
background-color: #EEE;
border-color: #FFF;
color: #000;
font-size: 10pt;
font-family: Verdana;
}
.searchbox{
width:120px;
background-color: #EEE;
border: 1px solid #369;
color: #000;
font-size: 10pt;
font-family: Verdana;
text-align: center;
padding: 5px 5px 5px 10px
}

.news_b li {list-style-type: disc;list-style-position: inside;text-indent: -6em;padding-left: 6em;}
.news_c li {list-style-type: disc;list-style-position: inside;text-indent: -10em;padding-left: 10em;}

#body-div {max-width:1024px;valign:top;margin: auto;}
.head{display:flex;text-align:center;}
#logo{width:200px;}
#banner{flex: 1;}
#google_translate_cell {width:150px;}
#dropdown_menu{display: none;}
#leftmenufull {float:left;width:160px;}
#mainfull {float:left;width:100%;max-width:640px;}
#mainfull2 {float:left;width:80%;}
#rightmenufull {float:right;width:160px;}


.leftmenu{width:150px;}
.leftmenu2{width:150px;font-size:1em;}
.rightmenu{width:150px;font-size:1em;overflow-wrap:break-word;}
.headright{font-size:1em;}
.button{}
.field{}
.sqlcount{text-align:center}
.winupdate{font-size:1em;}

.malbody{word-wrap:break-all;overflow-wrap:break-word;width:90%;}

.table_soft{width:100%;}
.table_soft_tr{vertical-align:top;}

.longlines{width:600;overflow:scroll;}

.hidden{display: none;}
.unhidden{display: inline;}

table#bbtable{border: thin solid black;table-layout:fixed;width:100%;}
#bbtable td{border:thin solid black;word-wrap: break-word;}


/* for menu button*/
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 8px 8px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

#cookie-law{
max-width:940px;
background:#EEEADD;
margin:10px auto 0;
border-radius: 17px;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
}

#cookie-law p {
padding:10px;
font-size:1.2em;
font-weight:bold;
text-align:center;
color:#682008;
margin:0;
}

@media screen and (max-width:1024px)
{
  a{line-height:1.8em;}
  #rightmenufull {display: none;}
  #dropdown_menu{display: none;}
  #google_translate_cell {display: none;}
}

@media screen and (max-width:800px)
{
  body {font-size:16px;}
  #leftmenufull {display: none;}
  #dropdown_menu{position: relative;display: inline-block;position: absolute; top: 5px; right: 55px;}
  #rightmenufull {display: none;}
  .head{display:block;}
}

@media screen and (max-width:500px)
{
  .news_b li {list-style-type: disc;list-style-position: inside;text-indent: 0em;padding-left: 0em;}
  .news_c li {list-style-type: disc;list-style-position: inside;text-indent: 0em;padding-left: 0em;}
}
