/*------------GLOBALNI------------*/
body {
font-family: Trebuchet MS, Verdana, Arial;
font-size: 10px;
color: #525252;
background-color: #AC0000;
text-align: center;
margin: 0px 0px 0px 0px;
padding: 0;
}
/*------------Obsah------------*/
#tabulka_obsahu {
width: 100%;
height: 260px;
border: 0px;
background-color: #FFFFFF;
}
#obsah {
width: 95%;
border: 0px;
color: #1F1F1F;
background-color: #FFFFFF;
font-size: 11px;
}

#tabulka_kontaktu {

border: 0px;
font-size: 11px;
background-color: #FFFFFF;
}

#tabulka_zahlavi {
border-bottom: 2px solid #000000;
font-size: 11px;
font-weight: bold;
}

#bunka_kontaktu_seda {
background-color: #CCCCCC;
}

#tabulka_zobrazeni {
width: 95%;
border: 0px;
font-size: 11px;
}

#bunka_zobrazeni_seda {
background-color: #CCCCCC;
font-size: 10px;

}

#bunka_zobrazeni_bila {
font-size: 10px;
}

#sedadlo {
text-align: center;
font-size: 18px;
font-weight: bold;

}

#input {
	font-size: 10px;
	}

/*------------konec obsahu------------*/
/

#bunka_menu {
	width: 105px;
	height: 17px;
	padding: 0;
	border-left: 1px solid #525252;
		}

a.menici  	{
	 				text-decoration: none;
					font-weight: bold;
	 				color: #525252;
	 				font-size: 10px;
	 				border-left: 5px solid #BFBFBF;
	 				padding-left: 5px;
	 				padding-top: 0px;		
					display: block;
					}
a.menici:hover {	color: #AC0000;
	 				border-left: 5px solid #525252;
	 				font-weight: bold;
					text-decoration: underline;
	 				}
a.menici:focus	{	color: #AC0000;
					border-left: 5px solid #525252;
	 				font-weight: bold;
					text-decoration: underline;
	 				} 				
a.menici:active {	color: #AC0000;
	 				border-left: 5px solid #525252;
	 				font-weight: bold;
					text-decoration: underline;
	 				}
	 				
a.serazeni  		{
	 				text-decoration: none;
					font-weight: bold;
	 				color: #525252;
	 				font-size: 10px;
	 				padding-left: 0px;
	 				padding-top: 0px;		
					display: block;
					}
a.serazeni:hover 	{color: #AC0000;
	 				font-weight: bold;
					text-decoration: underline;
	 				}
a.serazeni:focus	{color: #AC0000;
	 				font-weight: bold;
					text-decoration: underline;
	 				} 				
a.serazeni:active 	{color: #AC0000;
	 				font-weight: bold;
					text-decoration: underline;
	 				}
	 				
/*------------formulare------------*/	 				
#formulare {
	font-size: 10px;
	}
#zahlavi-formulare {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
	}