	@charset "utf-8";
/*----------------------------------------------------------------------------Description: Kaskádové styly pro profiweby.czAuthor: Profiweby, www.profiweby.cz, e-mail: info(@)profiweby.czModified:   28. 8. 2007==[ TOC ]==  1. Body       (tělo)  2. Tags       (všeobecné prvky - h1, input, ...)  3. Classes    (třídy pro vše platící - .clear, .float-x ..)  4. Container  (rozvržení celé stránky)  5. Header     (Hlavička)  6. Sidebar    (postraní sloupec)  7. Content    (obsah)  8. Footer     (patička)  9. Other      (ostatní)==[ Colors ]==1. #ca0101 - h1, links - cervena2. #015201 - pozadi menu nalevo----------------------------------------------------------------------------*/
/*-- [ 1. Body ] -----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #f3e9a2 url(../images/back.png) top center repeat-x;
	color: #333;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*-- [ 2. Tags ] -----------------------------------------------*/
a {
	color: #000;
}

a:hover {
	color: #cbb412;
}

img {
	border: none;
	text-decoration: none;
}

#container img {
	border: 1px solid #cbb412;
	text-decoration: none;
	padding: 2px;
}

#container img:hover {
	border: 1px solid #decea1;
	text-decoration: none;
	padding: 2px;
}

#container a.obra {
	text-decoration: none;
	color: #f3e9a2;
}

/*-- [ 3. Classes ] -----------------------------------------------*/
.float-r {
	float: right;
}

.float-l {
	float: left;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	overflow: hidden;
}

.font-size-90 {
	font-size: 90%;
}

.font-size-85 {
	font-size: 85%;
}

.ram {
	border: 1px solid black;
}

/*-- [ 4. Container ] -----------------------------------------------*/
#mainContainer {
	width: 998px;
	margin: 0 auto;
	text-align: left;
}

#container {
	width: 998px;
	background: url(../images/container.png) repeat-y center top;
}

/*-- [ 5. Header ] -----------------------------------------------*/
#header {
	overflow: hidden;
}

#header #top {
	height: 339px;
	position: relative;
}

#header #top #left {
	width: 24px;
	height: 339px;
	background: none;
	float: left;
}

#header #top #logo {
	width: 267px;
	height: 339px;
	background: url(../images/top-logo.png) no-repeat;
	float: left;
}

#header #top .logo {
	width: 267px;
	height: 339px;
	float: left;
}

#header #top #middle {
	width: 707px;
	height: 339px;
	background: transparent url(../images/top-middle.png) no-repeat;
	float: left;
}

#header #top #middle #flash {
	position: absolute;
	width: 660px;
	height: 308px;
	margin-left: 24px;
	margin-top: 27px;
	background: transparent url(../images/ramecek-pruhledny.png) no-repeat;
	z-index: 1;
}

#header #top #middle #img {
	position: absolute;
	width: 500px;
	height: 312px;
	margin-left: 50px;
	margin-top: 27px;
	z-index: 0;
}

#header #top #middle #vlajky {
	position: absolute;
	width: 100px;
	height: 15px;
	margin-left: 574px;
	margin-top: 10px;
}

/*-- [ 6. Sidebar ] -----------------------------------------------*/
#sidebar-l {
	float: left;
	margin-left: -974px;
	margin-top: 0px;
	width: 267px;
	overflow: hidden;
}

#sidebar {
	float: left;
	margin-left: -992px;
	width: 210px;
	overflow: hidden;
	background-color: #decea1;
}

/*kontakt*/
#sidebar-l #kontakt {
	margin-bottom: 20px;
}

#sidebar-l #kontakt #obsah {
	margin-left: 30px;
	margin-bottom: 50px;
}

#sidebar-l #kontakt p, #sidebar-r #kontakt img, #sidebar-r #kontakt h3 {
	margin-left: 5px;
}

/*menu*/
#sidebar #vmenu {
	margin-top: 20px;
	margin-left: 10px;
	padding: 0px 0px;
	background-color: #015201;
	width: 200px;
}

#sidebar #vmenu h2 {
	color: white;
	font-size: 140%;
	margin-bottom: 0px;
	padding: 5px 10px;
	background-color: #ca0101
}

/*menu - side l+r*/
#sidebar-l #submenu {
	background: #dbc66a url(../images/menu.png) bottom left no-repeat;
	border: 0px solid black;
	padding-bottom: 20px;
}

#sidebar-l #submenu ul.menu-side {
	background-color: #d9c575;
	list-style: none;
	margin: 0px 0px 0px 14px;
	padding: 0;
	padding-right: 0px;
	width: 238px;
	text-align: right;
	font-size: 120%;
}

#sidebar-l #submenu ul.menu-side li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar-l #submenu ul.menu-side li {
	background: url(../images/menu-cara.png) no-repeat 8px bottom;
	height: 30px;
}

/*rezervace*/
#sidebar-l #rezervace_cs {
	display: block;
	height: 121px;
	background-image: url(../images/rezervace_cs.png);
	background-repeat: no-repeat;
}

#sidebar-l #rezervace_en {
	display: block;
	height: 121px;
	background-image: url(../images/rezervace_en.png);
	background-repeat: no-repeat;
}

#sidebar-l #rezervace_de {
	display: block;
	height: 121px;
	background-image: url(../images/rezervace_de.png);
	background-repeat: no-repeat;
}

#sidebar-l #submenu ul.menu-side li a {
	font-weight: normal;
	display: block;
	color: #5a4913;
	text-decoration: none;
	height: 29px;
	line-height: 30px;
	padding-right: 5px;
}

#sidebar-l #submenu ul.menu-side li a:hover {
	display: block;
	color: #5a4913;
	text-decoration: none;
	height: 29px;
	background: url(../images/menu-over.png) right top repeat-y;
	padding-right: 5px;
}

#sidebar-l #submenu ul.menu-side li a.selected {
	display: block;
	color: #5a4913;
	text-decoration: none;
	height: 29px;
	background: url(../images/menu-over.png) right top repeat-y;
}

#sidebar-l #submenu ul.menu-side .last {
	height: 90px;
	background: none;
}

/*-- [ 7. Content ] -----------------------------------------------*/
#contentWrapper {
	top: 339px;
	float: left;
	width: 100%;
}

#mainContent {
	width: 612px;
	float: left;
	margin: 20px 300px 20px 340px;
}

/* formular */
#mainContent .formular-top {
	background: none;
	display: block;
	height: 10px;
	margin-top: 10px;
	position: relative;
}

#mainContent .formular-obr {
	height: 95px;
	position: absolute;
	right: 25px;
	top: -30px;
	width: 114px;
}

.button {
	border: 1px solid #f2e7a0;
	color: #fff;
	cursor: pointer;
	font-size: 110%;
	font-weight: bold;
	height: 24px;
	line-height: 25px;
	overflow: hidden;
	vertical-align: middle;
	width: 77px;
	background-color: #5a4913;
}

#mainContent fieldset {
	border: 1px solid #f2e7a0;
	padding: 10px;
	margin: 10px;
	margin-left: 0px;
}

#mainContent fieldset label {
	color: #000;
}

#mainContent .formular {
	background: #e1d3a3;
	border: 1px solid #f2e7a0;
	padding: 10px 40px 20px 40px;
}

#mainContent .formular #kf_form {
	margin-top: 20px;
}

#mainContent .formular #kf_form table tr td {
	padding: 3px 0 3px 0;
}

#mainContent .formular #kf_form input {
	width: 200px;
	height: 14px;
	padding: 2px 0 3px 0;
}

#mainContent .formular #kf_form .tdleft {
	padding-right: 56px;
}

#mainContent .formular #kf_form .button {
	width: 77px;
	height: 24px;
}

#mainContent .formular-bottom {
	background: none;
	height: 10px;
	margin-bottom: 10px;
}

.sub #mainContent {
	float: right;
	margin: 20px 27px 20px 280px;
}

/************************************/
/* heading, anchor and paragraph margins*/
#mainContent h1 {
	font-size: 200%;
	color: #000;
	/*color: #ca0101;
*/
	padding-bottom: 0.2em;
	padding-left: 0px;
	margin-bottom: 0.3em;
}

#mainContent h1 span {
	color: #015201;
}

#mainContent h2 {
	font-size: 135%;
	color: #cbb412;
	border-bottom: 0px solid #6a6868;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 8px;
	margin-top: 22px;
	background: url(../images/bull-arr-red-small.png) center left no-repeat;
}

#mainContent h3 {
	font-size: 118%;
	margin-bottom: 5px;
	margin-top: 18px;
}

#mainContent p {
	margin-bottom: 0.8em;
	line-height: 150%;
}

#mainContent .hintHolder {
	width: 310px;
	float: left;
	margin: 10px 50px 15px 0;
}

#mainContent .hintHolder.right {
	margin-right: 0;
}

#mainContent .hintHolder .hintCont {
	min-height: 160px;
	padding-bottom: 5px;
}

#mainContent .hintHolder .hintCont h3 {
	color: #555;
	margin: 1.2em 0 0.9em;
}

#mainContent ul {
	margin-left: 15px;
	margin-bottom: 30px;
}

#mainContent li {
	list-style: none url(../images/ico-odrazka.gif);
	margin-left: 15px;
	padding-left: 0px;
	padding: 5px 0px 3px 0px;
}

/*img*/
#mainContent .hintHolder .hintCont .imgHolder {
}

#mainContent .hintHolder .hintCont .imgHolder a {
	float: left;
	width: 140px;
	height: 100px;
	border: 4px solid #e4dede;
	margin: 5px 13px 10px 0px;
}

#mainContent .hintHolder .hintCont .imgHolder a.right {
	margin-right: 0;
}

#mainContent .hintHolder .hintCont .imgHolder a:hover {
	border-color: #777;
}

#mainContent .hintHolder .hintCont .imgHolder a img {
	width: 140px;
	height: 100px;
}

#mainContent img.h1-img {
	float: left;
	margin-right: 10px;
}

/*mapa*/
#mainContent .hintHolder .hintCont a.mapa {
	display: block;
	width: 300px;
	height: 160px;
	border: 5px solid #e4dede;
	margin: 30px 0;
}

#mainContent .hintHolder .hintCont a.mapa:hover {
	border-color: #777;
}

#imageContainer {
	height: 446px;
}

#imageContainer img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 308px;
	width: 600px;
	opacity: -0.01;
}

/*-- [ 8. Footer ] -----------------------------------------------*/
#footer {
	font-size: 85%;
	color: black;
	height: 120px;
	background: url(../images/footer.png);
	background-repeat: no-repeat;
}

#footer #fobsah {
	padding: 20px 20px;
	margin-top: 10px;
	float: left;
	width: 958px;
	height: 71px;
	background: url(../images/footer.png) no-repeat center top;
}

#footer .foot-l {
	float: left;
	margin-left: 45px;
}

#footer .foot-r {
	float: right;
	text-align: right;
}

#footer a {
	margin: 0 3px;
	color: black;
}

#footer p {
	padding: 1ex 0;
}

/*-- [ 9. Other ] -----------------------------------------------*/
/*error*/
#error h2 {
	margin-bottom: 0.6em;
	margin-left: 0.2em;
}

#error h3 {
	font-size: 150%;
	margin-bottom: 0.3em;
	font-style: italic;
}

#error p {
	margin-bottom: 0.4px;
	color: #555;
}

#error p.hint {
	font-weight: bold;
	color: #000;
}

#error div.uri {
	padding: 4px 10px 5px;
	margin-bottom: 1em;
	border: 1px dashed #ccc;
	color: #666;
}

/*napiste nam, doporucit stranku*/
#mail-form {
	width: 95%;
}

#mail-form .text_area {
	width: 99%;
}

#mail-form th {
	width: 105px;
	padding-right: 5px;
}

#mail-form input[type=reset] {
	color: #444;
}

/* vyhledavaci box */
#search-form {
	background: transparent;
	margin: 0px 0px 15px;
	padding-top: 10px;
	padding-left: 14px;
}

#search-form #searchform {
	background: transparent;
}

#search-form #searchform #search-text {
	background: url("../images/search-text.png") no-repeat top left;
	width: 193px;
	height: 21px;
	border: 0px;
	padding-top: 3px;
	padding-left: 3px;
}

#search-form #searchform input.btn {
	background: url("../images/bt-search.png") no-repeat top left;
	width: 32px;
	height: 24px;
	border: 0px;
	text-transform: uppercase;
	margin-left: 8px;
	padding-bottom: 3px;
}

#search-form #searchform fieldset {
	border: 0px;
}
