/*****************************************************************************/
/*   BEADART.CSS     CSS Style Sheet                                		  */
/*****************************************************************************/
/*---------------------------------------------------------------------------*/
/*     Nastaveni tela stranky BODY                                           */
/*---------------------------------------------------------------------------*/

BODY { 			font-family: Arial, Helvetica, sans-serif ;
				font-size: x-small;
				background-color: #000000; 		/*black*/ 
       			color: #CCCCCC;					/*light-gray*/
				text-align: left;
     } 

.header{		color: #FFFFFF; 	/*light-grey*/
				background-color : #666666;	/*white*/
				font-weight: bold;
				font-size: x-small;
				text-align: left;
				padding-right: 40px;
				padding-left: 40px;
				padding-bottom: 5px;
				padding-top: 5px;
				} 
.menu{			color: #FFFFFF; 	/*white*/
				background-color : #999999;	/*mid-gray*/
				font-size: x-small;
				text-align: left;
				padding-right: 20px;
				padding-left: 20px;
				padding-bottom: 5px;
				padding-top: 5px;
				} 
.text{			font-size: x-small;
				background-color: #000000; 		/*black*/ 
       			color: #CCCCCC;					/*light-gray*/
				text-align: left;
				padding-right: 20px;
				padding-left: 20px;
				padding-bottom: 5px;
				padding-top: 5px;
		}
.text_nopadding{			font-size: x-small;
				background-color: #000000; 		/*black*/ 
       			color: #CCCCCC;					/*light-gray*/
				text-align: left;
				padding-right: 5px;
				padding-left: 5px;
				padding-bottom: 5px;
				padding-top: 5px;
		}
.picture{		color: #000000; 	/*black*/
				background-color : #FFFFFF;	/*dark-gray*/
				font-size: x-small;
				padding: 15px;
				margin: 10px;
				} 
.font_small 
		 {		font-size: 	xx-small;
		 }    
.font_highlight
		 {		color: #FF9933; 	/*orange*/
		 }  
.font_whitebold
		 {		color: #FFFFFF; 	/*white*/
				font-weight: bold;
		 }  
/*---------------------------------------------------------------------------*/
/*     HEADINGS                                                     */
/*---------------------------------------------------------------------------*/
H1	{ 		color: #FFFFFF; 	/*white*/
	  		font-size: x-small;
				font-weight: bold;
	}
H2	{ 		color: #FFFFFF; 	/*white*/
	  		font-size: x-small;
				font-weight: normal;
	}
H1.color	{ 	color: #FF9933; 	/*orange*/
	  		font-size: small;
				font-weight: bold;
	}
H2.color	{ 	color: #FF9933; 	/*orange*/
	  		font-size: x-small;
				font-weight: bold;
	}
/*---------------------------------------------------------------------------*/
/*     TABLE                                                       */
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*       LINKS 		                                                         */
/*---------------------------------------------------------------------------*/
A 		{ 	text-decoration : underline;
			color :  #FFFFFF; /*white*/
		}
A.pic 	{ 	text-decoration : underline;
			font-weight: bold;
			color :  #000000; /*black*/
		}

A:link 	{ 	color :  #FFFFFF; /*white*/
		}
A.pic:link 	{ 	color :  #000000; /*white*/
				font-weight: bold;
		}

A:visited {	text-decoration : underline;
			color :  #CCCCCC; /*light-gray*/
	 	}
A.pic:visited {	text-decoration : underline;
				color :  #333333;
	 	}
		
A:hover { 	color: #FFFFFF; /*white*/
          	text-decoration : none;
		}
A.pic:hover { 	color: #000000; /*black*/
          	border: 0px #000000;	
			text-decoration : none;
		}
/*****************************************************************************/
/*   end of file                                                             */
/*****************************************************************************/