H6 {
	font-size: 12pt;
}

H1 {
  color: #6F0000;
  font-family: Garamond, Verdana, Helvetica, Arial, sans-serif;
  font-variant: small-caps;
}

H2 {
  font-size: 11pt;
/*   font-family: Garamond, Verdana, Helvetica, Arial, sans-serif; */
/*   font-variant: small-caps; */
}


a, a:visited, a:hover, a:active {
  color: #19641B;
  text-decoration: underline;
/*  font-family: Garamond, Verdana, Helvetica, Arial, sans-serif;*/
/*  font-variant: small-caps;*/
/*  font-weight: bold;*/
/*  font-size: 120%;*/
   font-style: italic; 
}

a:hover {
  text-decoration: underline;
/*  font-style: italic;*/
}


body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  background-image: url(/img/menu_bg.gif);
  background-position: 0 0;
  background-repeat: repeat-y;
}

#nyito_header_bg {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: white;
  background-image: url(/img/nyito_header_bg.jpg);
  background-position: right top;
  background-repeat: repeat-x;
  top: 0;
  left: 0;
  width: 100%;
  height: 242px;
}

#nyito_header {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-image: url(/img/nyito_header3.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 242px;
}

#nyito_logo {
  background-image: url(/img/solvo_logo.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 100%;
  height: 205px;
}

#nyito_search {
  background-image: url(/img/search_bg.png);
  background-position: 8px top;
  background-repeat: repeat-x;
  text-align: right;
  position: absolute;
  top: 214px;
  left: 0;
  width: 100%;
}


#header_bg {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-image: url(/img/header_bg.jpg);
  background-position: right top;
  background-repeat: repeat-x;
  top: 0;
  left: 0;
  width: 100%;
  height: 187px;
}

#header {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-image: url(/img/header.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 187px;
}

#title {
  position: absolute;
  top: 0;
  left: 250px;
  padding-top: 0;
  font-size: 20pt;
  font-style: italic;
  font-weight: bold;
  color: white;
  font-family: Garamond, Verdana, Helvetica, Arial, sans-serif;
  font-variant: small-caps;
}


#logo {
  width: 100%;
  height: 150px;
}

#search {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-image: url(/img/search_bg.png);
  background-position: 8px top;
  background-repeat: repeat-x;
  text-align: right;
  position: absolute;
  top: 159px;
  left: 0;
  width: 100%;
}

#search_form {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  background-image: url(/img/search2.png);
  background-repeat: no-repeat;
  background-position: right top;
  width: 447px;
  height: 28px;
  float: right;
  right: 0;
/*  border: 1px solid red;*/
}

#search_criteria {
  position: absolute;
  left: 118px;
  top: 4px;
  border: solid 1px #e0dcd1;
  background-color: #ffffff;
/*  height: 18px;*/
  width: 140px;
  font-size: 10px;
}

#search_button {
  position: absolute;
  left: 265px;
  top: 4px;
}


#login {
  position: absolute;
  top: 0;
  left: 250px;
  padding-top: 30px;
  font-size: 8pt;
  font-weight: bold;
  font-style: italic;
  color: white;
}

#login input {
  background-color: #f6f3db;
  border: solid 1px #e6da94;
/*  height: 18px;*/
  width: 85px;
  font-size: 10px;
}

#login input[type="submit"] {
  background-color: transparent;
  font-size: 8pt; 
  font-weight: bold;
  font-style: italic;
  color: white;
  border: none;
  height: 18px;
  width: auto;
}

#login #login_go {
  background-color: transparent;
   font-size: 8pt;
  font-weight: bold;
  font-style: italic;
  color: white;
  border: none;
  height: 18px;
  width: auto;
}

#login a, #login a:visited {
  font-weight: bold;
  font-style: italic;
  color: white;
  font-size: 8pt;
  text-decoration: none;
}

#login a:hover, #login a:active {
  font-weight: bold;
  font-style: italic;
  color: white;
  font-size: 8pt;
  text-decoration: underline;
}

#jobb {
 float: right;
 width: 150px; 
}
#footer {
/*   box-sizing: border-box; */
/*   -moz-box-sizing: border-box; */
  background-image: url(/img/footer_bg.png);
  background-repeat: repeat-x;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 30px;
  position: relative;
  clear: both;
  float: none;
  bottom: 0;
  left: 0;
  font-size: 8pt;
  font-weight: bold;
  color: white;
  padding-top: 12px;
}

#footer a, #footer a:visited {
  font-size: 8pt;
  font-weight: bold;
  color: white;
  font-style: normal;
  text-decoration: none;
}

#footer a:hover, #footer a:active {
  font-size: 8pt;
  font-weight: bold;
  color: white;
  font-style: normal;
  text-decoration: underline;
}

.debug div {
    border: 1px dotted #b0b0b0;
}

.debug div p, .debug div span {
    border: 1px dashed #d07070;
}

.debug ul {
    border: 1px dashed #70d070;
}

.debug li {
    border: 1px dotted #d07070;
}

#content div {
    margin: 0;
    top: 0;
    position: relative;
}

#content {
/*  box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
  padding: 20px;
  padding-top: 0;
  background-color: white;
  color: #003300;
/*  border: 1px solid red;*/
/*   float: left; */
  width: auto;
  font-size: 10pt;
  white-space: normal;
/*   display: inline-table; */
  margin-left: 233px;
/*   padding-left: 0; */
  vertical-align: top;
  top: 0;
}

#content p {
  text-align: justify;
  line-height: 150%;
/*   text-indent: 1em; */
  white-space: normal;
}

#nyito_page {
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  bottom: 0;
/*   height: 100%; */
/*   width: 100%; */
  background-image: url(/img/events_bg.gif);
  background-position: right top;
  background-repeat: repeat-y;
}
#nyito_page #content {
	margin-right: 180px;
}

#page {
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: url(/img/menu_bg.gif);
  background-position: 0 0;
  background-repeat: repeat-y;
/*   vertical-align: top; */
}

#events {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
	float: right;
	background-color: #F5F7EA;
	width: 180px;
	right: 0;
	padding: 20px 10px 10px 10px;
	font-size: 10px;
}

#events b {
  color: #6F0000;
}


#menu {
  position: relative;
  background-color: #f6f3e6;
  top: -5px;
  left: 0;
  width: 233px;
  float: left;
  margin: 0;
  padding: 0;
/*  border: 1px solid red;*/
  /*display: none;*/
}

#fomenu {
  padding-top: 0;
  padding-left: 10px;
  margin: 0;
  margin-bottom: 10px;
}


.menu_closed, .menu_open {
 list-style-type:none; 
/*   position: absolute; */
  top: 0;
/*   left: 250px; */
  padding-top: 8px;
  padding-left: 12px;
  margin-left: 0;
  margin-top: 0;
  font-size: 10.5pt;
  font-weight: bold;
  letter-spacing: 0.8pt;
  color:#c5061f;
  font-family: Garamond, Verdana, Helvetica, Arial, sans-serif;
   font-variant: small-caps; 
  overflow: hidden;
  white-space: nowrap;
}

#fomenu .menu_open {
  padding-top: 12px;
}

#fomenu .menu_open .menu_open {
  padding-top: 4px;
}


.menu_open {
  background-image: url(/img/menu_bg_sel.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
/*   padding-top: 12px ! important; */
  padding-top: 0;
  cursor: pointer;
}

.menu_closed {
  background-image: url(/img/menu_bg_unsel.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
  cursor: pointer;
}


.menu_closed:hover, .menu_open:hover, .menu_closed:active, .menu_open:active {
/*  overflow: visible;*/
}

.menu_open .menu_open {
  background: none;
  font-size: 9pt;
  letter-spacing: -0.5px;
  padding-top: 4px;
  padding-left: 0;
  margin-left: -4px;
}

.menu_open .menu_closed {
  background: none;
  font-size: 9pt;
  letter-spacing: -0.5px;
  padding-top: 4px;
  padding-left: 0;
  margin-left: -4px;
}

.menu_closed ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
  padding-left: 4px;
  margin-left: 0;
}

.menu_open ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  padding-left: 4px;
  margin-left: 0;
}

.menu_open .menu_closed ul {
  display: none;
  padding-left: 0;
/*  margin-left: -2px;*/
}

.menu_open .menu_open ul {
  padding-left: 12px;
}





.menu_closed a,.menu_open a {
 font-style: normal;
 text-decoration: none;
 color: #c5061f; 
}

.menu_closed a:visited,.menu_open a:visited {
 font-style: normal;
 text-decoration:none;
 color:#c5061f;
}

.menu_closed a:hover,.menu_open a:hover {
 font-style: normal;
 text-decoration:none;
 color:#c5061f;
}

.menu_closed a:active,.menu_open a:active {
 font-style: normal;
 text-decoration:none;
 color:#c5061f;
}

.mazold {
 text-align:left;
 background-color:#FFFF00; 
 font-weight:bold;  
}
.tablefont {
 font-size:10px;
 color: #003300; 
}
.tablefont1 {
 font-size:12px;
 color: #003300; 
}

.img-shadow {
    float:left;
    background: url(/html_hun/gallery/divbg2.gif) no-repeat bottom right;
    margin: 10px 0 0 10px;
    text-align: center;
}

#lang {
/* 	float: left; */
	margin: 4px 20px 1px 10px;
}

#lang img {
	border: none;
}