﻿@import url(undohtml.css);

body 
{
    background-color: #F4F4F4;
    padding-top: 30px;
    padding-bottom: 10px;
}
dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,select,textarea
{
	color: #666;
	font-family: Arial;
	font-size: 12px;
}
a
{
    color: #000;
}
a:hover
{
    color: #666;
}
h1
{
    font-family: Candara, Arial;
    font-size: 30px;
    color: #000;
}
h2
{
    margin: 15px 0 10px 0;
    font-family: Candara, Arial;
    font-size: 16px;
    color: #000;
}
h5
{
    margin: 5px 5px 0 5px;
    font-size: 11px;
    font-weight: normal;
    color: #000;
}
li
{
    margin: 5px 0 5px 10px;
}

/*-----------GENERAL-----------------*/

.hidden
{
    display: none;
}

.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
    clear: both;
}

/*-----------OVERALL-----------------*/

#wrapper
{
    position: relative;
    width: 780px;
    margin: auto;
    background: #FFF url(../images/wrapper_bg.jpg) repeat-y;
}

/*-----------LANGUAGE-----------------*/

#language
{
    position: absolute;
    top: -15px;
    right: 0;
    height: 30px;
    padding: 0 10px;
}
#language a
{
    display: block;
    float: right;
    height: 25px;
    padding: 5px 10px 0 10px;
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #B5B5B5;
}
#language a:hover
{
    color: #666;
}
#language a.active
{
    color: #666;
}

/*-----------HEADER-----------------*/

#header
{
    height: 65px;
    padding: 10px 10px 0 10px;
    background: url(../images/header_bg.jpg) top no-repeat;
}
#header img
{
    float: left;
    margin-right: 30px;
}
#header h1
{
    padding-top: 30px;
    padding-left: 30px;
    font-family: Candara, Arial;
    font-size: 25px;
    color: #666;
}
#header .menu
{
    float: right;
    height: 31px;
}
#header .menu a
{
    display: block;
    float: left;
    height: 26px;
    padding: 5px 5px 0 5px;
    font-size: 11px;
    border-right: solid 1px #E1E1E1;
    color: #B5B5B5;
}
#header .menu a:hover
{
    color: #666;
}

/*-----------MENU-----------------*/

#menu
{
    height: 30px;
    margin: 0 10px;
    padding-left: 192px;
    background: #3F3F3F url(../images/menu_bg.jpg) top left no-repeat;
}
#menu a
{
    display: block;
    float: left;
    width: 105px;
    height: 20px;
    margin-right: 2px;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    color: #B2B2B2;
}
#menu a:hover
{
    padding-top: 6px;
    height: 24px;
    background-position: bottom;
    color: #FFF;
}
#menu a.active
{
    padding-top: 6px;
    height: 24px;
    background-position: bottom;
    color: #FFF;
}
#menu a.hosting
{
    background-image: url(../images/hosting.gif);
}
#menu a.kontakt
{
    background-image: url(../images/kontakt.gif);
}
#menu a.naslovnica
{
    background-image: url(../images/naslovnica.gif);
}
#menu a.proizvodi
{
    background-image: url(../images/proizvodi.gif);
}
#menu a.projekti
{
    background-image: url(../images/projekti.gif);
}
#menu a.reference
{
    background-image: url(../images/reference.gif);
}
#menu a.tvrtka
{
    background-image: url(../images/tvrtka.gif);
}
#menu a.usluge
{
    background-image: url(../images/usluge.gif);
}

/*-----------CONTENT-----------------*/

#content
{
    padding: 40px;
}
#content p
{
    padding: 10px 0;
    background: url(../images/p_bg.gif) bottom no-repeat;
}
#content br
{
    margin-bottom: 10px;
}
#content img.border
{
    border: solid 1px #3F3F3F;
}
#content img.left
{
    margin: 3px 5px 3px 0;
}
#content img.right
{
    margin: 3px 0 3px 5px;
}
#content p a
{
    text-decoration: underline;
}

#content a.unit
{
    display: block;
    width: 204px;
    height: 145px;
    margin: 10px;
    background-position: top;
    background-repeat: no-repeat;
}
#content a.web
{
    background: url(../images/web_bg.jpg) top no-repeat;
}
#content a.ing
{
    background: url(../images/ing_bg.jpg) bottom no-repeat;
}
#content a.rac
{
    background: url(../images/rac_bg.jpg) bottom no-repeat;
}

.address span
{
    display: block;
    margin-bottom: 5px;
}
.address label
{
    display: block;
    float: left;
    width: 80px;
    padding-right: 10px;
    text-align: left;
    color: #999;
    font-weight: bold;
}

.details
{
    float: right;
    width: 430px;
    height: 350px;
    padding: 10px;
    border: solid 1px #EAEAEA;
}
.box
{
    width: 190px;
    padding: 5px;
    border: solid 1px #EAEAEA;
}

table
{
    width: 100%;
}
th
{
    padding: 3px 5px;
    border-bottom: solid 2px #6DCF00;
    border-top: solid 2px #6DCF00;
    border-left: solid 1px #EAEAEA;
    border-right: solid 1px #EAEAEA;
    color: #3F3F3F;
    text-align: left;
}
td
{
    padding: 3px 5px;
    border: solid 1px #EAEAEA;
}
td img
{
    border: none !important;
}
    

/*-----------FOOTER-----------------*/

#footer
{
    padding: 0 10px;
    height: 30px;
    background: #F4F4F4 url(../images/footer_bg.jpg) top no-repeat;
}

#footer p
{
    padding-top: 8px;
    font-size: 11px;
    color: #999;
}

#footer .menu a
{
    display: block;
    float: left;
    height: 20px;
    padding: 10px 21px 0 20px;
    background: url(../images/footer_menu_bg.jpg) top repeat-x;
    border-right: solid 2px #E1E1E1;
    font-size: 10px;
    text-align: center;
    color: #AAA;
}
#footer .menu a:hover
{
    padding-right: 20px; /*da se kompenzira razlika u debljini crte*/
    background-position: bottom;
    border-right: solid 3px #3F3F3F;
    color: #FFF;
}
#footer .menu a.active
{
    padding-right: 20px; /*da se kompenzira razlika u debljini crte*/
    background-position: bottom;
    border-right: solid 3px #3F3F3F;
    color: #FFF;
}
