@charset "utf-8";
* {
    margin:0px;
    padding:0px;
    }
body {
    background-repeat: repeat-x;
    background-position: top;
    font: normal 12px/18px "Trebuchet MS";
    color: #000;
    }
#head,#search,#left,#footer, .traka, .traka-mini, #zatrazite-ponudu, #featured-references,
#portfolio-right, #pagination, #paginator, #categories{
    display: none
    }
.clear {
    clear:both;
    }
#bc {
    font-size: 12px;
    font-weight: bold;
}

.wrapper{
    width: auto;
    border: 0;
    margin: 0 10px;
    padding: 0;
    float: none !important;
    }
h1, h2, h3 , h4 , h5, h6 {
    padding: 25px 0px 5px;
    }
p {
    padding: 10px 0px;
    }
a:link, a:visited {
    color: #054;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
    }
#right a:link:after, #right a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
    color: #069;
    }
#right a[href^="/"]:after {
    content: " (http://www.logit.hr" attr(href) ") ";
    }
ul{
    padding-left: 20px
}
table{
    margin: 0;
    outline:0;
    border-collapse:collapse;
    border-spacing:0;
}
table th, table td{
    border: 1px solid #ccc;
    padding: 5px;
}
table th {
	background: #ccc;
}