* {
	margin: 0;
	padding: 0;
}

body {
	background: #3e4147 no-repeat center top;
}

#border{
	margin: 0 50px 50px 0;
	background-color: #fff;
	background-repeat: no-repeat;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	width: 100%;
}

#container {/*
position: relative;
z-index: 1;*/
	background-repeat: no-repeat;
}

#top_zone {
	background-color: #424242;
	width: 770px;
	height: 52px;
	padding-left: 150px;
	padding-top: 18px;
	border-bottom: 1px solid #a88d11;
	position: relative;
	margin: 0 auto;
}

#top_zone #header {
	background-image: url("../images/gvuhodonin_napis.gif");
	width: 634px;
	height: 26px;
}

#top_zone #info_text {
	color: #A1A1A1;
	font-size: 10px;
	margin: 6px 0 0 0;
}

#content {
	width: 920px;
	margin: 0 auto;
}

#logotyp {
	float: left;
	width: 120px;
	height: 120px;
	background-image: url("../images/gvuhodonin.gif");
	position: relative;
	top: -1px;
}

#middle {
	width: 800px;
	float: left;
	font-size: 10px;
}

#navigation {
	width: 770px;
	height: 45px;
	background-color: #fff;
	padding-left: 30px;
	padding-top: 5px;
}

#middle #left {
	width: 380px;
	float: left;
	padding: 7px 30px 0 30px;
	background-color: #fff;
}

#middle #left_form {
	width: 380px;
	float: left;
	padding: 0 30px 30px 30px;
	background-color: #fff;
}
#middle #left_form table{
	color: #424242;
	font: 1.1em/2.2em "Lucida sans unicode", "Lucida grande", Verdana, sans-serif;
}
#middle #left_form table tbody tr td{
	line-height: 1.3em;
}


#middle #right {
	width: 304px;
	float: left;
	padding: 0px 30px 0 25px;
	border-left: 1px solid #a88d11;
	background-color: #fff;
}
#middle #parent_right{
	padding-top: 6px;
	background-color: #fff;
	float: left;
}
#middle #parent_left{
	float: left;
}

#middle #parent_left .footer{
	/*background-color: #424242;*/
	background-color: #3e4147;
	width: 430px;
	height: 30px;
	line-height: 30px;
	color: #a1a1a1;
	padding-left: 10px;
	font-family: "Lucida sans unicode", "Lucida grande", Verdana, sans-serif;
}

#middle #parent_right #right .footer{
	border: 1px dotted #a88d11;
	margin-top: -5px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #a88d11;
	font-family: "Lucida sans unicode", "Lucida grande", Verdana, sans-serif;
}
#middle #parent_right #right .footer a:hover{
	color: #a88d11;
}
#middle #parent_right #right .footer a{
	color: #a88d11;
}

/***** footer feed icon *****/

#middle #parent_right #right .footer a#rss #feedimg{
	background-image: url(../images/feed-icon-gold.gif);
	width: 20px;
	height: 20px;
	float: left;
	margin: 5px 10px 0 10px;
}
#middle #parent_right #right .footer a#rss:hover #feedimg{
	background-image: url(../images/feed-icon-grey.gif);
}
#middle #parent_right #right .footer span{
	float: left;
}
#middle #parent_right #right #margin{
	width:100%;
	height: 15px;
}

/****************************/

/* Footer icons */

.footer a {
    outline: none;
}
.footer i {
    font-size: 20px;
    vertical-align: middle;
    /*color: #ffffff;*/
    color: rgb(161, 161, 161);
}
.footer i:hover {
    color: #ffffff;
}
.footer i.fa-facebook-official {
    background: #ffffff;
    color: #3B5998;
    line-height: 18px;
}

/* /Footer icons */

#middle #right_static {
	width: 304px;
	float: left;
	padding: 0px 30px 20px 25px;
	border-left: 1px solid #a88d11;
	background-color: #fff;
}

/********************** **************** **********************/

/**************************** MENU ****************************/

#navigation div {
	float: left;
	margin-right: 23px;
}

#navigation div a {
	color: #424242;
	text-transform: uppercase;
	font: 1.2em "Lucida sans unicode", "Lucida grande", Verdana, sans-serif;
}

#navigation #sub_menu {
	clear: left;
	height: 20px;
	line-height: 20px;
	width: 700px;
}

#navigation #sub_menu a {
	color: #424242;
	text-transform: none;
	margin-right: 15px;
	font: 1.2em/2.4em "Lucida sans unicode", "Lucida grande", Verdana, sans-serif;
}

#navigation #sub_menu a:hover, #navigation div a:hover{
	color: #9E1B65;
}

#menu {
	position: absolute;
	margin-top: 6px;
	margin-left: 20px;
	color: #a88d11;
}

#menu ul .item {
	display: none;
}

#menu ul:hover .item {
	display: block;
	background: #fff;
	padding: 1px;
	margin: 1px;
}

#menu ul li.item:hover {
	background-color: #eee;
}

#menu ul:hover .item a {
	color: #a88d11;
	text-decoration: none;
}

#menu ul:hover .item a:hover {
	color: #a88d11;
}

#menu ul li.top {
	color: #a88d11;
	text-transform: uppercase;
	font: 1.2em "Lucida sans unicode", "Lucida grande", Verdana, sans-serif;
}

#menu ul li.top a {
	color: #a88d11;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Lucida sans unicode", "Lucida grande", Verdana, sans-serif;
	text-decoration: none;
}

#menu ul {
	width: 120px;
	float: left;
	margin: 0px;
	padding: 2px;
	background: #fff;
	list-style: none;
}

/********************** **************** **********************/

.clear {
	clear: both;
}

a img{
	border: none;
}

h1 {
	color: #A88D11;
	letter-spacing: -0.4pt;
	word-spacing: -1pt;
	padding: 0 0 8px 0;
	font: bold 3.4em/1.1em "Century Schoolbook", georgia, Times, "Times New Roman", serif;
}

h2 {
color: #424242;
letter-spacing: 0pt;
word-spacing: -1pt;
	display: block;
	padding: 0 0 8px 0;
	font: bold 2.4em/1.3em "Century Schoolbook", georgia, Times, "Times New Roman", serif;
}

p {
	color: #424242;
	letter-spacing: -0.2pt;
	padding: 0;
	margin: 0;
	font: 1.1em/1.6em "Lucida sans unicode", "Lucida grande", Verdana, sans-serif;
	word-spacing: -0.4pt;
}

.main_article{
		padding: 0 0 30px 0;
}

.main_article p {
	color: #424242;
	letter-spacing: -0.2pt;
	font: 1.1em/1.6em "Lucida sans unicode", "Lucida grande", Verdana, sans-serif;
	word-spacing: -0.4pt;
}

.social {
    display: block;
    margin-top: 1.2rem;
}

a {
	text-decoration: none;
	color: #A88D11
}

/***********************************************************************************************/
#languages {
	position: absolute;
	top: 19px;
	right: 13px;
	font: bold 0.9em "Lucida sans unicode", "Lucida grande", Verdana, sans-serif;
}

#languages a{
	display: block;
	background-image: url(/public/images/slice-silver.gif);
	width: 20px;
	height: 24px;
	color: #424242;
	line-height: 22px;
	float: left;
	margin-left: 8px;
	padding-left: 4px;
}
#languages a.active{
	background-image: url(/public/images/slice-gold.gif);
	color: #fff;
}
#languages a:hover {
	background-image: url(/public/images/slice-white.gif);
	color: #424242;
}

#container #middle #right .article_separator, #left_form form#prihlaska .article_separator {
	width: 100%;
	height: 1px;
	font-size: 0;
	background: url(../images/article_separator.png) 0 0 repeat-x;
	margin: 20px 0 20px 0;
}



#right p img, #right img, #right_static img, #right_static p img {
	width: 304px;
	height: auto;
}

#left p img, #left img{
	width: 380px;
	margin-bottom: 20px;
	height: auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.mb10{
	margin-bottom: 10px;
}

.hidden{
	display: none;
}
/*************************** GALERIE *****************************************************************/
#left #gallery{
	width: 380px;
	background-color: #3E4147;
}
#left #gallery_desc{	
	width: 370px;
	padding: 5px;
	color: #65676c
}
#left #gallery img#galleryImageTarget{
	margin-bottom: -5px;
	_margin: 0;
}

.image_desc{
  background: url("../images/arrow.gif") no-repeat 0 5px;
	color: #65676c;
	padding: 5px 5px 30px 15px;
	font-family: "Lucida sans unicode", "Lucida grande", Verdana, sans-serif;
}
#left #image img, #right #image img, #right_static #image img{
	padding: 0;
	margin: 0;
}


#right_static #gallery, #right #gallery{
	width: 304px;
	background-color: #3E4147;
}
#right_static #gallery_desc, #right #gallery_desc{	
	width: 294px;
	padding: 5px;
	color: #65676c
}
#right_static #gallery img#galleryImageTarget, #right #gallery img#galleryImageTarget{
	margin-bottom: -2px;
	_margin: 0;
}

/* datumy výstav  - levý sloupec */
#left p.exhibition_date{
	color: #424242;
	padding: 0 0 8px 0;
	font: normal 1.1em/1.6em "Lucida sans unicode", "Lucida grande", Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.4pt;
}

/* datumy výstav  - pravý sloupec */
#right p.exhibition_date{
	color: #424242;
	padding: 8px 0 0; /*0 0 8px 0*/
	font: normal 1.1em/1.6em "Lucida sans unicode", "Lucida grande", Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.4pt;
}







#left_form form#prihlaska{
	color: #424242;
	font: 1.1em/2.2em "Lucida sans unicode", "Lucida grande", Verdana, sans-serif;
}

#left_form form#prihlaska #messages{
	color: #a88d11;
	font: 1.1em/2.2em "Lucida sans unicode", "Lucida grande", Verdana, sans-serif;
	line-height: 15px;
	text-align: justify;
}
span#submit_text{
	margin-left: 116px;
	margin-right: 14px;
	position: relative;
	top: -6px;
}

#left_form form#prihlaska input.big{
	width: 100%;
	height: 23px;
	line-height: 23px;
	border: 1px solid #a88d11;
}

.mark_member_type{
	margin: 5px 0 0 0;
}

.paging {
	margin-left: 30px;
}
.paging a {
	display: inline-block;
	margin-left: 2px;
	text-align: center;
	width: 12px;
}
.paging a.active {
	text-decoration: underline;
}