html,body {
	margin:0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
html {
	height:101%; }
a:link {
	color: #263051;
}
a:visited {
	color: #666666;
}
a.bold {
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
}
h1 {
font-size: 19px;
font-weight: bold;
padding:0;
margin:0;
}
h2 {
font-size: 15px;
font-weight: bold;
padding-bottom:0;
margin-bottom:0;
}
table.dot {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	padding:20px;
	border-collapse: collapse;
	width:70%;
	margin:8px 15% 8px 15%;
	text-align:center;
}
table.dot td {
	padding:6px 12px 6px 12px;
}
#header {
	position:relative;
	width:100%;
	height:140px;
	margin: 0 auto;
	background-color:#6F83A8;
}
#main {
	margin-left: 249px;
	margin-right: 50px;
	margin-top: 0;
	min-height:450px;
	height:auto !important;
	height:450px;
}
#leftmenu {
	float: left;
	width: 200px;
	margin-left: 20px;
}
#container {
	width:100%;
	margin: 0;
	padding-top:20px;
	text-align:left;
}
#footer {
	height:40px;
	margin:50px auto;
	margin-left:249px;
	margin-right:50px;
	background: url('images/logopodks.jpg') no-repeat 0 0; 
}
#languages {
	text-align:right;
	padding-right:40px;
	padding-top:6px;
}
table.mainTable {
	border-collapse:collapse;
}
table.mainTable td {
	padding:0;
	text-align:justify;
}
table.innerTable {
	margin:0 10px 0 10px;
}
table.innerTable td {
	padding:10px;
}
#footerText {
	position:absolute;
	margin-top:26px;
	margin-left:44px;
}
#topmenu {
	float: right;
	width: 342px;
	height:134px;
	position: absolute;
	right: 120px;
	bottom: 3px;
	background: url('images/kodra-logo.png') no-repeat bottom right; 
}
ul {
	margin:0;
	padding:0;
}
ul li {
	padding-bottom:10px;
	list-style-type:none;
}
ul li.disc {
	margin-left:20px;
	text-align:justify;
	list-style-type:circle;
}
img {
	border:0px;
}
.textS { font-size: 12px; }
.textM { font-size:16px; }
.textL { font-size:18px; }
.textXL { font-size:20px; }
.textMb {font-size: 16px; font-weight: bold; }
.textLb {font-size: 18px; font-weight: bold; }
.textI { font-size:9px; font-style:normal; }

p {
	text-align:justify;
}

p.in {
	text-indent:30px;
}
.nw {
	white-space:nowrap;
}
img.right {
	float:right;
	margin:5px 2px 10px 30px;
}
img.left {
	float:left;
	margin:5px 30px 10px 2px;
}
p.double {
	margin-bottom:50px;
}
sup {
	font-size: 80%;
	line-height: 80%;
	font-weight:bold;
}
a.txtInfo {
	cursor:help;
	white-space:nowrap;
	position:relative;
	z-index:24;
	color:black;
	border-bottom:thin dotted #046;
	text-decoration:none;
}
a.txtInfo:hover {
	z-index:25;
	background-color:#FFFF66;
}
a.txtInfo span {
	white-space:normal;
	display: none;
}
a.txtInfo:hover span{
	display:block;
	position:absolute;
	top:2em;
	right:-6px;
	width:240px;
	padding:2px;
	border:1px solid #6F83A8;
	color:black; background:#F0F0F0;
	font-size:11px;
}
td div.info {
	background-color:#EFEFEF;
	font-size:12px;
	text-align:center;
}