/* project: internet market
   design: luka cvrk (www.solucija.com) 
   framework: Concept Nova (www.conceptnova.com) */
   
body { 
    padding: 0; 
    margin: 0; 
    font: 0.7em Verdana, Arial, Helvetica, Sans-serif; 
    line-height: 1.5em; 
    background: #F0F0F0; 
    color: #000; 
}
a { 
    color: #0E4D8B; 
    text-decoration: none; 
    border-bottom: 1px solid #000; 
    background: inherit; 
}
a:hover { 
    color: #000; 
    text-decoration: none; 
    /*border-bottom: 1px solid #000; */
    background: inherit;
}
a.title { 
    color: #B41A1A; 
    background: #FFF;
}
h1 { 
    font: bold 2em Verdana, Arial, Helvetica, Sans-serif; 
    letter-spacing: -1px; 
    padding: 16px 0 0 8px; 
    margin: 0; 
}
h2 { 
    margin: 0; 
    padding: 0; 
    font: normal 1.6em Verdana, Arial, Helvetica, Sans-serif; 
    letter-spacing: -1px; 
}
h1 a { 
    color: #FFF; 
    background: inherit; 
}
h1 a, h2 a { 
    text-decoration: none; 
}
h1 a:hover, h2 a:hover { 
    color: #BFE1ED; 
    background: inherit; 
}
h3 { 
    font: 90% Verdana, Arial, Helvetica, Sans-serif; 
    margin: 0 0 10px 0; 
    padding: 0; 
    color: #5f5f5f; 
    background: #FFF; 
}
p {    
    margin: 0 0 0px 0; 
    line-height: 1.5em; 
}
form { 
    margin: 0; 
}
input.search { 
    width: 199px; 
    border: none; 
    background: #FFF url(../images/input.gif); 
    padding: 4px; 
    color: #808080; 
}
input.submit { 
    height: 24px; 
    font-weight: bold; 
    width: 53px; 
    border: none; 
    background: #D96855 url(../images/button.gif); 
    padding: 3px; 
    color: #FFF; 
}

/* layout
   ------ */
#bigbox {
	margin: 0 auto 0 auto;
	width: 1000px;
}

.content {
	float: left; 
	margin: 10px 0 0 3px;
    width: 768px;
    background: url(../images/big_middle.gif) repeat-y;
    color: #454545;
    
}

.logo {    padding: 18px 0 0 3px; }

/* header */
.header_top { 
    background: #FEFEFE url(../images/big_top.gif) no-repeat; 
    color: #FFF; 
    height: 15px; 
}
.header { 
    padding: 0px 10px 0 10px; 
}
.header_bottom { 
    clear: both; 
    background: #FEFEFE url(../images/big_bottom.gif) no-repeat; 
    color: #FFF; 
    height: 15px; 
}
    
/* navigation */
#leftmenu {
	float: left;
	width: 200px;
	margin: 10px 0 0 0;
}

#nav { 
    width:100%; 
    float:left;
	/*border-bottom: 4px solid #1995c2;*/
}
#nav ul { 
    margin:0; 
    list-style:none; 
    padding: 0; 
}
#nav li { 
    float: right;
	width: 100%; 
    color: #FFF; 
    background: #C43219 /*url(nav.gif) no-repeat 0px 0px*/; 
    margin:0; 
    padding:0 0 0 9px; 
}

#nav ul ul { 
    margin:0; 
    list-style:none; 
    padding: 0; 
}

#nav li li { 
    float: right;
	width: 90%; 
    color: #FFF; 
    background: #C43219 /*url(nav.gif) no-repeat 0px 0px*/; 
    margin:0; 
    padding:0; 
}

#nav a, #nav strong, #nav span { 
    float: right; 
    display:block; 
    color:#fff; 
    padding: 7px 20px 4px 10px; 
    background: #C43219 /*url(../images/nav.gif) no-repeat 100% 0px*/;
    text-decoration:none; 
    font-weight: bold; 
}
#nav a { 
    float:none;
	border-bottom: none; 
}

#nav .current { 
    background: #1995C2 /*url(../images/nav.gif) no-repeat 0 -41px*/; 
    color: #FFF; 
}
#nav .current a { 
    background: #1995C2 /*url(../images/nav.gif) no-repeat 100% -41px*/; 
    /*padding:7px 20px 4px 11px;*/ 
    color:#FFF; 
}
#nav .current a:hover { 
    background: #FFF /*url(../images/nav.gif) no-repeat 100% -41px*/; 
    /*padding:7px 20px 4px 11px;*/ 
    color:#000; 
}
#nav a:hover { 
    color:#000; 
    background: #FFF /*url(../images/nav.gif) no-repeat 100% 0px*/; 
}   


/*#nav_under {
	margin-top: 10px;
    width:100%; 
    float:left;
	border-bottom: 4px solid #1995c2;
}
#nav_under ul { 
    margin:0; 
    list-style:none; 
    padding: 0; 
}
#nav_under a, #nav_under strong, #nav_under span { 
    float: right; 
    display:block; 
    color:#fff; 
    padding: 7px 20px 4px 10px; 
    background: #C43219 url(../images/nav.gif) no-repeat 100% 0px; 
    text-decoration:none; 
    font-weight: bold; 
}
#nav_under a { 
    float:none;
	border-bottom: none; 
}
#nav_under li { 
    float: right;
	width: 100%; 
    color: #FFF; 
    background: #C43219 url(nav.gif) no-repeat 0px 0px; 
    margin:0; 
    padding:0 0 0 9px; 
}
#nav_under .current { 
    background: #1995C2 url(../images/nav.gif) no-repeat 0 -41px; 
    color: #FFF; 
}
#nav_under .current a { 
    background: #1995C2 url(../images/nav.gif) no-repeat 100% -41px; 
    padding:7px 20px 4px 11px; 
    color:#FFF; 
}
#nav_under .current a:hover { 
    background: #FFF url(../images/nav.gif) no-repeat 100% -41px; 
    padding:7px 20px 4px 11px; 
    color:#000; 
}
#nav_under a:hover { 
    color:#000; 
    background: #FFF url(../images/nav.gif) no-repeat 100% 0px; 
}*/


.sf_left {
    float: left;
    width: 740px;
    height: 77px;
    background: #5BB2D1 url(../images/logobg.gif) repeat-x; 
    color: #FFF;
    border-top: 1px solid #137DA2;
    border-bottom: 1px solid #000;
    padding: 10px 0 0px 7px;
}

.sf_right {
    width: 750px;
    float: left;
}

.sf_search {
    clear: both;
    /*height: 146px;
    color: #FFE4E0;
    border-top: 1px solid #AA1717;
    border-bottom: 1px solid #000;*/
    padding: 0px;
    margin: 0px;
}
    
.subheader {
    padding: 8px;
    background: #f0f0f0;
    color: #808080;
}

/* left side
   --------- */

.left_logga {
    width: 76px;
    height: 82px;
    margin: 5px auto 5px auto;
    padding: 0px;
}
.left {
    float: left;
    width: 560px;

    margin: 0 0 10px 0;
}

.box_top {
    background: #F0F0F0 url(../images/leftbox_top.gif) no-repeat;
    color: #808080;
    height: 40px;
    width: 159px;
}
    
.box_top h2 {
    color: #808080;
    background: inherit;
    padding: 7px 0 0 5px;
    margin: 0;
}
    
.box {
    border-left: 2px solid #F0F0F0;
    border-right: 2px solid #F0F0F0;
    padding: 0 4px 0 7px;
    margin: 0;
    width: 144px;
    color: #595959;
    background: #FFF;
}

.box ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.box li {
    list-style: none;
    margin: 0px;
    padding: 3px 0px 1px 0px;
}
    
.box_bottom {
    background: #FFF url(../images/leftbox_bottom.gif) no-repeat;
    color: #000;
    height: 13px;
    width: 160px;
    margin: 0 0 7px 0;
}
    
/* left and central column */
.left_side { 
    float: left; 
    width: 159px; 
    padding: 0px 5px 8px 8px; 
}
.right_side { 
    float: left; 
    width: 500px; 
    margin: 5px 0 0 15px;
    text-align: justify; 
}
.article { 
    background: #FFF /*url(../images/article_bg2.jpg) no-repeat*/;
	min-height: 350px;
	height: auto !important;
	height: 350px;
    padding: 0 5px 5px 0; 
    margin-bottom: 20px; 
}
.grey_top { 
    clear: both; 
    width: 382px; 
    background: #EDEDED url(../images/grey_top.gif) no-repeat; 
    color: #000; 
    height: 5px; 
    padding: 0; 
    margin: 0px 0 0 6px; 
}
.grey { 
    width: 362px; 
    margin: 0 0 0 6px; 
    padding: 10px; 
    background: #EDEDED url(../images/grey_bottom.gif) no-repeat bottom left; 
    color: #808080;    
}
.grey a {
    color: #C83C3C;
    background: inherit;
    font-weight: bold;
}
.grey a:hover {
    color: #000;
    background: #EDEDED;
}
.highlight {
    padding: 5px 3px 5px 3px;
    margin: 0 0 3px 0;
    border-bottom: 1px solid #ccc;
}
    
        
/* right side
   ---------- */
        
.right { 
    float: right; 
    width: 170px; 
    margin: 0 0 10px 0;
}
img { 
    float: left; 
    margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
    clear: both; 
    text-align: center;
    color: #808080;
    background: #f0f0f0;
    padding: 10px 0 5px 0;
    border-top: 1px solid #eee;
}
.footer p {    
    line-height: 2em; 
}
.footer a {    
    color: #4F4F4F; 
    background: #f0f0f0; 
    border-bottom: 1px solid #808080; 
    text-decoration: none; 
} 