html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tr, th, td {
	margin: 0;	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border: 0;
}
body {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	color: #000000;
	text-align: center;
	line-height: 1;
	background: #5586a9 url(../images/body.jpg) 0 0 repeat;
}
ol, ul { list-style: none; }
:focus { outline: 0; }
table {
	border-collapse: collapse; border-spacing: 0;
}
input, select, textarea { font-size: 12px; font-family: Tahoma, Arial, Verdana, sans-serif; }
input.check {
	margin: 0;
	* margin: -3px 0 0 -3px;
}
a {
	color: #008acc;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
.hidden { display: none; }

div.left { float: left; display: inline; }
div.right { float: right; display: inline; }


h1 {
	font-family: Georgia, Arial, Verdana, sans-serif;
	padding: 0 0 12px 0;
	font-size: 2em;
	font-weight: normal;
}
h2 {
	font-family: Georgia, Arial, Verdana, sans-serif;
	padding: 0 0 8px 0;
	font-size: 1.375em;
	font-weight: normal;
}
p {
	font-size: .875em;
	line-height: 1.5em;
}
#content .right .box p { margin: 0 0 1em 0; }
#content .right .box ul {
    list-style-type: disc;
    font-size: .875em;
	line-height: 1.5em;
	padding: 1em 0 1em 15px;
}

/* Table */
#content table { font: normal 14px/16px Georgia, Arial, Verdana, sans-serif; }
#content table th,
#content table td { padding: 8px 8px 8px 0; }
#content table th {
    font-weight: 700;
    text-align: left;
    border-bottom: 2px solid #99d1ff;
}
#content table td { border-bottom: 1px solid #99d1ff; }

/* Form elements */
#content form table th,
#content form table td { border: 0 none; }
#content form table td { padding: 2px 0; }

#page {
	width: 898px;
	margin: 46px auto;
	text-align: left;
}

#header {
	position: relative;
	width: 990px; height: 172px;
	margin: 0 -46px;
}
#header div.logo, #header div.logo a {
	display: block;
	width: 990px; height: 172px;
	text-indent: -5000px;
	background: url(../images/teatrikodu.gif) 0 0 no-repeat;
}

#languages {
    background: url(../images/language-top.png) 0 0 no-repeat;
    position: absolute;
    right: 50px;
    top: 0;
    width: 111px;
    z-index: 2;
}
#languages ul {
    background: url(../images/language-bottom.png) 0 100% no-repeat;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
}
#languages li { text-align: center; }
#languages li a,
#languages li a:hover {
    color: #000;
    font: normal 14px/18px Georgia, Arial, Verdana, sans-serif;
    text-decoration: none;
}
#languages li a:hover { text-decoration: underline; }
#languages li.active a { font-weight: 700; }


#nav {
	width: 898px;
	margin: 0 auto; padding: 0 0 1px 0;
	font-size: .875em;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/footer.gif) 0 100% no-repeat;
}
#nav ul {
	overflow: hidden;
	height: 100%;
	padding: 0 0 0 80px;
	font-size: 1em;
}
#nav ul li { float: left; }
#nav ul li a {
	display: block;
	padding: 10px 10px 22px 10px;
	color: #000000;
	text-decoration: none;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#nav ul li.active a {
	padding-bottom: 12px;
	border-bottom: #000000 solid 10px;
}


#content, #crumb {
	width: 100%;
	background: url(../images/content.gif) 0 0 repeat-y;
}
#content div.bottom, #crumb div.bottom {
	overflow: hidden;
	width: 838px;
	padding: 22px 30px 34px 30px;
	background: url(../images/content_b.gif) 0 100% no-repeat;
}


#leftbar {
	width: 271px;
}
#leftbar div.box {
	width: 271px;
	margin: 0 0 16px 0;
	background: #e3faf2 url(../images/left.gif) 0 0 no-repeat;
}
#leftbar div.box div.b {
	overflow: hidden;
	width: 239px;
	padding: 16px;
	background: url(../images/left_b.gif) 0 100% no-repeat;
}
#leftbar ul {
	list-style-type: disc;
	padding: 0 0 0 18px;
	font-size: .875em;
	font-family: Georgia, Arial, Verdana, sans-serif;
	color: #008acc;
}
#leftbar ul li {
	padding: 7px 0;
}
#leftbar ul li a {
	color: #000000;
	text-decoration: none;
}
#leftbar ul li a:hover {
	text-decoration: underline;
}
#leftbar ul li.active a { font-weight: 700; }


#rightbar {
	width: 556px;
	background: #e3faf2 url(../images/right.gif) 0 0 no-repeat;
}
#rightbar div.b {
	overflow: hidden;
	width: 516px; min-height: 570px;
	padding: 16px 20px;
	background: url(../images/right_b.gif) 0 100% no-repeat;
}


#crumb div.bottom {
	width: 858px;
	padding: 22px 10px 34px 30px;
}
#crumb ul {
	overflow: hidden;
	width: 100%;
}
#crumb ul li {
	float: left; overflow: hidden;
	width: 47%;
	padding: 0 3% 0 0;
}
#crumb ul li img {
	float: right;
}


#footer {
	clear: both; overflow: hidden;
	width: 890px;
	padding: 0 8px 12px 0;
	font-family: Georgia, Arial, Verdana, sans-serif;
	background: url(../images/footer.gif) 0 100% no-repeat;
}
#footer table {
	width: 700px;
	margin: 0 0 0 10px;
	font-size: .875em;
	line-height: 1.2em;
}
#footer table td {
	width: 30%;
	padding: 12px 0 0 20px;
	vertical-align: top;
}
#footer img {
	float: right;
}


div.homepage #content div.box {
	width: 271px;
	margin: 0 12px 0 0;
	background: #e3faf2 url(../images/left.gif) 0 0 no-repeat;
}
div.homepage #content div.right {
	margin: 0;
}
div.homepage #content div.box div.b {
	overflow: hidden;
	width: 239px; min-height: 240px;
	padding: 16px;
	background: url(../images/left_b.gif) 0 100% no-repeat;
}
* html div.homepage #content div.box div.b {
	height: 240px;
}

/* Gallery */
ul.gallery-images { margin: 20px 0 0 0; padding: 0 !important; }
ul.gallery-images li { float: left; padding: 0 10px 18px 0; }
ul.gallery-images li.row-last { padding-right: 0; }
ul.gallery-images li img { display: block; width: 120px; height: 90px; }

.navigate .link-back { float: left; margin: 0; }
.navigate .paging { float: left; margin: 0; }

.gallery-list { margin: 0 0 15px 0; display: table; width: 100%; }
.gallery-list .gallery-details, .gallery-list .gallery-thumb { display: table-cell; vertical-align: middle; }

.gallery-list .gallery-thumb img { display: block; height: 86px; width: 130px; }
.gallery-list .gallery-thumb { width: 130px; }
.gallery-list .gallery-details { padding-left: 15px; }
.gallery-list .gallery-details .gallery-title,
.gallery-list .gallery-details .gallery-title:hover {
    color: #121212;
    font-family: Georgia, Arial, Verdana, sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    padding: 0 0 5px 0;
    text-decoration: none;
}
.gallery-list .gallery-details .gallery-title:hover { text-decoration: underline; }

/* Paging */
.paging { overflow: hidden; }
.paging ul, .paging li { float: left; }
.paging ul { padding: 0 !important;  }
.paging a,
.paging a:hover {
    padding: 0 3px;
    text-transform: lowercase;
    float: left;
}
.paging li.active a, .paging li.active a:hover { color: #000; text-decoration: none;}
.paging a.prev { padding-right: 10px; }
.paging a.next { padding-left: 10px; }

/* Clearing */
ul.gallery-images { height: 100%; overflow: auto; }

/* List clearing */
ul.gallery,
ul.gallery-images,
.paging ul { list-style-type: none !important; margin: 0; padding: 0; }
