/* Created by Ondrej Hornig, 2009. All rights reserved. */

html, body { height: 100%; }

body {
	margin: 0 auto;
	padding: 0;
	background: #f2f3db url(back.gif) left top repeat;
	color: #000000;
	font-family: Tahoma, "Tahoma CE", "Arial CE", "Helvetica CE", Arial, lucida, sans-serif;
	font-size: 12px;
}

img { border: 0; }

a, a:active, a:visited { color: #036b85; text-decoration: underline; }
a:hover { text-decoration: none; }

h1 { padding: 6px 0 6px 4px; margin: 0; font-size: 1.8em; font-weight: bold; }
h2 { padding: 10px 0 8px 2px; margin: 0; font-size: 1.5em; font-weight: bold; }
h3 { padding: 4px 0 2px 2px; margin: 0; font-size: 1.2em; font-weight: bold; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }


/* page */
div#page {
	text-align: center;
	width: 740px;
	margin: 0 auto;
	position: relative;
  margin-top: 10px;
}

div#top { clear: both; position: relative; height: 81px; margin-top: 16px; margin-bottom: 16px; }

div#logo { margin-bottom: 12px; margin-top: 10px; }

div#stred { clear: both; }

div#odkazy { float: left; position: relative; width: 203px; }
div#odk { clear: both; background: #f1f3ae url(odkazy.gif) left top repeat-y; width: 100%; }
div#odk-nahore { clear: both; background: url(odkazy_top.gif) left top no-repeat; width: 203px; height: 13px; }
div#odk-dole { clear: both; background: url(odkazy_bottom.gif) left bottom no-repeat; width: 203px; height: 13px; }

div#obsah { float: right; position: relative; width: 520px; }

div#text { clear: both; background: #f1f3ae url(text.gif) left top repeat-y; width: 499px; padding: 1px 15px 1px 15px; margin: 0; text-align: left; }
div#text-nahore { clear: both; background: url(text_top.gif) left bottom no-repeat; width: 529px; height: 13px; }
div#text-dole { clear: both; background: url(text_bottom.gif) left top no-repeat; width: 529px; height: 13px; }

div#paticka { clear: both; height: 14px; width: 94%; text-align: right; margin: 6px auto 20px auto; padding-bottom: 20px; font-size: 0.9em; color: #7f7f7f; }
div#paticka a, div#paticka a:active, div#paticka a:visited { color: #8995ff; }
div#paticka a:hover { text-decoration: none; }


/* menu */
div#odkazy ul {
	list-style: none;	margin: 0; padding: 0; font-weight: bold;
}

div#odkazy ul li {
	margin: 0; list-style: none; padding: 4px 0 4px 0; width: 100%;
}

div#odkazy ul li a { text-align: center; color: #000000; text-decoration: none; display: block; }
div#odkazy ul li a:hover { text-decoration: underline; }


/* other */
div#text p { text-indent: 20px; }
div#text ul, div#text ul li { list-style: none; }
div#text ul.pocitace, div#text ul.pocitace li { list-style-type: circle; }

div.gallery { width: 100%; text-align: center; }
div#text img { border: 3px solid #d7f1fb; padding: 2px; margin: 4px; background: #ffffff; }
div#text img.panely { float: left; border: 0; background: transparent; padding: 0; }
div#text img.ikonky { margin: 12px auto 0 auto; background: transparent; }

img.ikonky { margin: 12px auto 0 auto; background: transparent; }

td.nadpisek { vertical-align: top; font-weight: bold; width: 140px; padding-right: 10px; }

.nas { background-color: #f1f3ae; border: 2px solid #d7f1fb; padding: 6px 8px 0 8px; text-align: center; width: 96%; font-size: 0.9em; font-family: sans-serif; vertical-align: middle; height: 50px; }

.tucne { font-weight: bold; }
.kontakt { margin-left: 40px; }

div#text table p { text-indent: 0; margin: 0 0 6px 0; }
div#text p.bez { text-indent: 0; }
div#text p.odkazy { line-height: 200%; text-indent: 0; }

p.cv { background: url(pdf.png) left top no-repeat; height: 20px; padding: 3px 0 0 5px; margin-left: 7px; }

li.zvyrazni a { font-size: 1.4em; }
li span { color: #505050; }

ul li ul li em { font-style: normal; text-decoration: underline; }

div.clearer { clear: both; }
