* {
	margin: 0; 
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.3em;
	color: #666;
	text-align: center;
	background-color: #fff;
}
#frame {
    text-align: left;
	width: 770px;
	margin: 10% auto;
	background-color: #fff;
	border: 1px solid #828a95;
}
/*
#frame-content {
	padding: 0 4px;
	background: white url(images/frame-horizontal.png) repeat-y;
	_height:500px;
	
}*/
/*
html, body, #frame, #frame-content {
	height:100%;
}
*/
.clear {
	clear: both;
	margin: 0; padding: 0;
	border:none;
	visibility: hidden;
}
#top {
    height: 86px;
    width: 100%;
    background-color: #dee3e7;
    background: #dee3e7 url(images/top.jpg) no-repeat;
    margin-bottom: 2px;
}
a#home-link {
	display: block;
	float: left;
	height: 86px;
	width: 100%;
	background: transparent;
}
a#home-link span {
	display: none;
}

#menu {
	float: left;
	width: 164px;
	margin-top: -2px;
}
#menu ul {
	padding: 0px;
	margin: 0;
	/* border: 1px solid #333366; */
	border: 1px solid #f1f3f6;
}

#menu ul li {
	list-style: none;
    margin: 0; padding: 0;
    line-height: 16px;
    /*opacity: 0.9;*/
}

#menu ul li a {
	display: block;
	width: 150px;
	color: #ffffff;
	background-color: #738ca6;
	padding: 2px 2px 2px 10px;
	text-decoration: none;
	font-size: 9pt;
	border: 0px;
	border-top: 1px solid #f1f3f6;
	
}

#menu ul li a:hover {
	color: #ffffff;
	background-color: #afbac6;
}
#menu ul li a.menuhigh {
	background-color: #597491;
}

#podklad {
    float: left;
	width: 500px;
	background: #fff url(images/04.jpg) no-repeat left top;
	height: 300px;
}

#obsah {
	float: left;
	width: 260px;
	height: 260px;
	text-align: left;
	overflow: auto;
	padding: 10px 10px 10px 0;
}

h1 {
	float: left;
	width: 270px;
	margin-left: 20px;
	margin-top: 15px;
	
	text-align: right;
	color: #fff;
	font-size: 12pt;
	font-weight: normal;
	
}
h2 {
	font-size: 11pt;
	color: #4b598f;
	margin: 20px 0 10px 0;
	padding-bottom: 3px;
	font-weight: normal;
	background: transparent url(images/h-line.gif) repeat-x bottom;
}
h3 {
	margin: 20px 0 10px 0;
	font-size: 11pt;
}

a:link, a:visited {
	text-decoration: underline;
	color: #434343;
	outline: none;
}
a:hover {
	color: #4b598f;
}

ul {
	list-style-type: none;
	margin: 5px 10px 10px 0px;
	padding: 0;
	padding-left: 10px;
}
ul li {
	padding-left: 15px;
	background: transparent url(images/li.png) no-repeat left top;
}

p {
	margin-bottom: 10px;
	text-align: justify;
}

#foot {
	margin: 10px;
	clear: both;
	text-align: center;
	font-size: 8pt;
	/* background: transparent url(images/h-line-h1.gif) repeat-x top; */
}
#foot a:link, #foot a:visited {
}
#foot a:hover {
}

img {
	border: 1px black solid;
}
.noborder {
	border: 0;
}
.thumb {
	text-align: center;
}
.thumb a {
    display: block;
    float: left;
    
    margin:15px;
	padding: 10px;
	padding-bottom: 0;
	text-decoration: none;
	border: 1px #c5c5c5 solid;
	background-color: #efefef;
}
.thumb p {
    margin-top: 10px;
    padding-top: 3px;
	/*border-top: 1px solid #dddddd;*/
}
table {
/*	border-collapse: collapse; */
/*	padding: 0;	margin: 10px; border-width: 0; */
}
td, th {
	padding: 2px; margin: 0;
	vertical-align: top;
	text-align: left;
}
th {
	text-align: right;
	font-weight: normal;
	font-style: italic;
}
th.title {
	text-align: left;
	padding-top: 10px;
	font-weight: bold;
}
th.title span {
	font-style: normal;
	font-weight: normal;
}
table caption {
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    margin:0 auto;
}
.kontakty {
	width: 70%;
	margin: 0 auto;
}
.kontakty2 {
	margin-left: 20px;
}

input, select, option, textarea {
	background-color: #ded9ce;
	border: solid 1px #828282;
	margin: 0;
	padding: 2px;
}

form {width: 27em;margin: auto;}
form fieldset {
	padding: 0.5em;
	margin: 0 0 1em;
	border: 1px solid #828282;
}
form legend {color: #2e2e2e;font-weight: bold; padding: 2px}
form div {clear: both;margin: 0.25em 0;}
form label {display: block;width: 10em;float: left; text-align: left;}
form br {display: none;}
form p {text-align: right;}

/* contact */
.contact-name {
	font-weight: bold;
	padding-top: 15px;
}
label {
	display: block;
	margin-top: 10px;
	margin-bottom: 1px;
	font-style: italic;
}

.skryt {
	display: none;
}
em {
	font-weight: bold;
	font-style: normal;
}
.justify {
	text-align: justify;
}


