body {
  margin: 0px;
  padding: 0px;
  background-color: #d8f1ff;
  color: black;
  font-family: arial,tahoma,sans-serif;
  font-size: 12px;
  text-align: center;
}

body.sub {
  background-color: #f7fbfe;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: black;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

h1, h2, h3, p, hr, ul, li, form {
  margin: 0px;
  padding: 0px;
}

label {
  font-weight: bold;
  cursor: pointer;
}

input {
  border: 1px solid silver;
  width: 220px;
}

input.radio {
  width: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.clear {
  height: 1px;
  overflow: hidden;
  clear: both;
}

.spacer {
  clear: both;
}

.bold {
  font-weight: bold;
}

#container {
  text-align: left;
}

/*** STATUS ***/

#status {
  padding: 5px;
  border: 2px solid #5cb327;
  background-color: #86ca5d;
  color: white;
  font-weight: bold;
  margin-bottom: 6px;
}

#status.warning {
  border: 2px solid #FFFF62;
  background-color: #FFFFC4;
  color: black;
}

#status.failed {
  border: 2px solid #be1a25;
  background-color: #ff1f28;
}

/*** HEADER ***/

#top_row {
  height: 217px;
  padding-left: 65px;
  background: transparent url(/images/header_bg.jpg) left top no-repeat;
}

#header {
  width: 930px;
  height: 158px;
  padding: 13px 0px 0px 0px;
}

#header a {
  display: block;
  width: 181px;
  height: 142px;
  background: transparent url(/images/logo.gif) left top no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

/*** MAINMENU ***/

#mainmenu {
  width: 930px;
  height: 46px;
  background: url(/images/mainmenu_bg.gif) left bottom no-repeat;
}

#mainmenu ul {
  list-style-type: none;
}

#mainmenu ul li {
  float: left;
  height: 46px;
  background: transparent url(/images/mainmenu_item_bg.gif) right top no-repeat;
  position: relative;
  z-index: 900;
}

#mainmenu ul li a {
  display: block;
  padding-left: 4px;
  position: absolute;
  top: 0px;
  left: -1px;
  text-decoration: none;
}

#mainmenu ul li.item_1, #mainmenu ul li.item_1 a {
  width: 100px;
}

#mainmenu ul li.item_2, #mainmenu ul li.item_2 a {
  width: 100px;
}

#mainmenu ul li.item_3, #mainmenu ul li.item_3 a {
  width: 105px;
}

#mainmenu ul li.item_4, #mainmenu ul li.item_4 a {
  width: 72px;
}

#mainmenu ul li.item_5, #mainmenu ul li.item_5 a {
  width: 90px;
}

#mainmenu ul li.item_6, #mainmenu ul li.item_6 a {
  width: 140px;
}

#mainmenu ul li.item_7, #mainmenu ul li.item_7 a {
  width: 90px;
}

#mainmenu ul li.item_8, #mainmenu ul li.item_8 a {
  width: 90px;
}

#mainmenu ul li.item_9, #mainmenu ul li.item_9 a {
  width: 120px;
}

#mainmenu ul li a span {
  display: block;
  height: 30px;
  padding: 16px 9px 0px 0px;
  color: white;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

#mainmenu ul li a:hover, #mainmenu ul li a.active, #mainmenu ul li.hover a {
  background: transparent url(/images/mainmenu_item_bg.gif) left bottom no-repeat;
}

#mainmenu ul li a:hover span, #mainmenu ul li a.active span, #mainmenu ul li.hover a span {
  background: transparent url(/images/mainmenu_item_bg.gif) right bottom no-repeat;
}

#mainmenu ul li.item_9 span {
  padding-top: 12px;
  height: 34px;
  font-size: 11px;
}

/*** CONTENT ***/

#content_row {
  height: 347px;
  padding-left: 65px;
  background: transparent url(/images/home_content_pattern.jpg) left top repeat-x;
}

#content_row #content {
  height: 212px;
  padding-top: 12px;
  background: transparent url(/images/home_deti.jpg) 360px 0px no-repeat;
}

#content_row #content h2 {
  color: white;
  font-size: 31px;
}

#content_row #content h2 span {
  display: block;
  font-size: 21px;
}

#content_row #content .button {
  display: block;
  width: 275px;
  height: 37px;
  margin-top: 45px;
  padding-top: 18px;
  background: transparent url(/images/yellow_button.gif) left top no-repeat;
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#content_row #content .button:hover {
  background-position: left bottom;
}

#breadcrumbs {
  background-color: #37A8EA;
}

#breadcrumbs .content {
  width: 985px;
  padding: 8px 5px;
  text-align: right;
  color: white;
}

#breadcrumbs .content a, #breadcrumbs .content span {
  color: white;
  vertical-align: middle;
}

#breadcrumbs .content a:hover {
  color: #042742;
}

#background {
  padding: 20px 0px 45px 65px;
}

#wrap {
  width: 930px;
}

#wrap #leftmenu {
  float: left;
  width: 200px;
  padding: 15px 20px 20px 10px;
  margin-right: 50px;
  background-color: #37A8EA;
  height: 320px;
}

#wrap #leftmenu ul {
  list-style-type: none;
}

#wrap #leftmenu ul li a {
  display: block;
  text-decoration: none;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px dashed white;
  color: white;
  font-size: 14px;
  display: block;
}

#wrap #leftmenu ul li.last a {
  border: none;
}

#wrap #leftmenu ul li a:hover, #wrap #leftmenu ul li a.active {
  color: #042742;
}

#wrap #content {
  float: left;
  width: 650px;
  padding-bottom: 50px;
  color: #231f20;
  font-size: 13px;
  min-height: 300px;
}

#wrap #content h1 {
  padding-bottom: 18px;
  color: #042742;
  font-size: 18px;
  font-weight: normal;
}

#wrap #content h2 {
  padding: 8px 0px 5px 0px;
  font-size: 14px;
  clear: both;
}

#wrap #content h2.galeria_title {
  color: white;
  border-bottom: 2px solid white;
  padding: 5px;
  margin-bottom: 5px;
}

#wrap #content h2.galeria_title a {
  color: white;
  text-decoration: none;
}

#wrap #content a {
  color: #d2232a;
}

#wrap #content p {
  padding-bottom: 10px;
}

#wrap #content p.galeria {
  width: 510px;
}

#wrap #content p.galeria img {
  border: 3px solid #C0C0C0;
  margin-bottom: 3px;
}

#wrap #content p.hidebox {
  display: none;
}

#wrap #content table {
  width: 100%;
}

#wrap #content img.left {
  margin: 0px 10px 10px 0px;
}

#wrap #content img.right {
  margin: 0px 0px 10px 10px;
}

#wrap #content img.border {
  border: 3px solid #C0C0C0;
}

#wrap #content ul, #wrap #content ol {
  padding: 0px 0px 16px 20px;
}

#wrap #content ul li, #wrap #content ol li {
  padding: 3px 0px;
}

/*** CAROUSEL ***/

#carousel {
  width: 930px;
  height: 113px;
  padding: 10px 0px 0px 0px;
  overflow: hidden;
  clear: both;
}

#carousel .prevPage, #carousel .nextPage,
#carousel .prevPage span, #carousel .nextPage span {
  display: block;
  width: 39px;
  height: 71px;
  overflow: hidden;
  text-decoration: none;
}

#carousel .prevPage, #carousel .nextPage {
  float: left;
  margin-top: 16px;
  position: relative;
}

#carousel .prevPage span, #carousel .nextPage span {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

#carousel .prevPage span {
  background: transparent url(/images/carousel_prev.gif) left top no-repeat;
}

#carousel .nextPage span {
  background: transparent url(/images/carousel_next.gif) left top no-repeat;
}

#carousel .prevPage:hover span, #carousel .nextPage:hover span {
  background-position: left bottom;
}

#carousel .scrollable {
  float: left;
  width: 850px;
  height: 112px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

#carousel .scrollable .items {
  width: 20000em;
  height: 112px;
  position: absolute;
  z-index: 10;
}

#carousel .scrollable .item {
  float: left;
  width: 95px;
  padding: 0px 13px 0px 12px;
}

#carousel .scrollable .item a {
  display: block;
}

#carousel .scrollable .item a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

#carousel .scrollable .item strong {
  display: block;
  color: #035f85;
  font-size: 12px;
  text-align: center;
}

/*** TOOLTIP ***/

#tooltip {
  display: none;
  width: 142px;
  padding-bottom: 30px;
  background: transparent url(/images/tooltip.gif) left bottom no-repeat;
  z-index: 100;
  color: #035f85;
  font-size: 12px;
}

#tooltip span {
  display: block;
  padding: 5px 5px 0px 5px;
  background: transparent url(/images/tooltip.gif) left top no-repeat;
}

/*** LAST ROW ***/

#last_row {
  height: 190px;
  padding: 10px 0px 0px 65px;
  background-color: #6ac8ff;
  clear: both;
}

#last_row_content {
  width: 930px;
}

#last_row_content .box {
  float: left;
  width: 274px;
  height: 136px;
  padding: 15px 18px 15px 18px;
  background: transparent url(/images/bottom_box.gif) left top no-repeat;
}

#last_row_content .box h2 {
  padding-bottom: 15px;
  color: #003b5e;
  font-size: 16px;
}

#last_row_content .box img {
  float: left;
}

#last_row_content .box .content {
  float: left;
  width: 148px;
  color: #035f85;
}

#last_row_content .box .content ul {
  list-style-type: none;
}

#last_row_content .box .content ul li {
  padding-left: 11px;
  background: transparent url(/images/white_dot.gif) left center no-repeat;
  color: #007fb3;
}

#last_row_content .box .content ul li a {
  color: #007fb3;
}

#last_row_content .box .content .button {
  display: block;
  width: 112px;
  height: 28px;
  margin: 5px 0px 0px 5px;
  padding-top: 16px;
  background: transparent url(/images/bottom_button.gif) left top no-repeat;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#last_row_content .box .content .button:hover {
  background-position: left bottom;
}

/*** FOOTER ***/

#footer {
  height: 55px;
  padding: 4px 0px 0px 65px;
  background: transparent url(/images/footer_bg.gif) left top no-repeat;
  clear: both;
}

#footer .copyright {
  float: left;
  width: 200px;
  color: #707070;
  font-size: 11px;
}

#footer .visit_count {
  float: left;
  width: 550px;
  color: #707070;
  font-size: 12px;
  text-align: center;
  color: white;
  font-weight: bold;
}

#footer .webdesign {
  float: left;
  width: 150px;
  text-align: right;
}

#footer .webdesign a {
  color: #707070;
  font-size: 11px;
}

body.sub #footer {
  border-top: 6px solid #37A8EA;
  width: 930px;
  margin-left: 65px;
  background: none;
  height: 35px;
  padding: 2px 0px 0px 0px;
}

body.sub #footer .webdesign {
  width: 180px;
}

body.sub #footer .copyright, body.sub #footer .visit_count, body.sub #footer .webdesign a {
  color: #37A8EA;
  font-weight: normal;
  font-size: 11px;
}

/*** TEMP ***/

#wrap #content #sutaz_form p {
  padding-bottom: 5px;
}

#sutaz_form label {
  font-weight: normal;
}


