/************************************************************
 * ***************** ADMIN TABLE *****************************
 */

#kontakt_table{  
  position:absolute;
  margin-left:auto;
  margin-right:auto;  
  text-align:center;
  width:550px;
  background-color:black; 
  border: 0px solid #FFD700;    
}

#kontakt_cell{  
  text-align:left;     
  color:white;
  background-color:#191970;
  font-size:small;
  font-weight:bold;  
  border:none;	
}

#kontakt_cell_head{
  text-align:right;     
  font-size:small;	  
  color:silver;
  background-color:#191970;
  border: 1px solid gray;
  border-left: 0px solid #FFD700;
  border-right: 0px solid #FFD700;
}

#kontakt_cell_role{
  font-size:small;	  
  text-align:right;     
  font-weight:bold;		
  text-align:center;   
  color:yellow;
  background-color:#191970;
  border: 1px solid gray;
  border-left: 0px solid #FFD700;
  border-right: 0px solid #FFD700; 
}
#kontakt_cell_input{
  text-align:left;	
}



#kontakt_button{  
	position:absolute;	
	background-color:black;
	color:yellow;
}

#kontakt_cell a:link {color:white;text-decoration: none} /*unvisited*/
#kontakt_cell a:visited {color:white;text-decoration: none} /*visited*/
#kontakt_cell a:hover {color:yellow;text-decoration:none;}

 /*user hovers*/
#kontakt_cell a:active {text-decoration:none}/*active links*/

#kontakt-nadpis{    
  position:relative;
  top:20px;
  color:yellow;
  text-align:center;
  font-size:large;    
}

#kontakt_note{
  position:relative;	
  font-size:small;	  
  top:40px;	
  right:0px;	
  text-align:center;
  background-color:black;
  color:yellow;
  margin:2px;
  padding:2px;	
}

#kontakt_webmaster{
 	position:relative;	
	margin-left:auto;
	margin-right:auto;  
	text-align:center;
	font-size:small;
	color:gray;
	font-weight:normal;	
	top:10px;
}

#kontakt_webmaster  a:link {color:silver; text-decoration: none} /*unvisited*/
#kontakt_webmaster  a:visited {color:silver; text-decoration: none} /*visited*/
#kontakt_webmaster  a:hover {color:red;text-decoration:none} /*user hovers*/
#kontakt_webmaster  a:active {color:silver; text-decoration:none}/*active links*/


#kontakt_warn{
  position:relative;	
  font-size:small;	  
  text-align:center;
  top:100px;	
  background-color:black;
  color:red;
  margin:2px;
  padding:2px;
  border: 1px solid yellow;     	
}