body, input, select, textarea, th, td {
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

body, th, td {
	line-height: 1.4;
	font-\size: 100%;
	font-weight: normal;
}

th, td {
	font-\size: 80%;
}


body, html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #4DB3EB;
	background: url(../img/menu/bg.gif);
	color: black;
}

#body_align {
	text-align: center;
	font-\size: 80%;
	width: 100%;
}

.resetovac 
{ 
border: 0px none; 
margin: 0px; 
padding: 0px; 
float: none; 
clear: both; 
width: 0px; 
height: 0px; 
line-height: 0px; 
font-size: 0px; 
} 


#page {
	position: relative;
	margin: 10px 0 0 0;
	width: 760px;
	text-align: left;
	background-color: #F6FAFC;
}

#top {
	position: relative;
	margin: 0 0 0 0;
	width: 760px;
	height: 250px;
	background-image: url('../img/menu/top.jpg');
	background-color: White;
}

#top_photo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 250px;
	border: 0px;
}

#top_icony {
	position: absolute;
	left: 550px;
	top: 20px;
	width: 200px;
	height: 20px;
	border: 0px;
}

#top_znak {
	position: absolute;
	left: 135px;
	top: 73px;
	width: 127px;
	height: 142px;
	border: 0px;
}

#top_datum {
	position: absolute;
	left: 5px;
	top: 231px;
	width: 190px;
	height: 20px;
	border: 0px;
	color: #EEF0F6;
}

#top_svatky {
	position: absolute;
	left: 205px;
	top: 231px;
	width: 550px;
	height: 20px;
	border: 0px;
	text-align: right;
	color: #EEF0F6;
}

#main {
	position: relative;
	margin: 0 0 0 0;
	width: 760px;
	height: auto;
}

#main_bg {
	position: absolute;
}

#main_menu {
	width: 196px;
	text-align: left;
	color: Black;
	margin: 0;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 20px;
	background-color: #BFD7F8;
}

#main_obsah {
	width: 530px;
	color: Black;
	margin: 0;
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 20px;
	font-weight: normal;
	background-color: #E8F2FE;
}

#footer {
	position: relative;
	width: 760px;
	height: 63px;
	background-image: url(../img/menu/bottom.jpg);
	background-color: White;
}

#footer_odkazy {
	position: absolute;
	left: 200px;
	top: 20px;
	width: 560px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer_odkazy a {
	color: Blue;
	text-decoration : none;
	font-size: 12px;
}

#footer_odkazy a:hover {
	color: Red;
	text-decoration : none;
	font-size: 12px;
}

/************************************************** ZÁKLADY */

/* zarovnani textu */
p          {margin: 0.8em 0; padding: 0; text-indent: 10px;}
p.uvod     {padding: 0; text-indent: 10px; margin-top: 0px; margin-bottom: 2px;}
p.noindent { text-indent: 0 !important; }
.right     { text-align: right !important; }
.left      { text-align: left !important; }
.center    { text-align: center !important; }

h2, h3 {
	text-indent: 0px;
	margin-bottom: 0px;
	color: #00354E;
	font-weight: bold;
	letter-spacing: 1px;
}
h1 {
	font-size: 18px;
	color: #00354E;
	font-weight: bold;
	padding-left: 0px;
	letter-spacing: 1px;
	border-bottom-color: #00354E;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin-bottom: 0px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}




/* kotvy */
a {
	color: Blue;
	cursor: pointer;
	_cursor: hand;
	text-decoration: underline;
}
a:visited {  }
a:hover {
	color: Red;
	text-decoration: underline;
}


/* další */

hr {
	color: White;
	background-color: Black;
	border: 0;
	height: 1px;
}

.nocss { display: none; }
.print { display: none; }

i, em { margin-right: 0.1em; }

abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted #000;
}


/************************************************** SEZNAMY */


dd { }
dt { }

ul {
  margin: 10px 0;
  padding: 0;
}
ul li {
  margin: 4px 0 4px 20px;
}
ul.nodots {
  list-style: none none;
}



/************************************************** FORMULÁŘE */


input.text {
  width: 60%;
}

input.default { font-weight:bold; }


input.text, select, textarea {
  border: 1px solid gray;
  padding: 2px;
}

input.text:focus, select:focus, textarea:focus {
  border: 1px solid black;
}




/************************************************** OBRÁZKY */

img { border: 0px; }

/************************************************** MENU */

#main_menu a, #main_menu li a {
	color: Blue;
	text-decoration: underline;
}

#main_menu a:hover {
	color: #A41E15;
}

#main_menu li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#main a {
	color: Blue;
	text-decoration: underline;
}

#main a:hover {
	color: #A41E15;
	text-decoration: underline;
}

#top_odkazy a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

#top_odkazy a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

div.hr {
  height: 1px;
  width: 100%;
}
div.hr hr {
  display: none;
}

A.icony, A.icony:Visited, A.icony:Active  {
	color : Blue;
	background : #DDE9F1;
}

A.icony:Hover  {
	background : #A1B8C9;
}

.fotogalerie img {
	color: Black;
	background-color: White;
	border: 5px solid #ffffff;
}
