 

body {			
  font-size: 11px;	
  font-family: Verdana;
  font-weight: bold;
  color: #FFFFFF;
  background-color : #000000;
  margin-top: 20px;	
}

form{
  display:inline;
}

td {
  font-size: 11px;	
  font-family: Verdana;
  font-weight: bold;
  color: #FFFFFF;
}

h1 
{ 
	 margin-top: 15px; 
     font-family: Verdana;
     font-size: 16px;
     color:#FFFFFF;      
}

h2 
{ 
      font-family: Verdana;
      font-size: 14px;
      /*font-size: medium;*/  
      color:#FFFFFF; 
}

h3
{ 
      font-family: Arial;
      font-size:16px;
      /*font-size: medium;*/  
      color:#000000;       
}

h4
{ 
      font-family: Arial;
      font-size:12px;
      /*font-size: small;*/  
      color:#000000; 
}




a {      
   color: white;
   text-decoration: underline;
}

a:hover {   

   color: red;
   text-decoration: underline;
}





/* tridy */

div#bodyvnitrek {   
 
}


div#strankaobal
{
	width: 1000px; /*height: 750px; overflow: hidden;*/ 
	margin: 0px auto 0px auto;
	background-color: #19162B; 	
	min-height: 750px;  height: auto !important;  height: 750px
}

div#strankaobal2
{
	width: 1000px; 
	margin: 0px auto 0px auto;
	background: url(../img/back3.jpg) 0 0 repeat-y;   	
	min-height: 750px;  height: auto !important;  height: 750px
}







.floatright 
{ 
  float: right; 
  margin: 10px 10px 10px 10px; 
  border: 0px solid #666; 
  padding: 0px; 
} 

.floatleft
{ 
  float: left; 
  margin: 10px 10px 10px 10px; 
  border: 0px solid #666; 
  padding: 0px; 
} 




input{
     vertical-align:middle;
}

textarea{
	overflow:auto;
}

.textColor{
	color:#223D61;
}




/*--------------------------------*/



.resetovac
{
	border:  0px none;
	margin:  0px;
	padding: 0px;

	float: none;
	clear: both;

	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

/*--------------------------------*/



 /*-----------------------*/
 
 a.rs_edit {
 	position: absolute;
 	float: right; 
	color: black;	background-color: yellow; 	text-decoration: none;
 	border: 1px black solid;	padding: 3px;	  
 }
  a.rs_edit:hover {
 	position: absolute;
 	float: right;
	text-decoration: underline; 		  
 }