
body {
	background-color: rgb(204, 204, 255);
	color: black;
	font-size: 0.9em;
	text-align: center;
}

html {
height: 100%;
}
body, html {
	background-color: rgb(204, 204, 255);
	scrollbar-track-color: rgb(204, 204, 255);
	scrollbar-face-color: rgb(233,233,245);
	scrollbar-highlight-color: rgb(153,153,255);
	scrollbar-3dlight-color: rgb(204, 204, 255);
	scrollbar-darkshadow-color: rgb(204, 204, 255);
	scrollbar-shadow-color: rgb(153,153,255);
	scrollbar-arrow-color: rgb(153,153,255);
}
a {
	font-weight: bold;
	color: rgb(102,102,255);
}

a:active {
	color: rgb(51,51,102);
}
a:hover {
	text-decoration: none;
}
div {
	margin: 0;
	padding: 0;
	border: 0;
}
.hspace20 {
	float: left;
	width: 20px;
	height: 458px;
	font-size: 1px;
}
div#topimage {
	width: 850px;
	padding-left: 8px;
	height: 186px;
	padding-top: 6px;
	background-image: url(../img/topimage.jpg);
	display: block;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
}
div#topimage h1 {
	text-align: left;
	font-size: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
}
div#topimage h2 {
	text-align: left;
	font-size: 20px;
	margin-bottom: 98px;
	margin-top: 0px;
}


img.hspace5 {
	float: left;
	width: 5px;
	height: 400px;
}
img.hspace5nf {
	width: 5px;
	height: 400px;
}
.vspace10 {
	clear: both;
	width: 1px;
	height: 10px;
	font-size: 1px;
	display: block;
}
.vspace4 {
	height: 4px;
	font-size: 1px;
	width: 1px;
}
.vspace5 {
	float: left;
	clear: both;
	height: 5px;
	font-size: 1px;
}
.cntimg {
	border-width: 3px;
	border-color: rgb(153, 102, 51);
	border-style: double;
}
.divcntimg {
	margin: 5px 5px 5px 5px;
	font-size: 12px;
	color: rgb(153, 102, 51);
	font-weight: bold;
	text-align: center;
}
#main {
	width: 850px;

	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 7px;
	padding: 0;
	background-color: rgb(233,233,245);
	text-align: center;
	background-image: url(../img/bgs/mainbg.png);
  background-repeat: repeat-y;
	font-family: sans-serif;
	font-size: 0.9em;
	border-left: 1px rgb(153,153,255) solid;
	border-right: 1px rgb(153,153,255) solid;
	border-bottom: 2px rgb(153,153,255) solid;
}
.content {
	
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 15px;
	text-align: justify;
	height: auto;
  _height: 300px;
  min-height: 400px;
  display: block;
  width: 661px;
  float: right;
}
#right-content {
	display: block;
	float: none;
	margin-left: 114px;
}
#main-left {
	float: left;
	width: 5px;
	height: 400px;
	background-color: yellow;
	;
}
#main-right {
	display: block;
	float: left;
	width: 5px;
	height: 400px;
	background-color: blue;
}
#contentglob {
	display: block;
	height: 1000px;
}
ul {
	margin-top: 0px;
	list-style-type: square;
}

ul.menu {
	padding: 0px;
	margin: 0 0 0 0;
	line-height: 18px;
	display: block;
}
ul.menu li {
	display: inline;
}
ul.menu li a {
	display: inline;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-top: 1px;
	margin-top: 2px;
	border: 1px rgb(153,153,255) solid;
	border-bottom-width: 2px;
	background-color: rgb(204, 204, 255);
	color: rgb(102,102,255);
}
ul.menu li a.highlight {
	border: 1px rgb(51,51,102) solid;
	border-bottom-width: 2px;
	color: rgb(51,51,102);
}
ul.menu li a:hover {
	background-color: rgb(153,153,255);
	color: rgb(204, 204, 255);
}
.menuright {
  float: right;
	width: 120px;
	padding-left: 20px;
	text-align: right;
	padding-bottom: 5px;
}
.toplist {
	float: right;
}

.menuleft {
display: block;

}
.menuleft ul.menu {
	margin-left: 30px;
	list-style: none;
	margin-bottom: 10px;
}
.menuright ul.menu li, .menuleft ul.menu li {
	display: block;
}
.menuright ul.menu {
	list-style: none;
}
a#language {
	display: block;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 1px 8px 0px 8px;
	border: 1px rgb(153,153,255) solid;
	border-bottom-width: 2px;
	background-color: rgb(204, 204, 255);
	color: rgb(102,102,255);
	width: 70px;
}
a#language:hover {
	background-color: rgb(153,153,255);
	color: rgb(204, 204, 255);
}
.vline {
	width: 661px;
	height: 1px;
	display: block;
	font-size: 0px;
	border-bottom: 1px rgb(153,153,255) solid;
}
.virtual {
	text-align: right;
	position: relative;
	top: -1em;
	display: block;
}
p {
	margin-top: 0px;
	text-align: justify;
	margin-right: 5px;
}
i.help {
	color: rgb(153, 102, 51);
	font-size: 0.9em;
}
.capitals {
	font-variant: small-caps;
}
h1 {
	font-size: 2.0em;
	text-align: center;
	color: rgb(51,51,102);
	margin-top: 0px;
	margin-bottom: 11px;
	font-family: sans-serif;
}
h2 {
	font-size: 1.8em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	color: rgb(51,51,102);
	font-family: sans-serif;
}
h3 {
	font-size: 1.6em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	color: rgb(51,51,102);
	font-family: sans-serif;
}
h4 {
	font-size: 1.1em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	color: rgb(0,0,0);
	font-family: sans-serif;
}
h4.bigger {
	font-size: 1.6em;
}
h4.bottom-space {
	
}
ul {
	list-style-image: url("../img/liststyleimage.png");
	list-style-position: outside;
}
li {
	margin-top: 5px;
}
.error_report {
	text-align: left;
	color: rgb(220, 102, 51);
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
}
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.righted {
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.lefted {
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}
form {
	text-align: left;
}
form label {
	float: right;
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	color: rgb(153, 102, 51);
	text-align: right;
	margin: 2px 4px 8px 0px;
}
form input {
	border: 3px rgb(153, 102, 51) double;
	background-color: rgb(255, 255, 204);
	font-family: Times New Roman CE, Times New Roman, sans-serif;
	font-size: 14px;
}
form .submit {
	color: rgb(153, 102, 51);
	font-weight: bold;
}
form textarea {
	float: left;
	border: 3px rgb(153, 102, 51) double;
	background-color: rgb(255, 255, 204);
	font-family: Times New Roman CE, Times New Roman, sans-serif;
	font-size: 14px;
}
.hspace304 {
	width: 304px;
	height: 1px;
	font-size: 1px;
	float: left;
}
.tableaudio {
	display: inline;
	margin-right: 250px;
	text-align: right;
}
.tableaudio th {
	text-align: right;
	font-weight: bold;
	color: rgb(153, 102, 51);
	padding-top: 0px;
	padding-right: 20px;
}
.tableaudio td {
	padding-left: 5px;
	padding-right: 5px;
}
.tableform {
	width: 600px;
	display: inline;
	margin-left: auto;
	margin-right: auto;
}
.tableform th {
	width: 200px;
	text-align: right;
	font-weight: bold;
	color: rgb(153, 102, 51);
	padding-top: 10px;
	vertical-align: top;
	padding-right: 20px;
}
.tableform td {
	padding-top: 10px;
	text-align: left;
}
.after-icon {
	width: 728px;
	display: block;
	
	;
}

.vspace126 {
	width: 1px;
	height: 126px;
}
ul.ul1 li {
  margin-bottom: 10px;
}
ul.ul2 {
	list-style-type: circle;
}
div#cyklo {
	min-height: 250px;
}
.breakall {
	clear: both;
}
#tblverzeichnis table td {
	margin: 0px;
	padding: 1px 2px 1px 4px;
	border: 2px rgb(102,102,255) solid;
}
#tblverzeichnis table {
	border-collapse: collapse;
}
#tblverzeichnis table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	padding: 0px;
}
.width-forced {
	width: 200px;
}

.clearright {
clear: right;
}

.clearleft {
clear: left;
}

.bolded {
font-weight: bold;
}

.promo {
padding: 5px 5px 5px 5px;
margin: 0.5em 0 0.5em 0;
font-size: 1.2em;
background-color: rgb(153,153,255); 
}

.promo h3 {
margin-bottom: 5px;
font-size: 1.3em;
}
.promo p {
margin-top: 2px;
margin-bottom: 2px;
}

hr {
margin-top: 15px;
border-width: 1px 0 0 0;
border-top: 1px rgb(153,153,255) solid;
 
}

p.with-icon {
	/*margin-left: 132px;
	position: relative;
*/
	display: block; 
padding-bottom: 20px;

}

div.with-icon {
	/*margin-left: 132px;
	position: relative;
*/ 
margin-top: 5px;
margin-bottom: 15px;
margin-left: 135px;
width: 526px;
position: relative;
_height: 110px;
min-height: 110px;
}

div.next-to-icon {
display: block;
}

div.fotogalleryblock {
float: left;
width: 330px;
height: 200px;
text-align: center;
vertical-align: bottom;
margin-top: 10px;
margin-bottom: 15px;
font-style: italic;
}
div.fotogalleryblock a img {
border: 1px rgb(153,153,255) solid;
display: block;
margin-left: auto;
margin-right: auto;
}

div#mesta-sumava {
min-height: 170px;
_height: 170px;
}