body {
	background-color: #FFFFFF;
	background-image: url(../layout/web_pozadi.jpg);
	background-position: 0 48px;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	font-family: Tahoma,Arial;
	font-size: 11px;
}

img{
	border: none;
}

form{
	padding: 0;
	margin: 0;
}

a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

div#web{
	width: 774px;
	margin: auto;
	background-image: url(../layout/web_zakl_stin.jpg);
	background-repeat: repeat-y;
}

div#top{
	width: 774px;
	height: 264px;
}

div#vrsek{
	width: 774px;
	background-image:url(../layout/top_top_pozadi.png);
	height: 48px;
}

div#vrsek .text{
	margin-right: 19px;
	color: #666666;
	text-align: right;
	font-family:Tahoma, Arial;
	font-size: 11px;
	padding: 0px;
	padding-top: 7px;
}

div#vrsek .text img{
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 0;
}

div#vrsek a{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

div#vrsek a:hover{
	text-decoration: underline;
}

div#top_stred{
	width: 736px;
	background-image:url(../layout/top_stiny.jpg);
	height: 216px;
	padding: 0 19px;
}

div#obsah_webu{
	width: 736px;
	padding: 0 19px;
	background-image:url(../layout/obsah_webu_pozadi.jpg);
	background-position: 19px 0;
	background-repeat: repeat-y;
}

div#leva{
	width: 465px;
	clear: both;
	float: left;
}

div#prava{
	float: right;
	width: 270px;
}

div#paticka{
	width: 736px;
	height: 68px;
	clear:both;
	background-color: #E5E5E5;
}

div#paticka .text{
	color: #333333;
	text-align: center;
	margin-top: 6px;
}

div#paticka .text a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

div#paticka .text a:hover{
	text-decoration: underline;
}

div#paticka .text a img{
	border: none;
	vertical-align:text-bottom;
	margin-right: 2px;
	text-decoration: none;
}

div#paticka_top{
	width: 736px;
	height: 20px;
	padding-top: 6px;
	background-image: url(../layout/paticka_top.jpg);
	text-align: center;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#paticka_top .dvojtecka{
	padding: 0 5px;
}

div#paticka_top a{
	color: #FFFFFF;
	text-decoration: none;
}

div#paticka_top a:hover{
	text-decoration: underline;
}

/******** MENU ********/
div#menu{
	width: 736px;
	height: 33px;
}

div#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#menu li{
	width: 121px;
	float: left;	
}

div#menu .pravy_okraj{
	width: 121px;
	padding-right: 2px;
	background-image:url(../layout/menu_okraj.jpg);
}

div#menu a{
	display: block;
	padding-top: 8px;
	height: 25px;
	text-align: center; 
	background-image:url(../layout/menu_pozadi.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

div#menu a:hover{
	text-decoration: underline;
}
/******** MENU ********/

form.administrace label{
	width: 110px;
	display: block;
	float: left;
	padding: 0;
	padding-top: 4px;
	text-align: center;
	margin: 0;
}

ul.admin_podmenu{
	list-style: none;
}

ul.admin_podmenu li ul{
	list-style: none;
}

ul.admin_podmenu li a{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

ul.admin_podmenu li a:hover{
	text-decoration: underline;
}

div.tmava{
	background-color: #DFDFDF;
}

div.ap_vypis{
	width: 447px;
	color: #666666;
	margin: auto;
}

div.okraje{
	padding: 2px 0;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	float: left;
}

div.nazev{
	width: auto;
	clear: both;
	background-color: #F6F6F6;
	text-align: left;
	padding: 3px 5px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}

div.ap_vypis .luzka{
	width: 89px;
}

div.ap_vypis .cena{
	width: 69px;
}

div.ap_vypis .vybava{

	width: 95px;
}

div.ap_vypis .odkazy_d{
	width: 119px;
}

div.ap_vypis .odkazy_r{
	width: 69px;
	border-right:1px solid #CCCCCC;
}


div.ap_vypis a{
	font-weight: bold;
	text-decoration: underline;
	color: #336699;
}

div.ap_vypis .odsazeni{
	padding: 3px 0; 
}

form.rezervace{
	margin: auto;
	display: block;
	width: 265px;
	text-align: left;
}

form.rezervace label{
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 3px;
	vertical-align: middle;
	width: 100px;
}

div.mesic{
	width: 147px;
	float: left;
	padding: 2px;
}

div.den{
	width: 21px;
	text-align: center;
	float: left;
	background-color: #00AA00;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}

div.rezervace{
	background-color: #AAAA00;
}

div.obsazeno{
	background-color: #CC0000;
}

div.nedostupny{
	background-color: #AAAAAA;
}

div.skryj{
	display: none;
}

form.rezervuj{
	display: block;
	margin: auto;
	width: 380px;
}

form.rezervuj label{
	display: block;
	width: auto;
	padding: 3px;
}

form.rezervuj input{
	margin-left: 35px;
	margin-right: 35px;
}

form.rezervuj .prvni{
	margin-left: 35px;
}

div.velke_odsazeni{
	padding: 5px;
	width: 207px;
	text-align: left;
}

div.pravy_okraj{
	border-right: 1px solid #CCCCCC;
}

div.max_sirka{
	width: 441px;
}

div.obr_prava_napis{
	width: 161px;
	background-image: url(../layout/obrazek_prava_roh.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 21px;
	color: #FFFFFF;
}

div.obr_prava_napis .nazev_ap{
	width: 140px;
	padding: 4px 0;
	padding-left: 10px;
	background-color: #336699;
}

a.bila{
	color: #FFFFFF;
}

div.fotogalerie{
	width:146px;
	float: left;
	text-align: center;
	padding: 0 2px;
	margin-bottom: 10px;
}

div.fotogalerie img{
	background-image: url(../galerie/pozadi.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 3px;
	padding-right: 7px;
	padding-bottom: 8px;
	margin-bottom: 3px;
}

div.drobecky{
	width: auto;
	text-align: left;
	font-weight: bold;
	color: #333333;
}

div.drobecky a{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

div.drobecky a:hover{
	text-decoration: underline;
}
