html, body {
    padding: 0px;
    margin: 0px;
    font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    color: rgb(55, 55, 55);
}

#header {
    width: 100%;
    padding: 30px 0px;
    background: none repeat scroll 0% 0% rgb(17, 17, 17);
    box-shadow: 0px 1px 2px rgb(51, 51, 51);
    margin-bottom: 10px;
}

.sw {
    margin: 0px auto;
    width: 800px;
}

a { color: rgb(84, 84, 84); text-decoration: none; }
a:hover { color: rgb(161, 23, 2); text-decoration: none; font-weight: bold; }
.active { color: rgb(161, 23, 2); text-decoration: none; font-weight: bold; }

h3 { font-size: 17px; color: rgb(55, 55, 55); }
h4 { font-size: 14px; color: rgb(161, 23, 2); }

input, select { font-size: 12px; }

#sidebar { width: 200px; float: left; }
#langswitch {text-align: center;margin-bottom: 5px;}
#content { width: 600px; float: left; }
.menu { padding: 0px; margin: 0px; }
.menu-header { width: 186px; height: 34px; background-image: url("../img/menu_top.png"); background-repeat: no-repeat; margin: 0px; }
.menu-content { background-image: url("../img/menu_bg.png"); background-repeat: repeat-y; margin: 0px; padding: 5px; }
.menu-header span { color: white; font-size: 12px; font-style: normal; font-weight: bold; white-space: nowrap; margin-left: 38px; position: relative; top: 11px; }
.menu-bottom { width: 186px; height: 6px; background-image: url("../img/menu_bottom.png"); background-repeat: no-repeat; margin-bottom: 10px; }

.menu ul { list-style-type: none; margin: 0px; padding: 0px; }
.menu li { list-style-type: none; padding: 0px 0px 0px 10px; background: url("../img/bullet.png") no-repeat scroll transparent 0px 3px; margin-left: 10px; line-height: 20px;}

.searchBox { width: 170px; }

.oddrow {background-color:#e0e0e0;}
.comment {color: rgb(161, 23, 2);}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 50%;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 350px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 320px;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
