body {
	background-color: #ffffff;
	font-family: verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: justify;
	padding-left: 0px;
	padding-right: 0px; padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#top {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/top_back.jpg);
	width: 100%; 
	height: 256px;
}
 
#menu {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/navigace_bg.jpg);
	width: 179px;
	height: 100%;
	position: absolute;
}

#main {
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 20px;
	background-color: #ffffff;
	list-style : square;
	text-align : justify;
	width : 570px;
	text-indent : 15px;
}

#main1 {
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 0px;
	background-color: #ffffff;
	list-style : square;
	text-align : justify;
	width : 570px;
}

.nadpis {
	color: #506294;
	font-size: 14px;
	font-weight: bold;
}

.boldred {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;

}
.blue {
	color: #0000FF;
	font-size: 12px;
	font-weight: normal;

}

#right {
	z-index : 2;
	padding-right: 5px;
	position : absolute;
	right: 0px;
	top: 0px;
	width: 172px;
	background-color: transparent;
}

#left {
	z-index : 1;
	position : absolute;
	left: 0px;
	top: 0px;
	width: 706px;
}

a:hover {
	font-weight: bold;
	text-decoration : underline;
	color: #506294;
}

a:link {
	font-weight: bold;
	text-decoration : underline;
	color: #000000;
}

a:visited {
	font-weight: bold;
	text-decoration : underline;
	color: #506294;
}

ol {
	list-style-position : outside;
	text-indent : 0px;
}

ul {
	list-style-position : outside;
	text-indent : 0px;
	list-style-type : square;
}
.ul1 {
	list-style-position : outside;
	text-indent : 0px;
	list-style-type : disc;
}

.text {
	text-indent : 0px;
}

td {
	font-family: verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: justify;
}

.text1{
	font-family: verdana, sans-serif;
	color: Red;
	font-size: 12px;
	text-align: justify;
}

#form {
	background-color: #e9effc;
}
.foto{
	border-color: #506294;
	border: 1px;
	border-style : solid;
}