/* CSS Document */

@import url(clear_float.css);
@import url(form_elements.css);

* { margin:0; padding:0; }

body {
background:#EFEFEF;
font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:black;
}

.clear_both {
clear:both;
height:0;
line-height:0;
}

/* ANCHORS
**************************************/
a:link,
a:active,
a:visited {
color:#0076B1;
text-decoration:none;
}
a:hover {
color:black;
text-decoration:underline;
}

h1 {
margin:0 0 20px 0;
padding:0 0 20px 0;
color:#8E7B34;
font-size:26px;
border:dashed #777;
border-width:0 0 1px 0;
}

/* HEADER / LOGO
**************************************/
.header_wrap {
position:relative;
margin:70px auto 0 auto;
padding:0;
width:800px;
background:white url(../img/header_bg.jpg) left bottom repeat-x;
border:solid #DDD;
border-width:1px 1px 0 1px;
}

.header_logo {
margin:0;
padding:10px 20px;
height:70px;
background: url(../img/header_left_bg.jpg) center bottom no-repeat;
}
* html .header_logo {
padding-top:10px;
padding-bottom:5px;
height:70px;
}
* html .header_logo img {
margin:0 0 -10px 0;
padding:0;
behavior: url(./css/iepngfix.htc);
width:242px;
height:80px;
}

.header_logo h1 {
margin:0;
padding:0;
position:absolute;
top:-100000px;
}

.headImg {
position:absolute;
top:-66px;
right:40px;
margin:0;
padding:0;
}

/* MAIN WRAP
**************************************/
.main_wrap {
margin:0 auto;
width:760px;
padding:20px 20px 10px 20px;
background:white;
border:solid #DDD;
border-width:0 1px 1px 1px;
}


h2 {
padding-bottom:10px;
font-size:20px;
color:#0076B1;
}

h3 {
clear:both;
margin-bottom:15px;
padding-bottom:10px;
font-size:16px;
color:#A7903D;
border-bottom:dashed 1px #DDD;
}

p {
padding-bottom:10px;
line-height:140%;
}

p img {
float:left;
margin-right:10px;
margin-bottom:20px;
}

ul {
margin-left:30px;
margin-bottom:20px;
}

/* HOMEPAGE INTRO
**************************************/
.homepage_intro {
border-bottom:solid 2px #999;
background:#FFF url(../img/fieldset_bg.jpg) bottom repeat-x;
margin-top:-10px;
margin-bottom:40px;
padding:20px;
}
.homepage_intro h2 {
color:#000;
font-weight:normal;
font-size:22px;
}
.homepage_intro h2 span {
font-size:16px;
color:#CC3366;
}


/* MODULI
**************************************/
div.moduli {
margin-top:10px;
}

p.cena {
line-height:150%;
font-size:14px;
color:#888;
}

p.cena span.cena {
color:#CC3366;
font-weight:bold;
}
p.cena span.cenaSit {
color:#000;
font-weight:normal;
font-size:13px;
}

p.cena span.opomba {
font-size:11px;
}


/* PREDSTAVITEV */
body.Predstavitev .img {
float:left;
width:202px;
}
body.Predstavitev .img img {
border:solid 1px #565656;
margin-bottom:5px;
}

body.Predstavitev .predstavitev_cont {
margin-left:222px;
}

ul.plusList {
margin:0 0 10px 0;
padding:0;
list-style:none;
}
ul.plusList li {
display:block;
padding-left:20px;
background:url(../img/icon_plus.png) left 3px no-repeat;
color:#CC3366;
margin-bottom:5px;
}
ul.plusList li span {
color:#000;
}


/* FOOTER
**************************************/
.footer {
background:#EFEFEF;
margin-top:50px;
padding:10px 20px;
border:solid #DDD;
border-width:1px 0 0 0;
}
.footer p {
padding:0;
line-height:180%;
text-align:center;
}

.footer a,
.footer a:visited {
color:black;
}
.footer a:hover {
text-decoration:underline;
}
