/* CSS Document */
html, body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 100%;
	overflow: auto;
}

body {
	font-family: "Verdana CE", Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	background-color: #ffffff;
}

h1 {display: none;}
h2 {
	font-weight: bold;
	color: #C43D37;
	margin: 20px 0px 5px 0px;
	font-size: 18px;
}
h3 {
	font-weight: bold;
	font-size: 12px;
}

a {text-decoration: none; color: #185B88;}
a:hover {text-decoration: underline;}

.icons {border: none; vertical-align: middle;}

table {
	padding-left: 20px;
}

th {
	width: 280px;
}

#layout {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
 
#top {
	width: 100%;
	height: 160px;
	text-align: center;
	background-image: URL("../img/logo.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#lista {
	width: 100%;
	height: 30px;
	background-image: URL("../img/lista.gif");
	background-repeat: repeat-x;
}

#text {
	margin: 20px auto 0px auto;
	width: 760px;
	text-align: left;
	font-size: 14px;
}

#footer {
	width: 100%;
	height: 15px;
	text-align: center;
	font-size: 11px;
	color: #8C8C8C;
	position: fixed;
	bottom: 0px;
	left: 0px;
	margin-top: 10px;
}

ol {margin: 0px; padding: 0px;}

li {list-style: none;}


#kontakty {
	width: 760px;
	margin: 50px auto 0px auto;
	text-align: center;
}

.kontakt {
	width: 760px;
	text-align: center;
	font-size: 12px;
}