/* --------------------------- BODY ----------------------- */
body {
  font-family: sans, verdana, arial, Helvetica;
  color: black;
  font-size: 1em;
	padding: 0px;
	margin: 0px;
	background: url(../images/pruh-j.jpg) repeat-x;
	background-color: #C3D4B8;
}

h1,h2,h3,h4,ul,p {
  list-style:none;
  margin:0;
  padding:0
}


div#body{
  width: 900px;
  min-height: 520px;
  margin: 10px auto 20px auto;
  position: relative;
}

div#header{
  min-width: 898px;
  margin: 0px auto 0px auto;
  position: relative;
}

div#back{
  min-width: 898px;
  min-height: 210px;
  margin: 20px 0px 10px 0px;
  background: url(../images/header.gif) no-repeat;
  position:relative;
  background-color: white;
}

a.logo{
  font-family: verdana, arial, Helvetica;
  color: red;
  font-size: 2em;
}


div#menu{
  width: 199px;
  margin: 30px 0px 0px 0px;
  font-size: 0.9em;
  float:left;
  border-left: solid 2px #707070;
  border-bottom: solid 2px #707070;
  background-color: #C0C0C0;
  display: block;
}

div#main{
  width: 657px;
  min-height: 250px;
  margin: 30px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
/*  background-color: #CCC6A5;  */
  background-color: #F0DC6E;
  border-right: solid 1px orange;
  border-bottom: solid 1px orange;
  float:right;
}

div#drbnav{
  position: absolute;
  top: 280px;
  width: 900px;
  margin: 0px 0px 0px 0px;
  font-size: 0.9em;
  display: block;
}


div#footer{
  width: 898px;
  margin: 0px auto 0px auto;
  text-align: center;
  font-size: 0.8em;
  clear:both;
}

div#footer a{
  color: #505050;
}

div#footer a:hover {
  text-decoration: none;
}

div#sign{
  width: 898px;
  margin: 0px auto 0px auto;
  text-align: center;
  font-size: 0.8em;
  color: #707070;
}

div#sign a.sitemap{
  color: #707070;
  text-decoration: none;
  border-bottom: 1px dashed #707070;
}

div#sign a.sitemap:hover {
  border-bottom: #C3D4B8;
}

h1{
  color: black;
  text-align: left;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0px 0px 25px 0px;
}

h2{
  text-align: left;
  font-size: 1.2em;
  padding: 0px 0px 0px 15px;
}

h3{
  color: black;
  text-align: left;
  font-size: 1.0em;
  padding: 0px 0px 0px 15px;
}

div.both{
  clear:both;
}

span.error {
  color: red;
}

a, img {
  border-width: 0px;
}

img{
  margin: 10px 10px 10px 10px;
}

#header img{
  margin: 0px 0px -28px 0px;
}

#menu ul {
  margin: 0px 0px 0px 0px;
  background-color: #C0C0C0;
}

#menu li {
  font-family : Helvetica, sans-serif;
  font-size: 1.1em;
  color : #040C75;
  text-decoration: none;
  font-weight: bold;
  float:left;
  height:36px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
  overflow:hidden;
  border-bottom: solid 1px #707070;
}

#menu li a {
  width: 179px;
  text-decoration: underline;
  display: block;
  float: left;
  height: 30px;
  margin: 0px 0px 0px 1px;
  padding: 0px 0px 10px 20px;
  line-height: 220%;
}
  
#menu li a:hover {
  display: block;
  color: #040C75;
  text-decoration: none;
  background: url(../images/arrow.gif) no-repeat left;
  background-color: #F0DC6E;
}

a.link, a:visited {
  color: #040C75;
  text-decoration: underline;
}

li {
  margin: 3px 0px 0px 30px;
  list-style-type: disc;

}
a.link:hover{
  text-decoration: none;
}

a.active{
  background: url(../images/arrow.gif) no-repeat left;
  background-color: #F0DC6E;
}


#clear {clear:both}

