@charset "utf-8";

body {
	background-color: #838659;
	/*background-color: #99ff66;*/
	background-attachment: scroll;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body * {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	margin-bottom: 1.1em;
	margin-top: 0;
}
#main p.lastNode {
	margin-bottom: 0;
}
a:link img, a:visited img {
	border: none;
}
div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}
/* menu */
ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.symbolList li {
	color: #fff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-left: 17px;
	margin-right: 17px;
	margin-top: 18px;
	display: inline;
	float: left;
	margin-bottom: 0;
}
ul.symbolList li :link, ul.symbolList li :visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
ul.symbolList li :hover, ul.symbolList li :focus, ul.symbolList li :active {
	color: #9c3;
	font-weight: normal;
	text-decoration: underline;
}
#link_selected {
	color: #9c3;
	text-decoration: underline;
}

/* menu sluzby */
ul.sluzbyList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.sluzbyList li {
	color: #fff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	margin-left: 60px;
	margin-top: 0px;
	/*
	display: inline;
	float: left;
	*/
	margin-bottom: 0;
}
ul.sluzbyList li :link, ul.sluzbyList li :visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;

}
ul.sluzbyList li :hover, ul.sluzbyList li :focus, ul.sluzbyList li :active {
	color: #9c3;
	font-weight: normal;
	text-decoration: underline;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}
#main {
	width:980px;
	height:550px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-275px 0 0 -490px;
	background-image: url(./bg_980_550_v2.png);
	background-repeat: no-repeat;	
	/*
	margin: 0 auto 0 0;
	width: 980px;
	*/
}
#header {
	margin-left: 50px;
	margin-top: 16px;
	display: inline;
	float: left;
	margin-bottom: 0;
	border: 1px solid #838659;
	width: 880px;
	padding-top: 0px;
	height: 100px;
}
html > body #header {
	height: auto;
	min-height: 99px;
}
#content {
	position: relative;
	margin-left: 50px;
	margin-top: 33px;
	display: inline;
	float: left;
	margin-bottom: 0;
	border: 1px solid #838659;
	width: 879px;
	padding-top: 0px;
	height: 358px;
}
html > body #content {
	height: auto;
	min-height: 357px;
}
.h1_nadpis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: left;
	color: #fff;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-left: 47px;
	margin-top: 15px;
	display: inline;
	float: left;
	margin-bottom: 10px;
}

.p_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	color: #fff;
	line-height: 1.4em;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-left: 17px;
	margin-top: 10px;
	overflow: auto;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 841px;
	height: 285px;
}

.p_sluzby_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	color: #fff;
	line-height: 1.4em;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-left: 17px;
	margin-top: 10px;
	overflow: auto;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 841px;
	height: 245px;
}

.p_uzsi_text {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	color: #fff;
	line-height: 1.4em;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-left: 17px;
	margin-top: 10px;
	overflow: auto;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 594px;
	height: 295px;
}

.p_kontakty_text {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	color: #fff;
	line-height: 1.4em;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-left: 17px;
	margin-top: 50px;
	overflow: auto;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 594px;
	height: 255px;
}

p > a, p > a:visited{
	color: #fff;
	text-decoration: underline;
}
p > a:hover, p > a :focus, p > a :active{
	color: #9c3;
	text-decoration: underline;
}
.Txt_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	color: #9c3;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-left: 80px;
	margin-top: 13px;
	display: inline;
	float: left;
	margin-bottom: 0;
}

.Txt_copyright p > a, .Txt_copyright p > a:visited{
	color: #9c3;
	text-decoration: none;
}
.Txt_copyright > a:hover, .Txt_copyright > a :focus, .Txt_copyright > a :active{
	color: #9c3;
	text-decoration: none;
}

#foto {
	border: 1px solid #838659;
	margin-left: 44px;
	margin-top: 23px;
	display: inline;
	float: left;
	height: 264px;
	margin-bottom: 0;
	width: 173px;
}
.gmapa_link{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.skryt {
	display: none;
}
#gmapa {
	position: absolute;
	top: 55px;
	left: 450px;

}
