/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Kraj reseta*/
#page{
    width:960px;
    margin: 0 auto;
    font-family: "Calibri";
}
header{
    background-color: #a82008;
    padding-top: 20px;
}
#navigacija{
    width: 65%;
    display: inline-block;
    margin: 0 0 30px 30px;
    vertical-align: middle;
}
#navigacija a{
    display:inline-block;
    border:1px solid white;
    text-decoration: none;
	text-align:center;
	line-height:25px;
    color:white;
    text-transform: uppercase;
    width:90px;
	height:25px;
    margin-right:5px;
}
#navigacija a:hover{
	color:red;
	background:white;
}
#logo{
    width:30%;
    display: inline-block;
}
#logo img{
    margin-top: 10px;
}
.odjeljak{
    width: 98%;
    display: block;
    min-height:300px;
    padding-bottom: 20px;
    border-bottom: 1px solid grey;
    margin: 10px auto 0;
}
.odjeljak:last-child{
    border-bottom: none;
}
.odjeljak h2{
    font-size: 45px;
    font-family: Calibri;
    text-align: center;
    margin-top:15px;
    margin-bottom:20px;
}
#okompaniji img{
    float:left;
}
#okompaniji h2{
    width:50%;
    float:right;
}
#okompaniji p{
    width:50%;
    float:right;
    line-height:150%
}
#tim{
    padding-left: 20px;
}
#tim img{
    width:20%;
    margin-right: 2%;
    border: 1px solid grey;
    padding: 10px;
}
#klijenti ul{
    width:30%;
    display:inline-block;
	margin-left:17%;
}
#klijenti ul li{
    text-align:left;
    font-size: 30px;
    line-height: 150%;
	list-style:disc;
}

#usluge table{
    width:98%;
    margin:0 auto;
    border:1px solid black;
    font-size: 30px;
}
#usluge table tr{
    line-height: 200%;
}
#usluge table thead{
    background-color: #eeeeee;
}
#usluge table th{
    background-color: #eeeeee;
    border:1px solid black;
}
#usluge table td{
     border:1px solid black;
    text-align: center;
}
#kontakt div{
    width:48%;
    display:block;
    min-height: 400px;
}
.lijevi{
	float:left;}
.desni{
    float:right;
    background-color: #eeeeee;
	padding:10px;
}

label{
    width:100%;
    display: block;
}
input{
    width:70%;
    height: 30px;
    margin-bottom: 20px;
}

textarea{
    width:80%;
    height:90px;
}
input[type=submit],input[type=reset]{
 width:25%;
}
input[type=submit]:hover,input[type=reset]:hover{
	color:white;
	background: #a82008;
}
footer{
    background: #a82008;
    height:60px;
    padding-top:30px;
}

#footerlogo,#footernavigacija{
    display:inline-block;
    vertical-align: middle;
    height:60px;
}
#footerlogo{
    width:30%;
	margin-left:30px;
}
#footernavigacija{
    width:65%;
}
#footernavigacija a{
    display:inline-block;
    border:1px solid white;
    text-decoration: none;
	text-align:center;
	line-height:25px;
    color:white;
    text-transform: uppercase;
    width:90px;
	height:25px;
    margin-right:5px;
}
#footernavigacija a:hover{
	color:red;
	background:white;
}
.clear:after{
    content:"";
    display:block;
    visibility: hidden;
    clear:both;
}