html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, ul, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th {margin: 0; padding: 0; border: 0; outline: 0;  vertical-align: baseline; background: transparent;}

body {
	font: 16px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: white;
	background-color: #040c0f;
	background-image: url(../images/topBg.jpg);
	background-repeat: repeat-x;
}

#okolo {
	margin: auto;
	width: 990px;
	/*background-color: red;*/
	padding: 0px;
}

#header {
	height: 167px;
	width: 993px;
	background-image: url(../images/topHeader.jpg);
}

#topMenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 132px 0px 0px 0px;
	float:left;
	font-size: 80%;
	padding: 0px;
}

#topMenu ul
{
	display: block;
	position: relative;
}

#topMenu li
{
	list-style-type: none;
	text-decoration: none;
	float: left;
	color:white;
	margin: 0px;
	height: 30px;
	padding-top: 6px;
}

#topMenu li>a {
	text-decoration: none;
	color: white;
	background-image: url(../images/menuBg.jpg);
	border-right: solid #bab400 1px;
	padding: 10px 2px 10px 2px;
}

#topMenu li>a:hover {
	text-decoration: none;
	color: white;
	background-image: url(../images/topMenuHoverBg.gif);
	border-right: solid #055893 1px;
	padding: 10px 2px 10px 2px;	
}

#topMenu li.clicked a{
	background-image: url(../images/topMenuHoverBg.gif);
	border-right: solid #055893 1px;
	padding: 10px 5px 10px 5px;
}

#infoBox {
	border: solid #055893 10px;
	width: 900px;
	padding: 20px;
	background-color: #012746;
	background-image: url(../images/infoBoxBg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

.imagesHome {
	float: left;
	margin: 0px;
}

#infoBoxText {
	margin: 0px 0px 0px 270px;
}

#stredniBox {
	width: 918px;
	border: solid #061e1e 1px;
	margin: 0px;
	padding: 20px;
	background-color: #040c0f;
}

#box{
	width: 260px;
	/*background-image: url(../images/stredBoxBg.jpg);*/
	/*background-repeat: no-repeat;*/
	/*background-color: #0b1419;*/
	padding: 20px;
	float: left;
}



#pravyPanel { 
	float: right;
	width: 273px;
	background-color: #000c18;
	padding: 10px;
	background-image: url(../images/pataBottomBg.jpg);
	background-repeat: repeat-x;
	border: solid #055893 10px;
}

/*pro zobrazovani informaci v detailech layoutu*/
#mainPanel {
	width: 580px;
	float: righ;
}

#pata {
	border: solid #033159 10px;
	width: 940px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	font-size: 80%;
	padding: 0px;
	background-color: #001526;
}

.pataText {
	margin: 15px 0px 0px 50px;
}

#pataBottom {
	width: 960px;
	background-image: url(../images/pataBottomBg.jpg);
	background-repeat: repeat-x;
	height: 160px;
}

.banners {
	margin: 50px 23px 0px 23px;
	float: left;
	height: 30px;
	width: 70px;
}

.clearfix {
	clear: both;
}

h1 {
	font-size: 150%;
	color: white;
}

h3 {
	margin-top: 30px;
	margin-bottom: 5px;
}


p {
	margin: 5px 0px 10px 0px; 
}

a {
	color: white;
	text-decoration: underline;
	font-size: 110%;
}

li {
	margin-left: 15px; 
}

a:hover {
	text-decoration: none;
}


a[href^="error:"] {
	background: red;
	color: white;
}

.gBookPopis{
	color: white;
	background: #003b66;
	border: solid #085c98 1px;
	padding: 4px;
	margin: 15px 0px 0px 0px;
}

.gBookText{
	color: white;
	background-color: #02203a;
	border-right: solid #085c98 1px;
	border-bottom: solid #085c98 1px;
	border-left: solid #085c98 1px;
	padding: 5px;
	margin: 0px 0px 0px 0px;
}

.hidden
{
    visibility:hidden;
}
