@media screen,projection,tv {
	/* General ------------------------------------------------------------------*/

	body {
		color: #736144;
		font: 0.8em Verdana, "Geneva CE", lucida, sans-serif;
		margin: 0;
		padding: 0;
		text-align: center; /* IE hack */
		background: #FFFCF6;
	}
	
	img {
		margin: 0;
		border: none;
	}
	
	a {
		color: #736144;
	}
	
	a:hover {
		color: #FF9700;
	}
	
	h1, h2, h3, h4, h5 {
		margin: 0 0 10px;
		padding: 0;
		color: #AD9D83;
	}
	
	h1 {
		font-size: 200%;
	}
	
	h2, h3 {
		font-weight: normal;
		border-bottom: 1px solid #F7D39A;
 	}
	
	h2 {
		font-size: 160%;
	}
	
	h3 {
		padding-top: 3px;
		font-size: 140%;
	}
	
	h4, h5, h4 a, h5 a {
		color: #906633;
	}
	
	h4 {
		font-size: 120%;
	}
	
	h5 {
		font-size: 100%;
	}
	
	h2:first-letter, h3:first-letter {
		text-transform: uppercase;
		font-weight: bold;
		color: #FF9700;
	}
	
	p {
		margin: 5px 0 10px;
	}
	
	ol, ul {
		margin: 0 0 10px;
		padding: 0 0 0 20px;
	}
	
	ul li {
		color: #FF9700;
	}
	
	ul li span {
		color: #736144;
	}
	
	input {
		vertical-align: middle;
	}
	
	textarea {
		font: 100% Arial,"Geneva CE",lucida,sans-serif;
	}
	
	table {
		font-size: 100%;
	}
	
	dt {
		font-size: 100%;
		font-weight: bold;
	}
	
	dd {
		padding-left: 15px;
	}
		
	/* Layout ------------------------------------------------------------------*/

	#container {
		position: relative;
		margin: 0 auto;
		padding: 30px 0;
		width: 772px;
		text-align: left;
	}
	
	#contentmargin {
		border-top: 1px solid #FFFCF6;
		background: url("../img/design/bg_line.gif") repeat-y 191px 0;
	}
	
	#right {
		margin: 0;
		padding: 0;
		float: right; 
		width: 573px;
	}
	
	#header {
		margin: 0;
		padding: 0 0 75px;
		background: url("../img/design/banner.jpg") no-repeat bottom left;
	}
	
	* html #header {
		padding: 0;
		height: 115px;
	}
	
	#header h1 a {
		text-decoration: none;
		color: #AD9D83;
	}
	
	#header h1 a span {
		color: #FF9700;
		font-weight: normal;
	}
	
	#searchbox {
		margin: 20px 10px 0 0;
		padding: 0;
		width: 20em;
		float: right;
		text-align: right;		
	}
	
	#quickmenubox {
		margin: 10px 0 30px;
		padding: 0;
		font-size: 110%;
	}
	
	#quickmenubox a {
		text-decoration: none;
		border-bottom-width: 3px;
		border-bottom-style: solid;
	}
	
	* html #quickmenubox a {
		height: 1ex;
	}
	
	#servermap {
		float: right;
		width: 9em;
		padding: 0;
		margin: 0;
		color: #FF9700;
		text-align: right;
	}
	
	#servermap a {
		color: #FF9700;
		border-bottom-color: #FF9700;
	}
	
	#servermap a:hover {
		color: #AD9D83;
		border-bottom-color: #AD9D83;
	}
	
	#quickmenu {
		padding: 0;
		margin: 0 0 3px;
		color: #AD9D83;
	}
	
	#quickmenu a {
		margin-right: 0.5em;
		color: #AD9D83;
		border-bottom-color: #AD9D83;
	}

	#quickmenu a:hover {
		color: #FF9700;
		border-bottom-color: #FF9700;
	}
	
	#left {
		margin: 0;
		padding: 0;
		float: left;
		width: 184px;
	}
	
	#rightpannel {
		float: right;
		width: 210px;
	}
	
	#rightpannel form {
		margin: 5px 0;
		padding: 0;
	}
	
	#rightpannel fieldset {
		border: none;
		padding: 0;
	}
	
	#centerpannel {
	  float: left;
		width: 348px;
	}
	
	#toplink {
		clear: both;
		margin: 0;
		padding: 10px 0 10px 199px;
		font-size: 80%;
	}
	
	#toplink a {
		font-weight: bold;
		color: #906633;
	}
	
	#toplink a:hover {
		color: #FF9700;
	}
	
	#footer {
		color: #8F8F8F;
		border-top: 1px solid #F7D39A;
		padding: 0 15px;
		clear: both;
		text-align: center;
		font-size: 80%;
	}
	
	#footer * {
		margin-top: 5px;
	}
	
	#design {
		width: 25em;
		float: right;
		text-align: right;
	}
	
	#owner {
		width: 25em;
		float: left;
		text-align: left;
	}
	
	/* Left ---------------------------------------------------------------------*/
	
	#opentime {
		margin: 5px 0 20px;
		padding: 5px 0;
		text-align: center;
		background: url("../img/design/bg_opentime.jpg") no-repeat center center;
	}
	
	#opentime table {
		font-size: 80%;
		margin: auto 0;
		width: 184px;
		border-collapse: collapse;
	}
	
	#opentime caption {
		margin: 0 auto;
		font-size: 120%;
		font-weight: bold;
		color: #FF9700;
	}
	
	#opentime th, #opentime td {
		padding: 5px 3px;
		text-align: center;
	}
	
	#opentime th, #opentime .day {
		font-weight: normal;
	}
	
	#opentime td {
		font-weight: bold;
	}
	
	#opentime col2 {
		width: 100px;
	}
	
	#mainmenu {
		margin: 20px 0;
	}
	
	#mainmenu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#mainmenu li {
		margin: 1px 0;
	}
	
	#mainmenu div {
		border-bottom: 5px solid #AD9D83;
	}
	
	#mainmenu a {
		display: block;
		padding: 3px 10px;
		text-decoration: none;
		color: white;
		background: #DEA754;
	}
	
	#mainmenu .itemon a {
		color: #736144;
	}
	
	#mainmenu a:hover {
		color: #736144;
		background: #F7D39A;
	}

	#mainmenu .itemon a:hover {
		background: #F7D39A;
	}
	
	#mainmenu ul ul {
		font-size: 80%;
	}
	
	#mainmenu ul ul li {
		margin: 0;
	}
	
	#mainmenu ul ul div {
		border-bottom: 1px solid #AD9D83;
	}
	
	#mainmenu ul ul a {
		color: #736144;
		background: #EEE;
	}

	#mainmenu ul ul .itemon a {
		font-weight: bold;
	}
	
	#mainmenu ul ul a:hover, #mainmenu ul ul .itemon a:hover, #mainmenu ul .itemon ul a:hover {
		color: #DEA754;
		background: white;
	}

	#kontakt, #maily {
		margin: 20px 0;
		padding: 10px;
		text-align: center;
	}
	
	#kontakt {
		background: url("../img/design/bg_kontakt.jpg") no-repeat center center;
	}
	
	#kontakt address, #maily address {
		margin: 0 0 6px;
		font-style: normal;
		font-size: 80%;
		text-align: left;
	}
	
	#kontakt p {
		font-size: 80%;
	}
	
	#kontakt a.mapa {
		display: block;
	}
	
	#links {
		padding-bottom: 15px;
		border-bottom: 1px solid #F7D39A;
	}
	
	.ikona {
		margin: 15px 0;
		text-align: center;
	}
	
	.ikona img {
		margin: 0 10px;
		vertical-align: middle;
	}
	
	/* Top ----------------------------------------------------------------------*/
	
	.txtinput {
		border: 1px solid #757575;
		font: normal 90% Arial,"Geneva CE",lucida,sans-serif;
	}
	
	.subinput {
		font-weight: bold;
		font-size: 90%;
		border: 2px solid #DEDEDE;
		color: white;
		background: #736144;
	}
	
	#searchbox fieldset {
		border: none;
	}
	
	/* Content ------------------------------------------------------------------*/
	
	.localmenu {
		list-style-image: url("../img/design/pic_menuitem.gif");
		margin: 0;
		padding: 0 0 0 20px;
	}

	.localmenu li {
		vertical-align: middle;
	}
	
	.aktual {
		margin: 0 0 15px;
	}
	
	.maininfo {
		margin: 0 0 20px;
	}
	
	.maininfo div, .maininfo p {
		text-align: justify;
	}
	
	.maininfo div {
		clear: right;
	}
	
	#centerpannel .maininfo div {
		clear: none;
	}
	
	#centerpannel img, #content img {
		float: right;
		margin: 0 0 5px 10px;
		border: 1px solid #AD9D83;
		border-bottom: 5px solid #AD9D83;
	}
	
	.aktual {
		min-height: 80px;
	}
	
	* html .aktual {
		height: 80px;
	}
	
	#content .partnerlink {
    margin: 0 0 10px;
  }
  
  #content .partnerlink p {
    margin: 0;
    font-weight: bold;
  }

	#content .partnerlink img {
	  border: none;
  }

	/* Styly pro seznamy -------------------------------------------------------*/

	.lstdisc {
		list-style-type: disc;	
	}

	.lstsquare {
		list-style-type: square;	
	}

	.lstcircle {
		list-style-type: circle;	
	}

	.lstdec {
		list-style-type: decimal;	
	}
 
	.lstrom {
		list-style-type: upper-roman;	
	}

	.lstlalfa {
		list-style-type: lower-alpha;	
	}

	.lstualfa {
		list-style-type: upper-alpha;	
	}

	/* Styly pro mapu serveru ----------------------------------------------------------------*/
	
	.indent {
		padding-left: 12px;
		margin: 0;
	}
	
	.indent a {
		display: block;
		padding: 3px;
		margin: 0;
	}
	
	.indent.level1 {
		font-weight: bold;
	}
	
	.indent.level3, .indent.level4, .indent.level5, .indent.level6 {
		font-style: italic;
	}
	

	/* Styly pro katalog --------------------------------------------------------*/
	
	#clavius fieldset {
		border: none;
		padding: 10px;
		background: #F6EDE1;
	}
	
	#clavius label {
		display: block;
		float: left;
		width: 200px;
	}

	/* Styly pro formuláře -------------------------------------------------------*/
	
	#form fieldset, #tipform fieldset, #searchcatform fieldset, #searchregdbform fieldset {
		border: none;
		padding: 10px;
		background: #F6EDE1;
	}
	
	#form legend, #tipform legend, #searchcatform legend, #searchregdbform legend {
		border: 1px solid #DEDEDE;
		padding: 3px;
		background: white;
	}
	
	#form label, #tipform label, #searchcatform label, #searchregdbform label {
		display: block;
	}
	
	.required {
		font-weight: bold;
	}
	
	.error {
		color: red;
		font-weight: bold;
	}
	
	/* Styly pro fotogalerii ----------------------------------------------------*/
	
	.maininfo .imagebox {
		clear: left;
		margin: 10px 0;
		min-height: 100px;
	}
	
	* html .imagebox {
		height: 120px;
	}
	
	#content .imagebox img {
 		float: left;
		margin: 0 10px 5px 0;
	}
	
	.maininfo .imagebox div {
		font-size: 80%;
	}

	.imagebox strong {
		font-style: normal;
		color: #AD9D83;
	}

	.imagebox h5 {
		font-size: 120%;
	}
	
	.photomargin {
		text-align: center;
	}
	
	.photomargin .control {
		margin-top: 20px;
		font-size: 80%;
		font-weight: bold;
		border-top: 1px solid #F7D39A;
	}
	
	.photoinfo {
		font-size: 80%;
	}
	
	.photomargin p {
		font-style: italic;
	}
	
	#content .photomargin img {
		float: none;
		margin: 10px 0;
	}
	
	#content .noborderimg img {
		border: none;
	}

	/* Mapa ---------------------------------------------------------------------*/
	
	#mapa {
		position: relative;
		width: 570px;
		height: 611px;
		background: url("../img/design/mapa_dacicka.gif") no-repeat top left;
	}
	
	#mapa div {
		position: absolute;
		padding: 3px;
		background: white;
		font-weight: bold;
		font-size: 80%;
		border: 1px solid #F3C696;
	}
	
	div#dacice {
		top: 147px;
		left: 214px;
		font-size: 140%;
	}
	
	#velky_pecin {
		top: 52px;
		left: 247px;
	}
	
	#kostelni_vydri {
		top: 82px;
		left: 167px;
	}
	
	#maly_pecin {
		top: 96px;
		left: 274px;
	}
	
	#dolni_nemcice {
		top: 120px;
		left: 120px;
	}

	#volfirov {
		top: 80px;
		left: 100px;
	}

	#recice {
		top: 20px;
		left: 120px;
	}

	#velka_lhota {
		top: 10px;
		left: 30px;
	}
	
	#cerveny_hradek {
		top: 65px;
		left: 423px;
	}
	
	#hrisice {
		top: 120px;
		left: 346px;
	}
	
	#bilkov {
		top: 161px;
		left: 300px;
	}
	
	#horni_slatina {
		top: 164px;
		left: 465px;
	}
	
	#budec {
		top: 223px;
		left: 510px;
	}
	
	#budiskovice {
		top: 186px;
		left: 377px;
	}
	
	#cesky_rudolec {
		top: 172px;
		left: 6px;
	}
	
	#markvarec {
		top: 112px;
		left: 6px;
	}
	
	#pec {
		top: 219px;
		left: 140px;
	}
	
	#chlumec {
		top: 254px;
		left: 258px;
	}
	
	#trebetice {
		top: 280px;
		left: 366px;
	}

	#ostojkovice {
		top: 365px;
		left: 326px;
	}
	
	#cizkrajov {
		top: 299px;
		left: 116px;
	}

	#vnorovice {
		top: 300px;
		left: 215px;
	}
	
	#stare_hobzi {
		top: 370px;
		left: 215px;
	}
	
	#banovice {
		top: 420px;
		left: 305px;
	}
	
	#nove_dvory {
		top: 330px;
		left: 275px;
	}
	
	#pisecne {
		top: 515px;
		left: 240px;
	}
	
	#desna {
		top: 552px;
		left: 393px;
	}
	
	/* Kalendář -----------------------------------------------------------------*/
	
	.item {
		line-height: normal;
		clear: left;
		margin: 15px 0;
	}
	
	.item p {
		text-align: left;
		margin: 0;
	}
	
	.item .textright {
		padding: 0 0 0 135px;
		text-align: left;
	}
	
	.item h5 {
		font-size: 125%;
	}
	
	.item .textright {
		padding: 0 0 0 210px;
	}
	
	.item .textleft {
		float: left;
		width: 125px;
		font-size: 80%;
	}
	
	.item .textleft {
		font-size: 110%;
		width: 200px;
	}	
	
	.itemdate {
		font-size: 80%;
		font-weight: bold;
	}
	
	.item .smallfont {
		font-size: 80%;
	}

	.item .textright .smallfont {
		font-weight: bold;
	}
	
	/* Anketa -------------------------------------------------------------------*/
	
	.question {
	 font-weight: bold;
  }
  
  .result {
    position: relative;
  }
  
  .result span {
    position: absolute;
    color: black;
    font-size: 80%;
    top: 2px;
    left: 0;
  }
  
  .total {
    text-align: center;
    font-size: 80%;
  }
  
	/* Kalendář -----------------------------------------------------------------*/
  
  .table, .table2 {
    font-size: 90%;
    background: #F7D39A;
    width: 574px;
  }
  
  .table2 {
    font-size: 80%;
  }
  
  .table caption, .table2 caption {
    color: #906633;
    text-align: left;
    font-size: 120%;
    font-weight: bold;
  }
  
  .table td, .table th, .table2 td, .table2 th {
    padding: 2px 5px;
    background: #F8F4F3;
    margin: 1px;
  }
  
  .table th, .table2 th {
    color: white;
    font-weight: bold;
    text-align: left;
    background: #DEA754;
  }
	
	/* Others -------------------------------------------------------------------*/
	
	.daytime {
		font-size: 80%;
		color: #8F8F8F;
		margin: 0 0 3px;
	}
	
	.rightimg {
		float: right;
		margin: 0 0 5px 10px;
	}
}	

@media print {
	/* General ------------------------------------------------------------------*/

	body {
		color: black;
		font: 0.8em Verdana, "Geneva CE", lucida, sans-serif;
		margin: 2em;
		padding: 0;
		}
		
	a {
		text-decoration: none;
		color: black;
	}
	
}

/* Others - all media -------------------------------------------------------------*/

hr.leftclear, hr.rightclear, hr.masterclear {
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background: none;
}

.leftclear {
	clear: left;
}

.rightclear {
	clear: right;
}

.masterclear {
	clear: both;
}

.invisible {
	visibility: hidden;
}

.textcenter {
	text-align: center;
}

