body {
	color: #666;
	font-size: 12pt;
	font-family: \'Times New Roman CE\', \'Times New CE\', \'Times CE\', \'Times New Roman\', Times, serif;
	background-color: #000066
}
h1 {
	float: left;
	font-size: 20pt;
	font-weight: normal;
}
h2 {
	font-size: 16pt;
	margin: 0;
}
h3, h4, h5, h6 {
	font-size: 14pt;
}
a {
	color: #6D6E6D;
	text-decoration: none;
}
a:link {
	color: #6D6E6D;
}
a:visited {
	color: #6D6E6D;
}
a:hover {
	color: #6D6E6D;
	text-decoration: underline;
}
#kontejner {
	width: 700px;
	\\width: 720px;
	w\\idth: 700px;
	border: 1px solid #000066;
	margin: 0 auto;
}
#hlavicka {
	position: relative;
	width: 700px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	background-image: url(header.jpg);
}
#prispevky {
	padding: 5px;
                width: 690px;
	background-color: White;
}
#prispevky a {
	font-weight: bold;
	text-decoration: underline;
}
#prispevky a:hover {
	text-decoration: none;
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: 0px;
	background-color: #0099CC;
	text-align: center;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
}
#nav {
	font-family: Arial, Helvetica, Sans;
	position: relative;
	width: 700px;
	height: 27px;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	clear: left;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	list-style-type: none;
	text-indent: 0;
	height:25px;
}

#nav ul li {
	display: block;
	float: right;
}

#nav ul li a {
	display: block;
	width: 70px;
	height: 19px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	margin-right: 1px;
	color: white;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

#nav ul li a:hover {
	background-color: #ffffff;
	display: block;
	width: 70px;
	height: 19px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	margin-right: 1px;
	color: #333;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.datum {
	border-bottom: 1px solid silver;
	text-align: right;
}
#prispevky img {
	padding: 6px;
	margin-right: 6px;
	background: white;
	border: 1px solid black;
}
.komentar {
        border-bottom: 1px solid silver;
	padding-top: 10px;
	padding-bottom: 10px;
}

.prispevek {
	padding-bottom: 20px;
        border-bottom: 1px solid silver;
}

select {
	font-family: Arial, Helvetica, Sans;
	font-size: 12px;
	font-weight: bold;
	background-color: #1697D9;
	color: #FFFFFF;
}