/* CSS Document */

body {
	margin:50px 0px; padding:0px;
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
   background:#000000 
  /*background-image: url("image/poz.jpg"); 
  background-repeat: repeat-x;
	/*color: #f2a115;*/

  text-align: center;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.png) no-repeat;
	overflow: hidden;
}


#content {
  
	width:999px;
	margin:0px auto;
	text-align:left;
  background-color: #00cc66;
  border:0px dashed #333;
	/*background-color:#fff;*/
  
  
}



#content_udrzba {
  position:relative;
	width:999px;
	margin:0px auto;
	text-align:center;
  color: #fff;
  height: 380px;
	border:0px dashed #333;
	background-color:#000;
     -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	 border-radius: 20px;
   behavior: url(/script/PIE.php);
  padding:30px 0px 0px 0px;
   
}

#logo{
  position:relative;
  width:999px;
  height: 200px;
	border:0px dashed #333;
}

#topMenu{
 
  position:relative;
  width:999px;
  height:40px;
	border:0px dashed #333;
	background-image: url("image/menu_back_blank.png");  
  background-repeat: repeat-x;
}

#menuContent{
  
  position:relative;
  width:920px;
  color: black;
  font-size: 14px;
  top: 0px;
  left:11px;
  height:35px;
	border:0px dashed #333;            
}

#h_content{
  position:relative;
	width:100%;
  border:0px dashed #333;
  	background-image: url("image/h_content.jpg");  
  background-repeat: repeat-y; 
  /*-moz-border-radius-bottom: 25px;
	-webkit-border-radius-bottom: 25px;
	border-radius: 0 0 25px 25px;
  behavior: url(/script/PIE.php);*/
  
    
}

#a_content{
  position:relative;
	width:987px;
  overflow: auto;  
	border:6px solid #00cc66;
  background-repeat: repeat-y;  
 /* 	-moz-border-radius-bottom: 25px;
	-webkit-border-radius-bottom: 25px;
	border-radius: 0 0 25px 25px;
  behavior: url(/script/PIE.php);*/
}

#hlavni{
  position: relative;
  width:720px;
  padding: 20px 20px 20px 20px;
  min-height:500px;
  height: expression(this.scrollHeight < 500? "500px" : "auto" );
  border: 5px solid #00cc66;  
  float: left;
  background-color: #fff;     
}

#spacer{
  position:absolute;
  top: 10px;
   background-image: url("image/menu_spacer.png");
   width: 1px;
   height: 25px;     
}



#paticka{
  width:100%;
  height:55px; 
	border:0px dashed #333;
	background-image: url("image/paticka.jpg");
  color: grey; 
  left: 0px;         
}
#patickaContent{
  position: relative;
  float:right;
  padding: 10px 0px 0px 0px;
  width: 949px;
  height: 100%; 
  font-size: 11px;
  text-align: center;              
}

#right{
  top: 0px;
  overflow: auto;
  position:relative;
  width:217px;
 /*min-height:500px;
  height: expression(this.scrollHeight < 500? "500px" : "auto" );*/
  height: 100%;
  padding: 0px 0px 50px 0px;
	border:0px dashed #333;
  background-color: #00cc66;
  float: right;        
}
      
.topbar {
	top: -3px;
  background: url("image/topbar.jpg") repeat-x; 
  width: 100%;
  left: 0px; 
  height: 42px;
  text-align: right;
	position: fixed;
  color: #333;
  z-index: 10;
 
} 

.datum {
	top: 7px;
  color: #000;
  text-align: left;
  width: 220px;
  position: absolute;
}  
.share {
	top: 7px;
  
  text-align: left;
  width: 150px;
  left: 250px;
  position: absolute;
}  
.login {
	top: 6px;
  width: 50%;
  left: 50%;
  text-align: right;
  
  
  position: absolute;
}  

.nadpis {
	margin-top: 20px;
  right: 0px; 
	font-size:22px;
	font-weight: bold;
	color: #3399bb;
  text-align: center;
  position: relative;
  background-image: url("image/nadpis.png");
  background-repeat: repeat-x;
}

.pages_text {
	
/*background-color: #fff;*/
  color: #000;
	text-align: left;
  width: 100%;
	position: relative;
	opacity: 0.9;
	font-size: 12px;
	min-height: 400px;
		/*height: expression(this.scrollHeight < 400? "400px" : "auto");
		overflow: auto;*/
}




H1{
  margin-top: 20px;
  width: 700px;
  left: 10px; 
	font-size:22px;
	font-weight: bold;
	background-color: #dedede;
  text-align: center;
  position: relative;
 
}

H2{
  font-size: 15px
}
  
a:link {
	color:#3399bb;
	text-decoration: none; 
}

a:visited {
	color: #3399bb;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}
#powered {
  position: relative;
  float: left;
  text-align: center;
  padding: 7px 0px 0px 0px;
  height: 100%;
  width: 50px;
}

.login_icons {
  top: 67px;
  left: -30px;
	width: 174px;
  text-align: right;
	position: absolute;
}

.msg {
  top: 4px;
  font-size: 15px;
  font-weight: bold;
  color: green;
  left: 0px;
  position: relative;
}
.error {
	top: 4px;
  font-size: 15px;
  font-weight: bold;
  left: 0px;
  position: relative;
  color: red;
}  

.report{
  text-align: center;
  width: 300px; 
  z-index: 50; 
  height: 70px;
  top: 42%;
  left: 50%;
  margin-left: -150px;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  position:absolute; 
  background-color: #d1dfff; 
  padding: 10px;
   -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	 border-radius: 20px;
   opacity: 0.85;
	 filter:alpha (opacity=85);      
}

.forgotpw{
  text-align: center;
  width: 500px; 
  z-index: 40; 
  height: 300px;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -250px;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  position:absolute; 
  background-color: #d1dfff; 
  padding: 10px;
   -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	 border-radius: 20px;
   opacity: 0.85;
	 filter:alpha (opacity=85);
  display: none;     
        
}

.registrace{
  text-align: center;
  width: 800px; 
  z-index: 40; 
  /*height: 750px;*/
  top: 100px;
  left: 50%;
  font-size: 12px;
  margin-left: -400px;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  position:absolute; 
  background-color: #d1dfff; 
  padding: 10px;
   -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	 border-radius: 20px;
   opacity: 0.85;
	 filter:alpha (opacity=85);
  display: none;     
        
}

.login_logged {
  top: 135px;
  left: 0px;
	width: 174px;
  text-align: center;
	position: absolute;

}
.odhlasit_profil {
  top: 150px;
  margin: 0px, auto;
  left: 0px;
	width: 174px;
  text-align: center;
	position: absolute;

}

.aktual {
  /*top: 150px;*/
  margin: 0px, auto;
  left: 0px;
	width: 174px;
  text-align: center;
	position: relative;
   background-image: url("image/aktual_back.png");
}

.close {
  text-align: right;
  right: 0px;
  top: 0px;
	width: 28px;
  height: 28px;
  
	position: absolute;

}

.red{
 color: #ff0000;
 font-size: 11px;
 
}

.bold {
font-weight: bold;
 font-size: 13px;
}

.opacity {
font-weight: bold;
 font-size: 13px;
  opacity: 0.0;
	 filter:alpha (opacity=0);
}
