* {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: center;
}
#container {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
	position: relative;
	z-index: 1;
}
#left {
	width: 200px;
	position: absolute;
	left: 2px;
	top: 0px;
}

#info {
	width: 160px;
	position: absolute;
	left: 15px;
	top: 500px;
	background-image: url(/img/tlo_info.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu {
	width: 200px;
	background-image: url(/img/tlo_menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 100px;
}

#lysta {
	
}

#ad {
	width: 200px;
	position: relative;
	top: 20px;
	left: 10px;	
	
}
#content {
	width: 500px;
	margin-left: 200px;
	position: relative;
	top: 20px;
	margin-bottom: 20px;
}
#main {
	position: relative;
	width: 700px;
}
.banner {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#back {
	position: absolute;
	width: 100%;
	height: 180px;
	left: 0px;
	top: 50px;
	background-color: #739FC5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#menu ul {
	list-style-type: none;
	position: relative;
	left: 10px;
	padding-top: 20px;
}

ul {
	position: relative;
	left: 15px;
	margin-left: 10px;
	margin-right: 20px;
}



#menu li a {
	margin-left: 10px;
	text-decoration: none;
	color: #0000A0;
}
#menu li a:hover {
	color: #008C23;
}



p {
	text-align: justify;
	padding: 10px 20px 10px 10px;
}
p:first-letter {
	font-weight: bolder;
	color: #0033CC;
}
h1, h2, h3 {
	font-size: small;
	background-image: url(/img/dokument.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	color: #009900;
}
.sel_red {
	color: #FF0000;
	font-weight: bolder;
}

table {
	border: 1px none white;
	margin-left:20px;

}

a {
	color: #0080C0;
	text-decoration: none;
}
a:hover {
	color: #009900;
}
#footer {
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: x-small;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	background-color: #739FC5;
	font-family: Tahoma;
}
ul.content {
	margin-left: 30px;
}
#counter {
	text-align: left;
	margin-top: 20px;
	border: 1px solid #739FC5;
	padding-top: 4px;
	padding-bottom: 5px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #F8F8F8;
}
#counter div {
	display: inline;
	background-color: #AAAAAA;
	color: #FFFFFF;
	font-size: 10px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


