@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #9FCDEF;
	background-image:url(images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

#kontejner {
	width: 788;
	left: 50%;
    margin: 0 auto;
}

#hlavicka {
	background-image:url(images/head.gif);
	width: 788px;
	height: 37px;
	top: 0px;
	margin: 0 auto;
}

#logo {
	background-image:url(images/logo.jpg);
	width: 788px;
	height: 180px;
	top: 37px;
	margin: 0 auto;
}

#wrap {
	background-color: #FFFFFF;
	width: 788px;
	margin: 0 auto;
}

#menu {
	width: 788px;
	height: 30px;
	margin: 0 auto;
}

#main {
	padding-top: 10px;
	background-color: #FFFFFF;
	width: 760px;
	margin: 0 auto;
	font-size: 12px;
	color:#000000;
}

#footer {
	background-image:url(images/footer.gif);
	height: 41px;
}

h1 {
	font-size: 16px;
	font-style: normal;
	color: #000000;
	text-align: center;
	background-color: #DFECF5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}

th {
	font-size: 14px;
	color: #0096FF;
	padding: 5px 0px 5px 0px;
	text-align: center;
	border-bottom: 1px dotted #0096FF;
}

h2 {
	font-size: 16px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration:none;
	color: #0000FF;
}

table {
	margin: 0 auto;
	background-color: #DFECF5;
	border: 2px solid #0096FF;
	width: 700px;
	text-align: left;
	margin-bottom: 20px;
}

td {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.none {
	list-style-type: none;
}

.center {
	text-align:center;
}

.img_center {
	padding-left: 5px;
	padding-right: 5px;
	border: none;
}

.right {
	float: right;
}

.datum {
	float: right;
	font-weight: bold;
}

.img_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
}