/* ----- DEFINICE HLAVNICH ELEMENTU ---------------------------------------------------------------------------------- */

body, html {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color:#000000;
	background-color: #FFFFFF;
	background-image: url(podklad_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#strana {						/* hlavni obal stranky */
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}

#titul {						/* titulni pruh */
	width:100%;
	height:113px;
	position:relative;
}
#titul-text{					/* text pod titulkem */
	padding-top:18px;
	padding-left:10px;
}
#titul h1{
	position:absolute;
	top:20px;
	left:200px;	
}

#menu {							/* menu a tlacitka */
	position:absolute;
	right:0px;
	top:32px;
}
#tlac1, #tlac2, #tlac3, #tlac4{float:left;}
#tlac1 a, #tlac2 a, #tlac3 a, #tlac4 a{
	display:block;
	width:62px;
	height:80px;
	text-decoration:none;
	color:#000000!important;
	font-size:11px;
	background-image: url(tl1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align:center;
}
#tlac1 span, #tlac2 span, #tlac3 span, #tlac4 span{padding-top:52px; display:block;}
#tlac1 a:hover, #tlac2 a:hover, #tlac3 a:hover, #tlac4 a:hover{
	background-position: -62px 0px;	
	color:#FF0000!important;
}
#tlac2 a{background-image: url(tl2.jpg);}
#tlac3 a{background-image: url(tl3.jpg);}
#tlac4 a{background-image: url(tl4.jpg);}


#hledej {				/* vyhledavaci lista */
	width:100%;
	background-color: #FFB64F;
	border: 1px solid #9e7131;
	font-size:11px;
}
#hledej-vnitrek {
	padding: 3px;
}
#hledej input, #hledej select {font-size:11px!important;}
#pokrocile-hledani {display:none;}

#obsah {				/* obsah strany */
	position:relative;
	padding-top:5px;
	padding-bottom:10px;
}

.homepage {				/* dlazdice 188x98 */
	float:left;
	width:187px;
	height:97px;
	margin-bottom:3px;
	margin-right:3px;
	font-size:11px;
	overflow:hidden;
}
.homepage h2 {
	font-size:17px;
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	color: #000000;
	text-align:center;
	height:27px;
	background-image: url(svorka.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
.homepage h2 a{
	color: #014182;
	text-decoration:none;
}
.homepage h2 a:hover{color:#000000;}
.homepage a{
	color: #017DFE;
	text-decoration:none;
}
.homepage a:hover{color:#993399;}
.homepage img {
	float:left;
	margin-right:5px;
}

#pata {
	position:relative;
	color:#000000;
	font-size:10px;
	display:block;
}
#pata-horni {
	clear:both;
	color:#000000;
	font-size:12px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom:4px;
}