@charset "utf-8";
/* CSS Document */
/* Default CSS for all browsers */

* {
margin: 0px; padding: 0px;
}

body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 1.5em;
color:#333d4c;
background-image:url(/images/bg_pattern.gif);
background-color:#667b99;
}

div.clear {
height: 0px;
overflow: hidden;
clear: both;
}

a:link, a:visited, a:active {
color:#c64521;
text-decoration: underline;
outline:none;
}

a:active {
outline:none;
}

a:hover {
color: #c64521;
text-decoration: underline;
background-color:#c4cee2;
}

/* --------------------------- */

#container {
width:989px;
margin: 0 auto;
}

#header {
width:869px;
height:204px;
padding: 45px 60px 0 60px;
background-image:url(/images/bg_header.png);
background-repeat:no-repeat;
}

#logo {
float:left;
width:226px;
height:94px;
padding: 34px 0 14px 39px;
}

#header_img {
float:right;
width:435px;
height:142px;
}

#content {
width:791px;
padding: 25px 99px;
background-image:url(/images/bg_content.png);
background-repeat:repeat-y;
}

#column_left {
	width:432px;
	float:left;
	padding-right:39px;
}

#tablica {
	font-size:11px;
	width: 432px;
	margin:15px 0 20px 0;
	background-color:#CCC;
}

#tablica td{
padding:5px 10px;
}

.tablica_header {
	background-color:#afbbd2;
	height:45px;
}

.fotografija {
	width: 412px;
	height: 245px;
	padding: 10px 10px 20px 10px;
	background:#FFF;
	margin: 15px 0 15px 0;
	background-image:url(/images/bg_fotografija_shadow.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#fotografija_trenutno {
	width: 260px;
	height: 165px;
	padding: 10px 10px 15px 10px;
	background:#FFF;
	margin: 15px 0 39px 0;
	background-image:url(/images/bg_fotografija_trenutno_shadow.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#galerija_trenutno {
	width: 280px;
	margin: 20px 0 39px 0;
}

#galerija_reference {
	margin: 20px 0 0 0;
}

.galerija_prostori {
	width: 280px;
	margin: 20px 0 15px 0;
}

.galerija_vozila {
	width: 280px;
	margin: 0 0 0 0;
}

.galerija_instrumenti {
	width: 432px;
	margin: 15px 0;
}

.galerija_trenutno_thumb {
float: left;
width: 76px;
height: 76px;
background-color:#FFF;
border: 1px solid #c64622;
padding:5px;
margin: 0 8px 8px 0;
}

.galerija_trenutno_link {
width: 76px;
height: 76px;
cursor:pointer;
}

.certifikat_box {
	margin-top: 15px;
	width: 195px;
	background-image:url(/images/iso.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:85px;
	text-align: left;
}

#column_right {
	width:281px;
	float:left;
	padding-left:39px;
}

#footer {
width:989px;
padding-top: 40px;
height:213px;
background-image:url(/images/bg_footer.png);
background-repeat:no-repeat;
text-align: center;
color:#6c7483;
line-height:2em;
}

#footer a:hover {
	background-color:#2b3441;
}

#navig {
	float:left;
	width:840px;
	padding: 0px 0 15px 29px;
	background-repeat:repeat-x;
}

#column_left li {
display:inline;
list-style-type:none;
}

#lista_linkova li {
display:block;
list-style-type:none;
padding:3px 0;
}

#column_left ul {
padding-bottom:15px;
}

h1 {font-size: 30px; line-height:1.4em; font-weight: normal; color:#333d4c; padding:0 0 15px 0;}
h2 {font-size: 22px; line-height:1.4em; font-weight: normal; padding: 20px 0 5px 0; color:#333d4c;}
h3 {font-size: 13px; font-weight: bold; margin: 10px 0 -10px 0;}
h4 {font-size: 14px; font-weight: bold; padding-top: 10px;}
p {padding: 15px 0; text-align:justify;}
span {color:#667b99; display:block; margin-top:5px; font-size:11px;}
form {background-color:#f3f6fa;margin-top: 15px; padding:15px 15px 15px 15px;}
label {display:block;padding:0 0 5px 0;color:#667b99;}
input, textarea {display:block;margin-bottom:15px;border: 1px solid #ccd5e6;padding: 10px 15px; background-color:#e9eef6;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; width: 220px;color:#667b99;}
.submit {color:#c64521;width: 250px; margin:0;padding:5px;}
.error {color:#c64521; margin: -5px 0 15px 0; text-decoration:blink;}
