@import "reset.css";

/* --- defaults --- */

html, body, table, th, td, ul, ol, li,
input, select, option, textarea {
	line-height: 18px;
}

body{
/*background: url(/img/bottom.gif) no-repeat left bottom #35312f;
	background-attachment: fixed;*/

	background: url(/img/bg.gif) repeat-x left top #F2F2F2;
	font-family: Georgia, serif;
}

h1, h2, h3, h4, h5, h6 {
	padding: 20px 0px 20px 0px;
	color: #FDC056;
}

h1 {
	margin: 0px 0px 0px 20px;
	font-size: 18px;
	color: #C1272D;
}


h2 {
	padding: 0px 0px 5px 0px;
	color: #c1272d;
	font-size: 14px;
}

h2 a {
	text-decoration: none;
	color: #786758;
	line-height: 16px;
}

h2 a:hover, h2 a.selected {
	color: #c38543;
}


h3{
	width: 175px;
	margin: 0px 0px 0px 12px;
	padding: 5px 0px 0px 0px;
	font-size: 14px;
	color: #c1272d;
	border-bottom: 1px solid #c1272d;
}

h3 a {
	text-decoration: none;
	color: #8c8976;
	line-height: 18px;
}

h3 a:hover, h3 a.selected {
	color: #dedcba;
}

input, option, textarea {
	padding: 3px;
}

table {
	border-collapse: collapse;
}

table th {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

table td{
	text-align: justify;
	padding-right: 5px;
	vertical-align: top;
}

form table {
	width: 100%;
}

form table th {
	text-align: right;
	width: 200px;
}

form table th, form table td {
	padding: 3px;
}

.invalid {
	color: red;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.spacer {
	clear: both;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

/* --- body --- */



.homeLogo {
	display: block;
	float: left;
	width : 165px;
	height: 45px;
}

div#container{
	width: 1024px;

	height: 403px;
	background: url(/img/header.gif) no-repeat left top;

	background-position: 165px 0px;
}

div#cContainer {
	width: 1124px;
	float: left;

	position: relative;
	left: 50px;

}

div#header{
	margin: 0px 0px 0px 300px;
	height: 62px;
	width: 498px;
}

div#hMenu {
	float: left;
	margin:82px 0px 0px 200px; /* TRBL */

	height:25px;
	width: 615px;

	position: relative;
	left: 50px;
	/*text-align: center;*/
}

div#hMenu a {
	padding: 3px 0px 0px 0px;
	font-size: 12px;
	float:left;
	display: block;
	height: 22px;
	width: 101px;
	text-align: center;
	color: #c1272d;
	background: url(/img/gumb.gif) no-repeat left top;
	text-decoration: none;
}

div#hMenu a.selected, div#hMenu a:hover {
	color: white;
	background: url(/img/gumb_on.gif) no-repeat left top;
}

div#content {
	margin: 0px 0px 0px 200px;
	/*padding: 15px 10px 15px 15px;
	font-size: 12px;
	text-align: justify;*/
	padding: 15px;

	float: left;
	background: white;
	width: 575px;
}

div.row {
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #CECECE;
	margin: 0px 20px 20px 20px;
}

div.art {
	float: left;
	width: 105px;
	font-size: 11px;
	color: #808080;
	padding: 0px 5px 0px 0px;
}

div.art img {
	margin: 0px 0px 5px 0px;
	display:block;
}

div#obvestila, div#pomoc, div#vprasanja {
	padding: 0px 0px 5px 17px;
	height: 15px;
}

div#obvestila {
	background: url(/img/obvestila.gif) no-repeat left top;
}

div#pomoc{
	background: url(/img/pomoc.gif) no-repeat left top;
}

div#vprasanja{
	background: url(/img/vprasanja.gif) no-repeat left top;
}

div#hLeft {
	float: left;
	height:204px;
	width:201px;
	margin: 0px 0px 0px 0px;
	background: url(/img/menu_bg.gif) no-repeat left top;
}

div#hRight {
	float:left;
	height: 228px;
	width: 324px;
	background: url(/img/hRight.gif) no-repeat left top;
}

div#text {
	float: left;
	width: 350px;
	text-align:justify;
	color: #e0e0df;
	font-size: 12px;
}

div#cMenuMain {
	padding: 30px 0px 0px 0px;
}

div.cMenuSub {
	display:block;
	float: left;
	margin: 0px 15px 0px 0px;
}

div#thumb {
float:left;
margin:0px 17px 7px 0px;
}

div#footerLeft {
	float: left;
	color: #808080;
	font-size: 10px;
	margin: 0px 0px 10px 20px;
}

div#footerLeft a {
	color: #808080;
	font-size: 10px;
	text-decoration: none;
}

div#footerRight {
	margin: 0px 0px 0px 30px;
	text-align: justify;
	float: left;
	color: #808080;
	font-size: 10px;
	width: 450px;
}

div#clear {
	clear: both;
}

div#footerBelow {
	float: right;
	padding: 10px 0px 0px 20px;
	/*background: white;*/
	width: 604px;
	/*width: 450px;*/
	color: #808080;
	font-size: 10px;
	text-decoration: none;
}

div#footerBelow a {
	color: #808080;
	text-decoration: none;
}

div#footerBelow a:hover{
	color: #232323;
}

div#footer a:hover {
	color: #c38543;
}

span#slika_levo {

	background: url(/img/image_right.gif) no-repeat left top #F2F2F2;

	float: left;

	width: 180px;
	height: 252px;

	position:absolute;
	/*left:10px;*/
	/*left:870px;*/

	left:930px;

	top:450px;
}


div#menu {
	color: #808080;
	background: url(/img/topMenu.gif) no-repeat left top #fff;
	float: left;
	width: 210px;
	/*margin: 191px 0px 0px 10px;*/
	position: absolute;

	/*left:810px;*/
	left:-20px;
	/*top:107px;*/
	top:191px;
}

div#menu a {
	width: 175px;
	font-size: 12px;
	line-height: 19px;
	text-decoration: none;
	color: #808080;
	background: url(/img/dots.gif) repeat-x left bottom;
	display: block;
	margin: 0px 0px 0px 15px;
	padding: 7px 0px 5px 0px;
}
