html, body {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
body {
	font-size: 13px;
	font-family: Trebuchet MS, Tahoma, Verdana Arial, sans-serif;
	text-align: center;
	background-image: URL('layout/page_back01.png');
	)
}
div#wrapper {
	float: left;
	width: 100%;
	padding-bottom: -50px
}
div#container {
	text-align: left;
	width: 775px;
	margin: 0 auto;
	padding: 0px;
	background-color: white;
	padding-top: 3px;
	padding-bottom: 3px
}
div#content {
	margin-left: 208px;
	margin-right: 3px;
}
div#navigation {
	float: left;
	width: 202px;
	margin-left: -772px
}
div#extra {
	float: left;
	width: 150px;
	margin-left: -150px
}
.footer {
	clear: left;
	width: 100%
}
/* for IE5 and IE6 */
.left-column ul {
/* to display the list horizontaly */
	margin: 0 0 0 0;
	padding: 0%;
}
.left-column li {
	display: inline;
}
.left-column ul li a {
	background-color: #2D79B9;
	color: white;
	text-align: center;
	padding-right: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	display: block;
	font-size: 13px;
	background-image: URL('layout/menu-back01.png');
	)  background-repeat: no-repeat;
}
.left-column ul li a:hover {
	background-position: -210px;
}
.header01 {
	padding-bottom: 3px;
	padding-left: 3px;
}
.hlavicka {
	text-align: center;
	height: 30px;
	background-image: URL('layout/navbar_back01.png');
	background-repeat: repeat-x;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
.navbar {
	text-align: center;
	height: 30px;
	background-image: URL('layout/navbar_back01.png');
	background-repeat: repeat-x;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
.navbar ul {
	margin: 0 0 0 0;
	padding: 0%;
}
.navbar ul li {
	display: inline;
	padding-top: 40px;
	line-height: 25px;
	margin-left: -4px;
}
.navbar ul li a {
	color: white;
	text-decoration: none;
	font-size: 13px;
	line-height: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: URL('layout/navbar_border_left.png');
	background-repeat: no-repeat;
}
.navbar ul li a:hover {
	background-image: URL('layout/navbar_back02.png');
	background-repeat: repeat-x;
}
.main-footer {
	height: 49px;
	background-image: URL('layout/footer-back01.png');
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	text-align: center;
}
.main-footer-left {
	background-image: URL('layout/footer-left-corner.png');
	background-repeat: no-repeat;
	line-height: 49px;
}
.main-footer-right {
	background-image: URL('layout/footer-right-corner.png');
	background-repeat: no-repeat;
	background-position: right;
	line-height: 49px;
}
.main-box01 {
	background-image: URL('layout/main-box01.png');
	background-repeat: no-repeat;
	height: 119px;
	width: 173px;
	color: white;
	font-weight: bold;
	padding: 5px;
	font-size: 13px;
	text-decoration: none;
}
.main-box02 {
	background-image: URL('layout/main-box02.png');
	background-repeat: no-repeat;
	height: 119px;
	width: 173px;
	color: white;
	font-weight: bold;
	padding: 5px;
	font-size: 13px;
}
.content-box {
	padding: 3px;
	padding-left: 10px;
	min-height:400px;
	_height:400px;
}
.content-box p {
	padding-top: 0px;
	padding-bottom: 3px;
	margin: 0px;
	line-height: 1.5em
}
.content-box h1 {
	padding-top: 3px;
	margin-top: 0px;
	background-image: URL('layout/header-back01.png');
	background-repeat: no-repeat;
	background-position: right;
	font-size: 25px;
	color: #062D8E;
}
.content-box h3 {
	padding-top: 3px;
	margin-top: 0px;
	margin-bottom:3px;
	font-size: 15px;
	color: #062D8E;
}
.content-box .form {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.content-box .form input, textarea{
border:1px solid #8296C6;
background-color:#F4F2F2;
color:#093997;
}

.content-box .form .form-wrapper {
	width: 90%;
	border: 1px solid #185DA4;
	background-image: URL('layout/form-back01.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-left:5px;
	text-align: left;
	margin: 0 auto;
}

.content-box .form .form-wrapper table tr td{
 font-size:13px;
}

.content-box .form .form-legend {
	color: #185DA4;
	width: 150px;
	text-align: center;
	position: relative;
	left: 20px;
	top: -10px;
	background-color: white;
}

.table01 th{
 background-image: URL('layout/th-back01.png');
 background-repeat: repeat-x;
 font-weight: bold; 
 font-size: 13px;
 border-left:1px solid #185DA4;
 border-bottom:1px solid #185DA4;
}

.table01 td{
 font-size: 12px;
 border-left:1px solid #185DA4;
 border-bottom:1px solid #185DA4;
 margin:0;
 padding: 1;
}

.table01{
 border-right:1px solid #185DA4;
 border-top:1px solid #185DA4;
}
