body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color: #666666;
	font-size: 11px;
	text-align: left;
}
h1 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	display: block;
	width: 733px;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-weight: bold;
	font-size: 15px;
	color: #0070af;
	text-align: left;
	background: url(../images/line-title.gif) no-repeat bottom right;
}
h1.long {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	display: block;
	width: 948px;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-weight: bold;
	font-size: 15px;
	color: #0070af;
	text-align: left;
	background: url(../images/line-title-long.gif) no-repeat bottom;
}
h2 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	color: #0070af;
	text-align: left;
}
h3 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	display: block;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #0070af;
	text-align: left;
}
h4 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	display: block;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	text-align: left;
}
p {
	margin: 0px;
	padding: 0px;
}


/************ Standard tags ************/


/************ Positioning Classes ************/
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.clearLeft {
	clear: left;
	line-height: 0px;
}
.clearRight {
	clear: right;
	line-height: 0px;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.posCenter {
	margin: 0 auto;
	padding: 0;
}
.VAtop {
	vertical-align: top;
}
.VAmiddle {
	vertical-align: middle;
}
.VAbottom {
	vertical-align: bottom;
}

.floatLeft{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
.floatRight{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
}
.block{
	display: block;
}
.inner {
	float: left;
	overflow: hidden;
}
.Mt-4 {
	margin-top: 4px;
}
.Rpad-24{
	padding-right: 24px;
}

/************ Color Styles ************/
.white{
	color: #ffffff;
}
.black{
	color: #000000;
}
.blue{
	color: #0070af;
}
.lightBlue{
	color: #9396e0;
}
.red{
	color: #ed1b2e;
}
.gray{
	color: #666666;
}
.lightGray{
	color: #f8f8f6;
}
.darkGray{
	color: #b7b9bb;
}
.field_req{
	color: #ed1b2e;
}
.error_normal{
	color: #ff0000;
}


/************ Font Styles ************/
.line_through {
	text-decoration: line-through;
}
.remark {
	font-size: 90%;
}
.timestamp {
	font-size: 90%;
}

/************ List Styles ************/
ol {
	list-style-position: outside;
	margin: 0 0 2px 15px;
	padding: 0;
}
ul {
	list-style: square outside;
	margin: 0 0 2px 15px;
	padding: 0;
}


/************ Link Styles ************/
a:link, a:visited {
	color: #0070af;
	text-decoration: underline;
	font-weight: inherit;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: inherit;
}

a.bold:link, a.bold:visited {
	color: #0070af;
	text-decoration: underline;
	font-weight: bold;
}
a.bold:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

a.nounder:link, a.nounder:visited {
	color: #0070af;
	text-decoration: none;
	font-weight: inherit;
}
a.nounder:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: inherit;
}

#footer a:link, #footer a:visited {
	color: #0070af;
	text-decoration: none;
	font-weight: inherit;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: inherit;
}


/************ Image Styles ************/
.clearref {
    clear: both;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    height: 7px;
    font-size: 0px;
}
img.reference{
	display: inline;
	float:left;
	width:139px;
	height:104px;
	margin:0 7px 0 0;
	padding:0;
	vertical-align: bottom;
	border: 1px solid #b7b9bb;
}
img.reference_last{
	display: inline;
	float:left;
	width:139px;
	height:104px;
	margin:0;
	padding:0;
	vertical-align: bottom;
	border: 1px solid #b7b9bb;
}
img {
	border: 0;
	outline: 0;
}
img.grayBorder {
	border: 1px solid #b7b9bb;
	vertical-align: bottom;
}
img.hasBorder {
	border: 2px solid #ffffff;
	vertical-align: bottom;
}
.img-caption {
	font-size: 10px;
	font-style: italic;
}
img.mainpageimg {
	float: left;
	margin: 0px 10px 0 0;
	padding: 0;
	border: 2px solid #ffffff;
}

/************ Table Styles ************/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
table.centered{
	margin: 0 auto;
}
td {
	margin: 0px;
	padding: 2px;
}
td.noborder {
	border: 0px;
}
td.VAtop {
	vertical-align: top;
}
table.hasborder{
	border: 1px solid #b7b9bb;
}
table.hasborder td {
	border: 1px solid #b7b9bb;
}
table.hasborder td.noborder {
	border: 0px;
}
table.hasborder_tCenter{
	border: 1px solid #b7b9bb;
	text-align: center;
}
table.hasborder_tCenter td {
	border: 1px solid #b7b9bb;
}
table.hasborder_tLeft{
	border: 1px solid #b7b9bb;
	text-align: left;
}
table.hasborder_tLeft td {
	border: 1px solid #b7b9bb;
}
thead {
	background-color: #0070af;
	color: #ffffff;
}
tr.lightbkground {
	background-color: #ffffff;
}
tr.darkbkground {
	background-color: #000000;
}
#podatki {
	width:350px;
}

/************ Layout ************/
#container {
	width: 990px;
	background-color: #ffffff;
	margin: 10px auto 20px auto;
	padding: 0;
}

#header {
	display: block;
	width: 990px;
	margin: 0 0 5px 0;
	padding: 0;
	/*background-color: red;*/
}
	#header-top {
		display: block;
		width: 990px;
		height: 29px;
		margin: 0;
		padding: 1px 0 0 0;
		color: #0070af;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		background: transparent url(../images/header-top.gif) no-repeat;
		/*background-color: blue;*/
	}
	#header-img {
		display: block;
		width: 990px;
		height: 180px;
		margin: 0;
		padding: 0;
		background: transparent url(../images/header-img.jpg) no-repeat;
		/*background-color: green;*/
	}
	#header-bot {
		display: block;
		width: 990px;
		height: 29px;
		margin: 0;
		padding: 1px 0 0 0;
		color: #ffffff;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		background: transparent url(../images/header-bot.gif) no-repeat;
		/*background-color: yellow;*/
	}

#menu {
	display: block;
	width: 990px;
	margin: 0 0 5px 0;
	padding: 0;
	/*background-color: lightgreen;*/
}
	a.menubtn-left:link, a.menubtn-left:visited {
		display: inline;
		float: left;
		width: 132px;
		height: 40px;
		margin: 0 11px 0 0;
		padding: 0;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		line-height: 40px;
		background: url(../images/menubtn-left.gif) no-repeat;
		/*background-color: sienna;*/
	}
	a.menubtn-left:hover {
		color: #f8f8f6;
	}
	a.menubtn-left-2:link, a.menubtn-left-2:visited {
		display: inline;
		float: left;
		width: 132px;
		height: 30px;
		margin: 0 11px 0 0;
		padding: 5px 0;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		line-height: 15px;
		background: url(../images/menubtn-left.gif) no-repeat;
		/*background-color: sienna;*/
	}
	a.menubtn-left-2:hover {
		color: #f8f8f6;
	}
	a.menubtn:link, a.menubtn:visited {
		display: inline;
		float: left;
		width: 132px;
		height: 40px;
		margin: 0 11px 0 0;
		padding: 0;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		line-height: 40px;
		background: url(../images/menubtn.gif) no-repeat;
		/*background-color: sienna;*/
	}
	a.menubtn:hover {
		color: #f8f8f6;
	}
	a.menubtn-2:link, a.menubtn-2:visited {
		display: inline;
		float: left;
		width: 132px;
		height: 30px;
		margin: 0 11px 0 0;
		padding: 5px 0;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		line-height: 15px;
		background: url(../images/menubtn.gif) no-repeat;
		/*background-color: sienna;*/
	}
	a.menubtn-2:hover {
		color: #f8f8f6;
	}
	a.menubtn-red:link, a.menubtn-red:visited {
		display: inline;
		float: left;
		width: 132px;
		height: 40px;
		margin: 0 11px 0 0;
		padding: 0;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		line-height: 40px;
		background: url(../images/menubtn-red.gif) no-repeat;
		/*background-color: sienna;*/
	}
	a.menubtn-red:hover {
		color: #0070af;
	}
	a.menubtn-right:link, a.menubtn-right:visited {
		display: inline;
		float: left;
		width: 132px;
		height: 40px;
		margin: 0;
		padding: 0;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		line-height: 40px;
		background: url(../images/menubtn-right.gif) no-repeat;
		/*background-color: sienna;*/
	}
	a.menubtn-right:hover {
		color: #f8f8f6;
	}
	a.menubtn-right-2:link, a.menubtn-right-2:visited {
		display: inline;
		float: left;
		width: 132px;
		height: 30px;
		margin: 0;
		padding: 5px 0;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		line-height: 15px;
		background: url(../images/menubtn-right.gif) no-repeat;
		/*background-color: sienna;*/
	}
	a.menubtn-right-2:hover {
		color: #f8f8f6;
	}

#main {
	display: block;
	width: 990px;
	margin: 0 0 5px 0;
	padding: 0;
	/*background-color: pink;*/
}
	#main-top {
		display: block;
		width: 990px;
		height: 4px;
		margin: 0;
		padding: 0;
		background: url(../images/main-top.gif) no-repeat;
		/*background-color: blue;*/
		line-height: 0;
		font-size: 0;
	}
	#main-content {
		display: block;
		width: 988px;
		margin: 0;
		padding: 20px 0 20px 0;
		border-left: 1px solid #b7b9bb;
		border-right: 1px solid #b7b9bb;
		background-color: #f8f8f6;
	}
		#menu-left {
			display: inline;
			float: left;
			width: 215px;
			margin: 0;
			padding: 0;
			background-color: #b7b9bb;
		}
		#main-content-text {
			display: inline;
			float: left;
			width: 733px;
			margin: 0;
			padding: 0 20px;
			/*background-color: red;*/
			text-align: justify;
		}
		#main-content-text-wide {
			display: inline;
			float: left;
			width: 948px;
			margin: 0;
			padding: 0 20px;
			/*background-color: red;*/
			text-align: justify;
		}
	#main-bot {
		display: block;
		width: 990px;
		height: 4px;
		margin: 0;
		padding: 0;
		background: url(../images/main-bot.gif) no-repeat;
		/*background-color: blue;*/
		line-height: 0;
		font-size: 0;
	}

#footer {
	display: block;
	width: 990px;
	margin: 0 0 5px 0;
	padding: 0;
	/*background-color: red;*/
}
	#footer-top {
		display: block;
		width: 990px;
		height: 27px;
		margin: 0;
		padding: 3px 0 0 0;
		color: #0070af;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		background: url(../images/footer-top.gif) no-repeat;
		/*background-color: blue;*/
	}
	#footer-img {
		display: block;
		width: 990px;
		height: 130px;
		margin: 0;
		padding: 0;
		background: url(../images/footer-img.jpg) no-repeat;
		/*background-color: green;*/
	}
	#footer-bot {
		display: block;
		width: 990px;
		height: 48px;
		margin: 0;
		padding: 2px 0 0 0;
		color: #666666;
		font-size: 10px;
		text-align: center;
		line-height: 14px;
		background: url(../images/footer-bot.gif) no-repeat top;
		/*background-color: yellow;*/
	}


/************ Forms ************/
