@import "template.css";

body.blind {
  background: none;
  font-family: Arial;
  font-size: 0.9em;
  color: #000;
}

body.blind #page {width: 733px;}

/******************DESIGN OF PAGE***********************/

body.blind #container {
  background: none;
}

/**** HEADER design ****/
body.blind #header {
  background-image: url('../images/bg_header_blind.jpg');
}
body.blind #header .top_func {
  top: 5px;
  left: 227px;
  position: absolute;
  font-size: 0.8em;
  color: #000;
  height: 30px;
  line-height: 30px;
}
body.blind #header .top_func a {
  color: #000;
  padding: 7px 10px;
  text-decoration: underline;
}
body.blind #header .top_func a:hover {
  text-decoration: none;
}
body.blind #header .top_func .lang {
  display: block;
  float: left;
  width: 172px;
  padding-left: 0px;
  text-align: center;
  border-right: 1px solid #000000;
}
body.blind #header .top_func .functions {
  display: block;
  float: left;
  padding-left: 0px;
  width: 247px;
  text-align: center;
  border-left: 0;
  border-right: 0;
}
body.blind #header .top_func .search {
  display: block;
  float: left;
  width: 285px;
  text-align: right;
  border-left: 1px solid #000;
  height:25px;
  padding-top: 5px;
  padding-left: 36px;
}
body.blind #header .top_func .sk {
  background: none;
}
body.blind #header .top_func .en {
  background: none;
}
body.blind #header .top_func .print {
  background: none;
}
body.blind #header .top_func .map {
  background: none;
}

body.blind #header .blind a {
  color: #fff;
  font-weight: bold;
}

/**** FOOTER design ****/
body.blind #footer {
  width: 100%;
  background: none;
}
body.blind #foot {
  padding-top: 30px;
  color: #000;
}
body.blind #makedby {
  width: 250px;
  font-size: 0.9em;
  text-align: left;
  display: block;
  float: left;
  color: #000;
}
body.blind #makedby a {
  color: #0000EE;
  text-decoration: underline;
}
body.blind #makedby a:hover {
  color: #EE0000;
  text-decoration: none;
}
body.blind #copyright {
  width: 723px;
  text-align: center;
  display: block;
  float: left;
  padding-top: 8px;
}
body.blind #copyright a {
  color: #0000EE;
  text-decoration: underline;
  font-weight: normal;
}
body.blind #copyright a:hover {
  color: #EE0000;
  text-decoration: none;
  font-weight: normal;
}

/**** PAGE BODY design ****/
body.blind #content {
  background: none;
}
body.blind #left {
  width: 230px;
  padding: 0;
}
body.blind #page {
  padding: 0px 0px 0px 10px;
}
/******************DESIGN OF MAIN ELEMENTS**************/
body.blind h1 {
  margin: 0;
  padding: 10px 0px 15px 0px;
  text-align: left;
  color: #000;
  font-size: 1.8em;
  text-decoration: underline;
}
body.blind h2 {
  margin: 0;
  padding: 20px 0px 10px 0px;
  text-align: left;
  color: #000;
  font-size: 1.2em;
  text-decoration: underline;
}
body.blind h3 {
  margin: 0;
  padding: 20px 0px 10px 0px;
  text-align: left;
  color: #000;
  font-size: 1.2em;
  text-decoration: underline;
}
body.blind h5 {
  margin: 0;
  padding: 10px 0px;
  text-align: left;
  color: #000;
  font-size: 1.4em;
  text-decoration: underline;
}
body.blind a {
  color: #0000EE;
  text-decoration: underline;
}
body.blind a:hover {
  color: #EE0000;
  text-decoration: none;
}
/*developer*/
/*body {background: #FFF5E6;}
#container {background: silver;}
#header {background: #efa4ae;}
#footer {background: #bf9347;}
#content {background: #afdbff;}
#left {background: #811f72;}
#page {background: #97468b;}*/
