body {
	background-color: white;
	font-family: "DejaVu Sans", "Liberation Sans", "Andale Sans", "Nimbus Sans L", "Utah MT", verdana, arial, sans-serif;
	font-size: smaller;
	margin-top: 0px;
	margin-bottom: 4ex;
}


/* Bylo nutno oddělit kvůli IE */
#telo {
	border-right: 1px solid black;
	border-left: 1px solid black;
	margin: 0 4%;
}


/* Styly pro pruhy na stránce – záhlaví, zápatí a odkazy */
#pageinfo-link {
	float: right;
}

#zahlavi, #zapati, #odkazy {
	padding: 0.8ex 0.9ex;
}

#zahlavi, #zapati {
	font-size: 85%;
}

#zahlavi, #odkazy, #odeslat {
	background-color: #eee;
	background-repeat: repeat-x;
	background-position: left bottom;
}

#zahlavi, #odkazy, #telo, #panel {
	border-bottom: 1px solid black;
}

#zapati {
	background-color: #eee;
	background-position: top left;
	border-top: 1px solid black;
	background-repeat: repeat-x;
}

#odkazy {
	/*text-align: right;*/
	font-size: smaller;
	font-weight: bolder;
}
/* --- */

/* panel */
#panel {
	height: 116px;
	background-image: url("../img/bobblemaze.png");
	background-repeat: no-repeat;
	background-position: right 53% ;
	background-color: #ffffff;
}

#logo {
	float: left;
	height: 100%;
	width: 490px;
	/*background-image: url("../../img/logo_s_pruhem.png");*/
	background-repeat: no-repeat;
	background-position: left center;
	/*cursor: pointer;*/
}

/* --- */

/* Nadpisy */
#nadpis {
	display: none;
}

h1, h2, h3, h4{
	font-family: "DejaVu Sans Condensed", "Trebuchet MS", arial, helvetica, sans-serif;
}

h2 {
	font-size: 13pt;
}

h4 {
/*    font-size: 135%;*/
    font-size: 11pt;
}

h1, h2, h3, h4, .nadpis-v-tabulce {
	color: black;
}
/* --- */


/* Odkazy a speciality */
a {
	color: #65729D;
	text-decoration: none;
	letter-spacing: 1px;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#strom a, #zapati a, #tabule a {
	letter-spacing: 0px;
}


.clear {
	clear: both;
}

.skryt {
	display: none;
}
/* --- */


#obsah {
	background-color: white;
	border: 1px solid white;
	padding-left: 2ex;
	padding-right: 2ex;
}


.hidden {
	display: none;
}

.visible {
	display: block;
}

.sloupec {
	float: left;
	margin-right: 2ex;
	width: 48%;
}
