/* Layout */

* {
	margin: 0;
}

html, body {
	background-image:url(../images/layout/background.png);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#3d3d3d;
}

#container {
	background-image:url(../images/layout/main.jpg);
	background-repeat:repeat-y;
	width:933px;
	min-height:100%;
	height: 100%;
	height: auto !important;
	margin: 0 auto -202px;
}

#header-slider {
	background-image:url(../images/layout/header.jpg);
	background-repeat:no-repeat;
	width:933px;
	height:575px;
}

#header{
	background-image:url(../images/layout/header.jpg);
	background-repeat:no-repeat;
	width:933px;
	height:285px;
}

.meni-crta {
	background-image:url(../images/layout/meni-crta.jpg);
	background-repeat:no-repeat;
	width: 901px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 12px 0 0 40px;
	margin: 0 1px 0 1px;
}

.meni-kazalka {
	background-image:url(../images/layout/meni-kazalka.jpg);
	background-repeat:no-repeat;
	width:18px;
	height:9px;
}

.wrapper {
	width: 873px;
	padding: 0 30px 0 30px;
}

#content {
	width:873px;
	overflow: auto;
	min-height: 150px;
	padding: 0px 30px 202px 30px;
}

#content-sidebar {
	width:592px;
	float:left;
	padding: 0px 20px 0px 0px;
}

#sidebar {
	background-image:url(../images/layout/sidebar-line.jpg);
	background-repeat:repeat-y;
	width: 230px;
	min-height: 350px;
	height: 100%;
	float: right;
	padding: 0 0 0 30px;
}

#footer-wrapper {
	background-color: #FFF;
	width: 873px;
	margin: 0 auto;
	padding-top: 20px;
	height: 190px;
	padding-right: 30px;
	padding-left: 30px;
}

#footer {
	background-image:url(../images/layout/background-footer.png);
	background-repeat:repeat;
	position:relative;
	width: 100%;
	margin-bottom: -202px;
	height: 250px;
	clear: both;
}

.box-footer-kontakt {
	width: 180px;
	height: 160px;
	float:left;
	padding-top: 20px;
}


/*///////// text stili ////////*/

h1 {
	text-indent: -9000px;	
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#336699;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#38a133;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#336699;
	margin-top: 15px;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#3d3d3d;
}

.text-lastnosti {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#336699;
	font-weight:bold;
}

ul.circle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3d3d3d;
	line-height: 18px;
	list-style-type: disc;
	padding-left: 30px;
}

.crta {
	background-image:url(../images/layout/crta.jpg);
	height: 8px;
}

.crta-crtkana {
	background-image: url(../images/layout/ctra-crtkana.jpg);
	background-repeat:no-repeat;
	width:593px;
	height:16px;
	margin-top: 105px;
}

.telefon {
	background-image:url(../images/layout/telefon.jpg);
	background-repeat:no-repeat;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color:#336699;
	padding-left:36px;
	padding-top: 5px;
	margin-left: 110px;
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}

.slika {
	width:200px;
    height:118px;
    padding:3px;
    border:2px solid #d9d9d9;
    background-color:#fff;
	float:left;
	margin-right: 10px;
}

/* //// Tabela ////*/

#tabela td {
    background: none repeat scroll 0 0 #f1f1f1;
    border-bottom: 0,5px solid #FFFFFF;
    padding: 6px;
}

#tabela tbody tr:hover td{
	background: none repeat scroll 0 0 #e8e8e8;
}

/************** Kontakt Form **************/	
	
.errors {
	font-family:Arial, Helvetica, sans-serif;
    color:#af1010;
    font-size:10px;
}

.checkbox {
	padding:0px;
	margin-right: 7px;
}
.input	 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d3d3d;
}

