body {
	font-size: 0.9em;
	font-family: bitstream vera sans,sans-serif;
	margin: 0;
	padding: 0;
	/* (The background color is specified elsewhere, so do a global replacement if it ever changes) */
	background-color: #d9d9d9;
}

a:link {
	color: #900;
}
a:visited {
	color: #48468f;
}
a:hover {
	color: #f20;
}
a[name] {
	color: inherit;
	text-decoration: inherit;
}

/*div.note table, div.tip table, div.important table, div.caution table, div.warning table {
	width: 95%;
	border: 2px solid #B0C4DE;
	background-color: #F0F8FF;
	color: #000000;*/
	/* padding inside table area */
/*	padding: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}*/

div.note,
div.warning,
div.important {
    background-color: #fffcfc;
/*     background-color: #F0F8FF; */
    border: 2px solid #deb0c5;
/*     border: 2px solid #B0C4DE; */
    color: #360018;
/*     color: #036; */
    padding: 0.5em;
    margin: 1em 2em 1em 1em;
}
div.note p,
div.warning p,
div.important p {
    margin: 0.5em 0 0 0;
    padding: 0;
}
div.screen {
	font-family: monospace;
	font-size: 1.1em;
	display: block;
	padding: 0.5em;
	border: 1px solid #deb0c5;
	background-color: #fffcfc;
	color: #000;
	overflow: auto;
	border-radius: 2.5px;
	-moz-border-radius: 2.5px;
	margin: 1em 3em 1em 2em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Headings
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* h1                     */
/* ====================== */
h1 {
    padding: 0.2em;
    margin: 0;
    border: 1px solid #714056;
    background-color: inherit;
    color: #360018;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}

/* h2                     */
/* ====================== */
h2 {
    padding: 0.2em 0 0.2em 0.7em;
    margin: 0 0 0.5em 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.section h2 {
    background-color: #714056;
    color: #fff;
}

.directive-section h2 {
    background-color: #557697;
    color: #fff;
}

.category h2 {
    background-color: #e5ecf3;
    color: #405871;
    font-size: 14px;
}

/* take care of <a name>s inside */
h2 a,
h2 a:hover,
h2 a:active {
    color: inherit;
    background-color: inherit;
    text-decoration: none;
}

/* h3, h4                 */
/* ====================== */
h3 {
    background-color: inherit;
    color: #360018;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin: 1.3em 0 0.4em 0;
    padding: 0;
}

h4 {
    background-color: inherit;
    color: #036;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    margin: 1.3em 0 0.2em 0;
    padding: 0;
}

/* margin adjustment */
h3 + *, h4 + * {
    margin-top: 0;
}

#toc,
#topics {
    margin: 0 0 1em 0;
    padding: 0;
}
#toc li,
#topics li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sdgz-header {
	background-color: #fff;
	height: 62px;
}
#sdgz-header img {
	border: 0;
	vertical-align: middle;
}
#sdgz-header-logo {
	/* position is offset by the header padding amount */
	position: absolute;
	left: 10px;
	top: 1px;
	z-index: 3;
}
#sdgz-header-logo-text {
	/* position is offset by the header padding amount */
	position: absolute;
	left: 230px;
	top: 9px;
	z-index: 3;
	font-weight: bold;
	font-size: 30px;
}
#sdgz-header-logo-text img {
	width: 13em;
	heihgt: 13em;
}
#sdgz-header-logo img {
/* 	width: 110px; */
/* 	height: 40; */
	width: 200px;
	heihgt: 124;
}
#sdgz-header-items {
	/* position is offset by the header padding amount */
	position: absolute;
	right: 10px;
	top: 19px;
	text-align: right;
	display: inline;
}
#sdgz-header-items a {
	color: #000;
	text-decoration: none;
	padding: 7pt;
	font-size: 0.8em;
}
#sdgz-header-items a:hover, #sdgz-header-search-button:hover {
	color: #f20;
	cursor: pointer;
}
#sdgz-header-items img {
	margin-right: 1px;
	width: 1.3em;
	height: 1.3em;
}
#sdgz-header-search {
	height: 25px;
}
#sdgz-header-search-entry {
	vertical-align: top;
	margin: 0.65em 4px 0 10px;
	padding: 2px 4px;
	background-color: #f5f5f5;
	border: 1px solid #999;
	font-size: 0.8em !important;
}
#sdgz-header-search-entry:focus {
	background-color: #fff;
	border: 1px solid #555;
}
#sdgz-header-search-button {
	font-size: 0.8em !important;
	vertical-align: top;
	margin-top: 0.2em;
	border: 0;
	padding: 7px;
	background: #fff url('../img/header-search.png') no-repeat left;
	padding-left: 21px;
}
#sdgz-header-items form {
	float: right;
}
#sdgz-header-items input {
	font-size: 0.85em;
}
#sdgz-nav {
	margin: 0;
	padding: 0;
	background-color: #7f224c;
	font-size: 0;
	height: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #f5f5f5;
}
#sdgz-nav ul {
	margin: 0;
	padding: 0;
}
#sdgz-nav li {
	display: inline;
	list-style: none;
	padding: 0 5pt;
}
#sdgz-nav li + li {
	padding-left: 8pt;
	border-left: 1px solid #99a5bf;
}
#sdgz-nav a {
	color: #c5ccdb;
	text-decoration: none;
}
#sdgz-nav a:hover {
	color: #fff;
}

#sdgz-side-left {
	position: absolute;
	z-index: 2;
	width: 11em;
	/* Space down for the approx line height (fonts) */
	left: 12px;
}
#sdgz-side-right {
	position: absolute;
	z-index: 1;
	width: 13em;
	right: 12px;
	padding-top: 3px;
	}
#sdgz-side-left, #sdgz-side-right {
	top: 2px;
	/* add to the top margin to compensate for the fixed sizes */
	margin-top: 75px;
	color: #555;
	font-size: 0.9em;
}
#sdgz-side-right ul {
	list-style: square inside;
	padding: 0;
	margin: 0;
}

/* Left-side naviagation */
#sdgz-side-nav-label {
	display: none;
}
#sdgz-side-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #b25981; /*pm okolie menu*/
/* 	border: 1px solid #5976b2; */
	border-top: 0;
	background-color: #7f023a; /*pm normalny zoznam*/
/* 	background-color: #22437f; */
}
#sdgz-side-nav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #b25981; /*pm okolie poloziek*/
/* 	border-top: 1px solid #5976b2; */
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #7f224c; /*pm okolie poloziek*/
/* 	border-bottom: 1px solid #22437f; */
}
#sdgz-side-nav a {
	margin: 0;
	color: #dbc5cf; /*pm farba textu poloziek*/
/* 	color: #c5ccdb; */
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}
#sdgz-side-nav a:hover {
	background-color: #8f345d; /*pm ak chodi mys tak farba po polozkach*/
/* 	background-color: #34548f; */
	color: #fff;
}
#sdgz-side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sdgz-side-nav ul li {
	border-top: 1px solid #8e345c; /*pm okraje podpoloziek*/
/* 	border-top: 1px solid #34548e; */
	background-color: #8e345c; /* pm Podpolozka*/
/* 	background-color: #34548e; */
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #8e345c; /*pm okraje podpoloziek*/
/* 	border-bottom: 1px solid #34548e; */
}
#sdgz-side-nav ul li:hover {
	border-bottom: 1px solid #8f345d; /*pm okraje oznacenych podpoloziek ked chodi mys*/
/* 	border-bottom: 1px solid #34548f; */
}
#sdgz-side-nav ul li a {
	padding-left: 12px;
	color: #c9a7b6; /*pm farba textu podpoloziek*/
/* 	color: #a7b2c9; */
}
#sdgz-side-nav ul li a:hover {
	background-color: #9e466e; /*pm ked chodim mysou po podpolozkach*/
/* 	background-color: #46659e; */
}
#sdgz-side-nav ul ul li a {
	padding-left: 18px;
}
#sdgz-side-nav strong a {
	font-weight: normal;
	color: #fff !important;
	background-color: #3b1023; /* pm zvyraznena polozka*/
/* 	background-color: #10203b; */
}
#sdgz-side-nav strong a:hover {
	background-color: #561733 !important;
/* 	background-color: #172e56 !important; */
}

/* content containers */
#sdgz-middle-one, #sdgz-middle-two, #sdgz-middle-three {
	font-size: 0.9em;
	/* position: relative; */ /* relative to utilize z-index */
	width: auto;
	min-width: 120px;
	margin: 10px;
	z-index: 3; /* content can overlap when the browser is narrow */
}
#sdgz-middle-two, #sdgz-middle-three {
	margin-left: 11em;
	padding-left: 24px;
}
#sdgz-middle-three {
	margin-right: 13em;
	padding-right: 24px;
}

#sdgz-content {
	padding: 24px;
	border: 1px solid #aaa;
	background-color: #fff;
}

#sdgz-content > .sdgz-corner-bottom { top: 0 }

.sdgz-corner-tl, .sdgz-corner-tr, .sdgz-corner-bl, .sdgz-corner-br {
	background-color: #d9d9d9;
	position: relative;
	width: 19px;
	height: 19px;
	/* The following line is to render PNGs with alpha transparency within IE/Win, using DirectX */
	/* Work-around for IE6/Mac borkage (Part 1) */
	display: none;
}

.sdgz-corner-tl, .sdgz-corner-bl { float: left; left: 0px; }
.sdgz-corner-tr, .sdgz-corner-br { float: right; right: 0px; }
.sdgz-corner-tl, .sdgz-corner-tr { top: 0px; }
.sdgz-corner-bl, .sdgz-corner-br { bottom: 0px; margin-top: -19px; /* Opera fix (part 1) */ top: -18px;}

html>body .sdgz-corner-tl { background: #d9d9d9 url("../img/corner-tl.png") no-repeat left top; }
html>body .sdgz-corner-tr { background: #d9d9d9 url("../img/corner-tr.png") no-repeat right top; }
html>body .sdgz-corner-bl { background: #d9d9d9 url("../img/corner-bl.png") no-repeat left bottom; }
html>body .sdgz-corner-br { background: #d9d9d9 url("../img/corner-br.png") no-repeat right bottom; }

.sdgz-corner-tl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/corner-tl.png',sizingMethod='scale'); }
.sdgz-corner-tr { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/corner-tr.png',sizingMethod='scale'); }
.sdgz-corner-br { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/corner-br.png',sizingMethod='scale'); }
.sdgz-corner-bl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/corner-bl.png',sizingMethod='scale'); }

/* \*/
.sdgz-corner-tl, .sdgz-corner-tr, .sdgz-corner-bl, .sdgz-corner-br {
	/* Restore the view for everything but IE6/Mac (part 2 of the "IE/Mac fix") */
	display: block;
}
/* */

.sdgz-corner-bl, .sdgz-corner-br {
	top: 0px;
}

.content { margin: 0 1em }

#sdgz-sidelist {
	position: relative;
	bottom: 3px;
	margin: 0;
	padding: 3px !important;
	border: 1px solid #bbb;
	background-color: #ccc;
	border-radius: 2.5px;
	-moz-border-radius: 2.5px;
}
#sdgz-sidelist strong a {
	font-weight: normal;
	background-color: #555;
	color: #fff;
}
#sdgz-sidelist strong a:hover {
	background-color: #333;
	color: #fff;
}
#sdgz-sidelist li {
	list-style-position: outside;
	font-size: 0.9em;
	list-style: none;
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 0;
	list-style: none;
}
#sdgz-sidelist li a {
	text-decoration: none;
	display: block;
	padding: 6px 8px;
	border-radius: 2.5px;
	-moz-border-radius: 2.5px;
}
#sdgz-sidelist li a:hover {
	background-color: #999;
	color: #eee;
}

#sdgz-footer {
	font-size: 0.75em;
	text-align: center;
	color: #777;
	margin-bottom: 2em;
}
#sdgz-printable {
	text-align: center;
	margin: 1em 0;
	font-size: 0.85em;
}
#sdgz-printable a {
	text-decoration: none;
	padding: 5px 0;
	padding-left: 18px;
	background: transparent url("../img/printable.png") no-repeat left;
}
#sdgz-printable a:hover {
	text-decoration: underline;
}
.itemizedlist ul li {
	margin-bottom: 0.5em;
}
.itemizedlist ul li li {
	/* prevent inheritance */
	margin-bottom: 0em;
}

p.timestamp {
	text-align: right;
	margin: 0.3em 0;
	font-size: 0.85em;
    color: #360018;
}
p.more {
	text-align: left;
	margin: 0.1em 0;
	font-size: 0.85em;
    color: #360018;
}
/* arrow up (to page top) */
/* ====================== */
div.up {
    width: 30px;
    margin: 0;
}

div.up img {
    margin-top: 0.5em;
	margin: 0.3em 0;
    width: 11px;
    height: 11px;
    border-style: none;
}


/* photo galery */
table {
	border-collapse: collapse;
	border-width: 0;
}

td {
	border-width: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}


/* normal table */
table.normal {
	border: ridge #714056 3px;
}

td.formular {
	vertical-align: top;
	text-align: left;
	padding: 2px 6px 2px 6px ;
}

td.normal {
	vertical-align: top;
	text-align: left;
	border: solid #714056 1px;
	padding: 2px 6px 2px 6px ;
}

th.normal {
	vertical-align: top;
	text-align: left;
	border: solid #000000 1px;
	padding: 2px;
	padding: 2px 6px 2px 6px ;
}

td.pes {
	vertical-align: top;
	text-align: left;
	border: solid #714056 1px;
	padding: 2px 6px 2px 6px ;
}
td.majitel {
	vertical-align: top;
	text-align: left;
	border: solid #714056 1px;
	padding: 2px 6px 2px 6px ;
}
td.box {
	vertical-align: top;
	text-align: left;
	border: solid #714056 1px;
	padding: 2px 6px 2px 6px ;
}


/* Title, header, footer */

table.full_size {
	width: 100%;
	height: 100%;
}

table.row {
	width: 100%;
}

td.title {
	height: 4em;
	vertical-align: middle; 
}

table.title {
	height: 4em;
	width: 100%;
}

td.nav_bar {
	height: 30px;
}

td.button {
	width: 60px;
	white-space: nowrap;
}

td.button img,
td.button a img {
/*	border-style: none; */
}

td.footer {
	height: 3em;
}


/* image.gthtml */

td.left_thumbnail {
	width: 115px;
	text-align: left;
	padding-left: 10px;
}

td.right_thumbnail {
	width: 115px;
	text-align: right;
	padding-right: 10px;
}

div.properties {
	margin-top: 1em;
	margin-left: 10%;
	text-align: left;
}

div.preview_comment {
	margin-bottom: 1em;
}

div.properties table td {
	text-align: left;
	padding: 0.2em 1em 0.2em 0em;
}



/* index.gthtml */

div.thumbnails table {
	margin:auto;
}

td.td_index {
	width: 215px;
	padding: 8px 5px 8px 5px;
	vertical-align: top;
}


/* thumbnail.gthtml */

table.photo {
	cursor: pointer;
}

td.photo {
	background-color: white;
	width: 122px;
	height: 102px;
}

img.photo_top {
	border-style: none;
	vertical-align: bottom;
}

img.photo_bottom {
	border-style: none;
	vertical-align: top;
}

img.photo_left {
	border-style: none;
	text-align: right;
	vertical-align: top;
}

img.photo_right {
	border-style: none;
	text-align: left;
	vertical-align: top;
}

img.photo_center {
	border-style: none;
	vertical-align: top;
}