/*
	CSS pre variabilnu dlzku stranky
*/
html {
  color: #000000;
  background-color: #FFFFFF;
  height: 100%;
}


body {
  margin: 0;
  padding: 0 0;
  color: #000000;
  background-color: #FFFFFF;
  font-family: Verdana, sans-serif; font-size: 1em;
  text-align: left;
  height: 100%;
}


h1 {
  margin: 0;
  padding: 0;
  display: none;
}


img {
  border: none;
  margin: 0;
}


#nester {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}


#header {
  color: #000000;
  background-color: transparent;
  width: 848px;
  height: 292px;
  margin: auto;
  padding: 0;
  font-size: 0;
  line-height: 0px;
}

#footer {
  color: #000000;
  background-color: transparent;
  width: 848px;
  height: 38px;
  margin: auto;
  padding: 0;
  font-size: 0;
  line-height: 0px;
}

#content {
  background: transparent url('../images/Content-LongBack.jpg') top left repeat-y;
  width: 848px;
  margin: auto;
  padding: 0;
  font-size: 0;
}

#contentInside {
  background: transparent url('../images/Content-LongTop.jpg') top left no-repeat;
  width: 848px;
  margin: auto;
  padding: 0;
  font-size: 0;
}


#body {
  width: 650px;
  color: #000000;
  background-color: transparent;
  border: 0;
  font-size: 12px;
  padding: 45px 0 0 60px;
}


#menu {
  width: 760px;
  height: 30px;
  color: #000000;
  background-color: transparent;
  font-size: 11px;
  margin: auto;
}


#menu a.norm {
  text-align: center;
  padding-top: 6px;
  float: left;
  height: 22px;
  width: 110px;
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}


#menu a.norm:hover {
  padding-top: 6px;
  float: left;
  color: #FFFFFF;
  background-color: #637279;
  text-decoration: none;
}


#menu div.actv {
  text-align: center;
  font-weight: bold;
  padding-top: 6px;
  float: left;
  color: #000000;
  background-color: #B5B288;
  height: 22px;
  width: 110px;
  text-decoration: none;
}
.formitem {
height: auto;
}
.form_element {
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
margin-bottom:4px;
margin-left:30px;
margin-top:8px;
width:85%;
}
.form_element label {
display:block;
float:left;
line-height:22px;
padding:0 10px 0 0;
vertical-align:middle;
}
.bgd_image {
  background-image: url("/images/Content.jpg");
  background-repeat:no-repeat;
  height:248px;

}

