body {
	font-size: 75%;
	font-family: sans-serif;
	background:url(../images/body_bg.gif) #3B98A7 repeat-x 0 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	letter-spacing: 0;
}

a {
	color: #114A79;
}

strong, b {
	font-weight: bold;
}

#page {
	background:url(../images/flash_bg.jpg) no-repeat 100% 86px;
}

#flash {
	text-align: right;
}

#flash *{
	position: absolute;
	right:962px;
	top:86px;
}

#main {
	width:962px;
	background:url(../images/main_bg.jpg) no-repeat 100% 0;
	margin:0 0 0 auto;
}

/* Hlavicka */
#header {
	height:405px;
	position: relative;
}

/* Hlavicka - Logo*/
#header #logo{
	top:22px;
	right:20px;
	position: absolute;
}

/* Hlavicka - Menu */
#header #menu {
	position: absolute;
	top:8px;
	left:13px;
	margin:0;
}

#header #menu li{
	list-style-type: none;
	float: left;
}

#header #menu li a{
	font-size: 1.51em;
	color: #283891;
	padding:10px 18px 0 0;
	display: block;
}

#header #menu li.selected a{
	font-weight: bold;
	color: #FFF;
	background:url(../images/menu_hover.gif) no-repeat 45% 0;
}

#header #menu li a:hover{
	background:url(../images/menu_hover.gif) no-repeat 45% 0;
	text-decoration: none;
}

/* Hlavicka - Vyhledavani */
#header #search_box {
	position: absolute;
	top:53px;
	left:13px;
}

#header #search_box #search{
	float: left;
}

#header #search_box #search p{
	padding: 0;
}

#header #search_box #search label{
	float: left;
	font-size: 1.1em;
	vertical-align: middle;
	color: #283891;
	font-weight: bold;
	margin:3px 10px 0 0;
}

#header #search_box #search input {
	background-color: #DCEEF5;
	border:0;
	vertical-align: middle;
	margin:0;
	padding:0;
	float: left;
}

#header #search_box #search input.text {
	padding:4px 0 3px 7px;
	color: #553631;
}

#header #search_box ul {
	margin:3px 0 0 12px;
	float: left;
	display: inline;
}

#header #search_box ul li{
	float: left;
	list-style-type: none;
	margin:0 11px 0 0;
}

#header #search_box ul li a{
	text-decoration: underline;
}

#header #search_box ul li a:hover{
	text-decoration: none;
}

#header h1{
	font-size: 2.92em;
	color: #563030;
	position: absolute;
	top:142px;
	left:13px;
	line-height:1.12em;
}

#header h1 em{
	font-size: .84em;
}

#header h2{
	font-size: 1.43em;
	color: #FFF;
	position: absolute;
	top:383px;
	left:13px;
}

/* Obsah */
#content {
	width:836px;
	background:url(../images/content_bg.gif) #E3F1F7 no-repeat 100% 0;
}

#content a{
	text-decoration: underline;
}

#content a:hover{
	text-decoration: none;
}

#content h1{
	background:url(../images/content_h1_bg.gif)  no-repeat 23px 23px;
	font-size: 2.16em;
	color: #283891;
	padding:38px 300px 7px 67px;
	line-height:1em;
}

/* Obsah - Boxy */
#content .content_box {
	background:url(../images/content_box_border.gif)  repeat-x 0 0;
	padding:1px 0 0 0;
}

#content .content_box .shell{
	background:url(../images/content_box_special.gif)  repeat-y 100% 0;
}

#content .content_box h2{
	font-size: 1em;
	color: #114A79;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#content .content_box p{
	font-size: 1em;
	color: #4A2F28;
	padding: 0 0 5px 0;
	line-height:1.7em;
	letter-spacing:.0em;
	margin:0;
}

#content .content_box .left_column{
	width:490px;
	margin:0 0 0 27px;
	padding:31px 0;
}

#content .content_box .left_column ul{
	list-style-type: square;
	color: #4A2F28;
}

#content .content_box .left_column a.print{
	background:url(../images/ico_print.gif)  no-repeat 9px 50%;
	padding:0 0 0 34px;
}

#content .content_box .left_column img.left{
	padding:5px;
	border:1px solid #BFDCE8;
	float: left;
	margin:0 15px 5px 0;
}

#content .content_box .right_column{
	width:275px;
	padding:31px 0;
}

#content .content_box .right_column h2{
	margin-left:26px;
}

#content .content_box .right_column ul{
	list-style-type: square;
	color: #114A79;
	margin: 0 0 0 25px;
}

#content .content_box .right_column ul li a{
	text-decoration: underline;
	padding: 4px 0 4px  0;
	display: block;
}

#content .content_box .right_column ul li a:hover{
	text-decoration: none;
}

#content .content_box .right_column ul#navigation{
	list-style-type: none;
	margin:25px 0 0 0;
}

#content .content_box .right_column ul#navigation li a{
	padding: 4px 0 4px  26px;
	margin:0 32px 0 0 ;
}

#content .content_box .right_column ul#navigation li a.selected {
	text-decoration:none;
	background-color: #E3F1F7;
	color: #4A2F28;
	
}

#content .content_box .right_column ul#navigation li a:hover{
	background-color: #E3F1F7;
	color: #4A2F28;
}

#content .content_box table {
	/*background-color: #bfdce8;*/
	color: #4A2F28;
	width: 100%;
}

#content .content_box tr, th, td
{
padding: 1em 0 1em 0;
vertical-align: top;
}

/* Paticka */
#footer {
	height:178px;
	/*background:url(../images/footer_bg.gif)  no-repeat 0 100%;*/
	width:836px;
}

#footer a{
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}

#footer #footer_in {
	background:url(../images/content_box_border.gif) #E3F1F7 repeat-x 0 0;
	height:59px;
	padding:1px 0 0 0;
	position: relative;
}

#footer #footer_in #footer_up{
	background:url(../images/ico_uparrow.gif) no-repeat 17px 15px;
	height:59px;
}

#footer #footer_in #footer_up a{
	height:40px;
	margin:0 0 0 61px;
	padding:19px 11px 0 11px;
	display: block;
	font-size: .83em;
	background-color: #FFF;
	width:37px;
}

#footer #footer_in #copyright{
	color: #4A2F28;
	font-size: .83em;
	position: absolute;
	left:138px;
	top:14px;
}

/* */

/*.content_box ul li {list-style-type:square;}*/
content_box .left_column ul li {list-style-type:square;}

.efFrontGalleryBigImage,
.efFrontGalleryBigImage img {
	margin-bottom:0 !important;
}

.efFrontGalleryTitle{
	margin:0 !important;
}

.efFrontGalleryList {
	margin:0;
}