/*-----------------------------------------------------------------------------
Georg
-----------------------------------------------------------------------------*/

/*  -------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border-top-color: #999999;
}
body {
	text-align: center;
	font: 75%/1.5 sans-serif;
	color: #fff;
	background-color: #181818;
}
hr {
	display: none;
}
fieldset, a img {
	clear: both;
	border: 1;
}
table, label {
	font-size: 100%;
}

tbody {
	_zoom: 1; 
	color: #333333;
}

textarea {
	font-family: sans-serif;
}
a:hover {
	text-decoration: none;
}
h2, #topmenu, #comments h3 {
	position: relative;
	clear: both;
	margin-bottom: 10px;
	padding: 20px 5px 0;
	border-bottom: 1px solid #ccc;
	text-align: right;
	font-size: 130%;
	color: #333333;
}
h3 {
	padding-top: 1em;
}
h4 {
	font-size: 100%;
}

#page {	
	padding-top: 50px;
	background: #282828 url('images/body.jpg') top left repeat-x;
}
#logo {
	width: 770px;
	height: 170px;
	margin: 0 auto;	
	text-align: left;
	background: url("images/logo.jpg") 5px top no-repeat;
}
#logo-in {
	_width: 770px;
	_height: 170px;
	padding: 50px 0 0 35px;
	background: url('images/header.png') top left no-repeat;
 	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/2/header.png', sizingMethod='scale');
}
#logo h1 {
	overflow: hidden;
	width: 330px;
	height: 120px;
	line-height: normal;
	font-size: 24px;
	font-style: italic;
	font-variant: small-caps;
}
#logo h1 a {
	text-decoration: none;
	color: #333333;
}
#menu {
	background: #282828 url('images/menu.jpg') top left repeat-x;
}
#menu ul {
	overflow: hidden;
	_overflow: none;
	position: relative;
	z-index: 500;
	width: 770px;
	height: auto !important;
	height: 70px;
	min-height: 70px;
	margin: 0 auto -10px;
	_margin: 0 0 -10px;
}
#menu ul li {
	float: left;
	display: block;
	margin-left: 25px;
	line-height: 60px;
}
#menu ul li a {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	_float: left;
	display: block;
	height: 70px;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
}
#menu ul li a:hover {
	background: url('images/menu_a_hov.jpg') center 56px no-repeat;
}
#text {
	clear: both;
	margin-top: 20px;
	background: #3a3a3a url('images/content_wrap.jpg') top left repeat-x;
}
#text-in {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	color: #333333;
	background: #fff url('images/content.jpg') top left repeat-y;
}
#submenu {
	clear: both;
	position: relative;
	float: left;
	width: 211px;
	_width: 246px;
	_height: 20px;
	margin-top: -20px;
	padding: 20px 15px 15px 20px;
	color: #333333;
	background: url('images/submenu_top.jpg') left top no-repeat;
	background-color: #FFFFFF;
}
.sub p {
	overflow: hidden;
	position: relative;
	width: auto;
	padding: 4px 4px;
	text-align: center;
	background-color: #FFFFFF;
}
.sub p a {
	color: #ee8103;
}
#searchbox fieldset {
	text-align: right;
	background-color: #ffe2c2;
}
#searchbox input {
	margin: 4px;
}
#searchbox #key {
	display: block;
	width: 200px;
	height: 27px;
	padding: 5px 10px;
	line-height: 17px;
	border: 1px solid #999;
	color: #4B280A;
	background-color: #fff;
}
#searchbox br {
	overflow: visible;
	display: block;
	width: 100%;
	height: 2px;
	margin: 4px 0;
	padding: 0;
	border-top: 2px solid #fff6ec;
	line-height: 2px;
	font-size: 2px;
	background-color: #fff6ec;
}
#searchbox #sendsearch {
	padding: 6px 10px;
	_padding: 3px 5px;
	border: none;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background-color: #666;
}
#submenu ul li a {
	color: #ee7f00;
}
#content {
	overflow: hidden;
	position: relative;
	float: left;
	width: 484px;
	_width: 514px;
	margin-top: -20px;
	padding: 20px 15px 0;
	background: #fff url('images/content_top.jpg') left top no-repeat;
}
#content a {
	color: #333333333;
}
#content ul {
    margin: 1em 0.5em 1em 2em;
}
#content ol {
    margin: 1em 0.5em 1em 2.7em;
}
#content li {
    padding: 0.3em 0.5em 0.3em 0.1em;
}
#topmenu {
	margin: 0;
	padding-bottom: 5px;
	text-align: left;
	font-size: 100%;
	border: 1px solid #fff;
	border-bottom-color: #eaeaea;
}
#topmenu p {
	font-weight: bold;
}
#topmenu p a {
	font-weight: normal;
	color: #666;
}
.clear {
    clear: both;
    height: 1px;
}
.spot {
	overflow: hidden;
	width: 100%;
	clear: both;
}
.spot p {
	margin-bottom: 20px;
}
.spot a {
	color: #e67b00;
}
.spot h3 {
	padding: 20px 0;
	font-size: 150%;
}
#content .spot h3 a {
	text-decoration: none;
	color: #333333;
}
#content .spot h3 a:hover {
	text-decoration: underline;
}
p.date {
	float: left;
	margin: 0 15px 0 0;
}
.spot .spotfoot {
    clear: both;
	padding: 12px;
	background-color: #fff6ec;
}
* html .spot .spotfoot {height: 1%;} /*IE 6*/

*:first-child+html .spot .spotfoot {height: 1%;} /*IE 7*/
#comments h3 {
	text-align: left;
}
#comments h4, .content {
	margin: 10px 5px;
	font-weight: bold;
}
.comments {
	overflow: hidden;
	width: 100%;
}
.comments p {
	margin: 0 5px 15px;
}
.form {
	background-color: #fff6ec;
}
.form legend {
	padding: 10px 20px 0;
	_margin-left: -7px;
	font-weight: bold;
}
.form label {
	display: block;
	margin: 10px 0 2px;
	padding: 5px 20px 0;
	border-top: 2px solid #fff;
}
.form br {
	display: none;
}
.form input {
	margin: 20px;
	padding: 6px 10px;
	_padding: 3px 5px;
	border: none;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background-color: #666;
}
.form #jmeno , .form #nadpis , .form #txt, .form #validace {
	display: block;
	width: 242px;
	height: 27px;
	margin: 0 20px;
	padding: 5px 10px;
	line-height: 17px;
	border: 1px solid #999;
	color: #4b280a;
	background-color: #fff;
}
.form #validaceimg {
	float:right;
	margin: 30px 20px;
}
.form #txt {
	width: 444px;
	height: 200px;
}
.end {
	overflow: hidden;
	clear: both;
	width: 1px;
	height: 1px;
	margin-top: -1px;
}
#footer {
	height: auto !important;
	height: 63px;
	min-height: 63px;
	background: #292929 url('images/footer.jpg') top left repeat-x;
}
#footer p {
	width: 745px;
	_width: 770px;
	margin: 0 auto;
	padding: 35px 25px 0 0;
	text-align: center;
	color: #a2a2a2;
	background: url('images/content_bottom.jpg') top left no-repeat;
}
#footer p a {
	text-decoration: none;
	color: #a2a2a2;
}
#footer p a:hover {
	text-decoration: underline;
}


}
#click {
	position: relative;
	margin: 30px 0 20px;
	padding: 10px 0;
	text-align: center;
	background-color: #fff6ec;
}
#click h3 {
	margin: 0 0 10px 0;
	font-size: 120%;
}
#click img {
	margin: 0 auto;
}
.next {
	height: 114px;
}
.pages {
	clear: both;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #ffc787;
	border-width: 1px 0;
	text-align: center;
	color: #333333;
	background-color: #fff6ec;
}
.pages a {
	color: #ee7f00;
}
.back {
	float: left;
}
.nexts {
	float: right;
}
.center {
	text-align: center;
}
div.userarea div.spot {padding-top: 15px;}
.left { float: left; }
.right { float: right; }
.vlevo-float{ float: left; margin: 5px 15px 5px 0; }
.vpravo-float{ float: right; margin: 5px 0 5px 15px; }
.vpravo{ text-align: right; margin: 5px 0; width: 530px; }
}
.gal h4 a {color: #333333 !important;}
/*-----------------------------------------------------------------------------

-----------------------------------------------------------------------------*/
@media print {

* { 
	margin: 0px; 
	padding: 0px;
}
body {
	font: 12pt/15pt serif;
}
h1,h2,h3,h4 {
	margin: 1em 0;
	page-break-after: avoid;
	page-break-inside: avoid;
}
h2 {
	font-size: 150%;
	font-weight: normal;
}
h3 {
	font-size: 110%;
	text-align: center;
}
p {
	margin: 0.25em 0;
	text-indent: 2em; }
a {
	color: #F69;
}
a[href]:after { 
	content: " ["attr(href)"]";
}
a[href|="#"]:after, a[href|="./"]:after, a[href|="javascript:"]:after {
	content: "";
}
hr {
	display: none;
}
table {
	font-size: 12pt;
	border-collapse: collapse;
	border: 1px solid #b9d939;
}
td {
	padding: .2em .5em;
	border: 1px solid #b9d939;
}
caption {
	font-weight: bold;
}
input, textarea, label {
	display: none;
}
cite, blockquote {
	font-style: italic;
}
code {
	display: block;
	margin: 1em;
	font-family: monospace;
	color: #000;
}
ins {
	text-decoration: none;
	font-weight: bold;
}
	display: none;
}
.clear {
	clear: both;
}
.left { float: left; }
.right { float: right; }
.vlevo-float{ float: left; margin: 5px 15px 5px 0; }
.vpravo-float{ float: right; margin: 5px 0 5px 15px; }
.vpravo{ text-align: right; margin: 5px 0; width: 530px; }
}
#page #main #text #text-in #submenu table tr th div p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
#page #main #text #text-in #submenu table tr th div p {
	font-size: 18px;
}
#page #main #text #text-in #submenu table tr th div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
}
