* {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;; 
	font-size: 9pt;
}

img {
  border: 0px;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

body { 
  text-align: center;
  color: black;
  background-color: white;
}

#desktop {
  position: relative;
  width: 950px;
  top: 50px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

#top_logo {
  position: relative;
  height: 84px;
  top: 0px;
  color: #e4e4e4; 
  background-color: #333333; 
}
#top_logo_img {
  position: absolute;
  top: 10px;
  padding: 0px 0px 0px 20px;
}
#top_logo_form {
  position: absolute;
  right: 15px;
  top: 45px;
}

#top_pruh {
  position: relative;
  height: 4px;
  color: white;
  background-color: #fe5a02; 
}

#top_navbar {
  position: relative;
  height: 24px;
  line-height: 24px;
  padding-left: 180px;
  text-align: left;
  color: #e4e4e4; 
  background-color: #8b8b8b; 
}

#page {
  position: relative;
  min-height: 480px; /* pro standardní prohlížeče */
  _height: 480px; /* pro IE - hack */
  border: 1px solid #8b8b8b;
}

#left_panel {
  position: absolute;
  width: 170px;
  height: 480px; /* pro standardní prohlížeče */
  top: 0px;
  color: black;
  background-color: white; 
  background-image: url("img/stripe3.gif");
  border-right: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
}

#text {
  position: relative;
  left: 160px;
  width: 755px; /* 950px - 160px - 20px - 15px - page width bez left_panel width - padding #text */
  padding: 40px 15px 0px 20px;
}

#menu_first {
  border-top: 1px solid #8b8b8b; 
}
.menu_normal {
  position: relative;
  top: 20px;
  height: 24px;
  line-height: 24px;
  color: black;
  background-color: #e4e4e4; 
  text-align: left;
  border-bottom: 1px solid #8b8b8b; 
  padding-left: 10px;
}
.menu_active {
  position: relative;
  top: 20px;
  height: 24px;
  line-height: 24px;
  color: black;
  background-color: #fe5a02;
  text-align: left;
  border-bottom: 1px solid #8b8b8b; 
  padding-left: 10px;
}
a.menu:link { text-decoration: none; color: black; }
a.menu:visited { text-decoration: none; color: black; }
a.menu:active { text-decoration: none; color: black; }
a.menu:hover { text-decoration: underline; color: black; }

#login {
  position: relative;
  top: 40px;
  height: 120px;
  color: black;
  background-color: #f6f6f6; 
  text-align: left;
  border-bottom: 1px solid #8b8b8b; 
}
#login_header {
  position: relative;
  height: 20px;
  line-height: 20px;
  color: #e4e4e4; 
  background-color: #8b8b8b; 
  padding-left: 10px;
}
#login_pruh {
  position: relative;
  height: 4px;
  color: black; 
  background-color: #fe5a02; 
}
#login_form {
  position: relative;
  padding: 5px;
  text-align: right;
}

#send_email {
  padding: 5px;
  background-color: #f6f6f6; 
  border: 1px solid #8b8b8b; 
}

#footer {
  position: relative;
  height: 24px;
  text-align: right;
  line-height: 24px;
  padding-right: 10px;
  color: #e4e4e4; 
  background-color: #8b8b8b; 
}

#space_on_bottom {
  position: relative;
  height: 30px;
}

#edge_tl {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 5px;
  height: 4px;
  line-height: 2px;
  text-align: left;
  color: black;
  background-color: white;
}

#edge_tr {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 5px;
  height: 4px;
  line-height: 2px;
  text-align: right;
  color: black;
  background-color: white; 
}

#edge_bl {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 5px;
  height: 4px;
  line-height: 2px;
  text-align: left;
  color: black;
  background-color: white;
}

#edge_br {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 5px;
  height: 4px;
  line-height: 2px;
  text-align: right;
  color: black;
  background-color: white; 
}

.refs_logos {
  border: 0px;
  text-align: center;
}

.required {
  color: red;
}

.features_table {
  border: 1px solid #8b8b8b;
  vertical-align: top;
}

h1 {
  color: #fe5a02;
  font-size: 16pt;
  font-weight: normal;
}

h5 {
  font-weight: bold;
}

.float_text {
  float: left;
  width: 75%;
}

.float_img {
  float: right;
  margin: 5px 10px 5px 10px;
}

.news_date {
  color: #fe5a02;
}
.news_short {
  margin: 0px;
}
