/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Extended Style Sheet (front view)

version: 1.02
author: Frenk T. Sedmak Nahtigal
email: frenk.ten@3fs.si <frenk.ten@3fs.si>
website:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Front.php //delete when finished
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* WIDE BOX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#layout h3.front
{
    clear:none;
}
#boxwide_container
{
    width: 634px;
    float:left;
    padding-bottom: 19px;
}
#boxwide
{
    background: url(../img/body_top2.png) no-repeat;
    width: 634px;
    min-height: 230px;
    max-height: 230px;
    position: relative;
}
#boxwide span.more
{
	position: absolute;
    width: 100%;
    height: 15px;
    display: block;
	text-align: right;
    font-size: 12px;
    right: 20px;
    bottom: 3px;
    margin-top: 10px;
}
#boxwide_last
{
    background: url(../img/body_bottom.png) no-repeat;
    width: 634px;
    height: 12px;
}
/* NARROW BOX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Kludge: Holly hack --> fixed float bug in ie*/
/* Hides from IE5-mac \*/
* html #boxnarrow {height: 1%;}
/* End hide from IE5-mac */
#boxnarrow
{
    background: url(../img/body2_top2.png) no-repeat;
    width: 308px;
    min-height: 230px;
    float: right;
}
#boxnarrow blockquote
{
    margin: -10px 5px 0 5px;
    padding: 0 15px 0 15px;
}
#boxnarrow blockquote h5
{
    font-size: 18px;
    padding: 10px 0 10px 0;
    color: #edd3a4;
}
#boxnarrow blockquote p
{
    font-size: 14px;
    padding: 0;
}
#boxnarrow_last
{
    background: url(../img/body2_bottom.png) no-repeat;
    width: 308px;
    height: 12px;
    float: right;
}
/* BOTTOM BOX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#boxbottom
{
    background: url(../img/body3.png) no-repeat;
    width: 634px;
    height: 98px;
    padding: 0 0 59px 0;
    position: relative;
    clear: both;
}
#boxbottom dl
{
    float: left;
    margin: 10px 10px 0 15px;
    height: 77px;
    width: 77px;
    position: relative;
}
#boxbottom dl:hover dt
{
    visibility: visible;
}
#boxbottom dd a
{
    background: url(../img/thumb_bg_small.png) 5px 5px no-repeat;
    position: absolute;
    width: 77px;
    height: 77px;
    left: 0px;
    top: 0px;
}
#boxbottom dd img
{
    position: absolute;
    width: 63px;
    height: 63px;
    left: 7px;
    top: 7px;
}
#boxbottom dd a:hover
{
    position: absolute;
    width: 77px;
    height: 77px;
    background: url(../img/body3_thumb_bg.png) no-repeat;
}
#boxbottom dt
{
    visibility: hidden;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: 20px;
    width: 180px;
    height: 50px;
}
#boxbottom .h4
{
    padding: 0;
}
#boxbottom dt .sub
{
    padding: 0;
    font-weight:normal;
    color: #edd3a4;
    font-size: 12px;
    display: block;
    margin-top: 10px;
}
#firstGroup dt
{
    left: 416px;
}
#secondGroup dt
{
    left: 314px;
}
#thirdGroup dt
{
    left: 212px;
}
#fourthGroup dt
{
    left: 110px;
}

