/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Layout Style Sheet

version: 1.03
author: Frenk T. Sedmak Nahtigal
email: frenk.ten@3fs.si <frenk.ten@3fs.si>
website:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* UNIVERSAL and BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
*
{
    padding: 0;
    margin: 0;
    border: none;
}
html
{
    overflow: -moz-scrollbars-vertical !important;
    height: 100%; /*KLUDGE: StickyFooter */
}
::-moz-selection
{
	background: #ffffff;
	color:#000;
}
a:link, a:visited
{
    color: #edd3a4;
}
body
{
    background: url(../img/main_bg.png);
    font-family: 'Trebuchet MS', trebuchet, sans-serif;
    height: 100%; /*KLUDGE: StickyFooter */
}
.h
{
	display: none;
}
/* CONTAINERS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Wrapper
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
* html #wrapper /*KLUDGE: StickyFooter */
{
    height: 100%;
}
#wrapper
{
    background: url(../img/logo_bg.png) 0 40px repeat-x;
    min-width: 960px;
    min-height: 100%; /* /*KLUDGE: StickyFooter */
    position: relative;
}
/* Layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#language {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #241506;
}

#language a {
    color: #241506;
    text-decoration: none;
}

#language .selected {
    font-weight: bold;
}

#layout
{
    color: #edd3a4;
    width: 960px;
    margin: 0 auto;
}
#layout p
{
    font-size: 12px;
    padding: 15px 20px 10px 20px;
}
#layout h3
{
    color: #fef5e5;
    padding: 15px 10px 15px 20px;
    font-size: 20px;
    clear: left;
}
#layout h3 + p
{
    padding: 0 10px 15px 20px;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}
#layout span.subtitle
{
    font-weight: normal;
    margin-top: -17px;
    color: #edd3a4;
    font-size: 13px;
    padding: 0;
    display: block;
}
#layout a.img
{
    background: url(../img/image_trans_front.png) no-repeat;
    float: left;
    margin: 15px 20px 5px 20px;
    width: 291px;
    height: 208px;
}
#layout a.img img
{
    float: left;
    margin: 2px 0 0 2px;
    width: 287px;
    height: 204px;
}
/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header
{
    width: 960px;
    height: 255px; 
    position: relative;
    margin-bottom: 60px;
}
#header h1
{
    position: absolute;
    left: 0;
    top: 40px;
}
#header h1 a
{
    display: block;
    width: 158px;
    height: 215px;
    text-indent: -999px;
    overflow: hidden;
    text-decoration: none;
    background: url(../img/logo.png) no-repeat;
}
#header h2
{
    padding: 0;
    font-weight: normal;
    color: #edd3a4;
    line-height: 32px;
    font-size: 36px;
    width: 500px;
    position: absolute;
    left: 180px;
    top: 60px;
}
#header p
{
    padding: 0;
    color: #fef5e5;
    font-size: 16px;
    width: 500px;
    position: absolute;
    left: 180px;
    top: 100px;
    line-height: 32px;
}
/* NAVIGATION (tabs)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header ul
{
    list-style: none;
    width: 960px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 248px;
}
#header li
{
    float:left;
    margin-right: 19px;
    width: 144px;
    height: 42px;
    background-image: url(../img/button.png);
    background-repeat: no-repeat;
    text-align: center;
}
#header li a
{
    margin-top: 13px;
    font-size: 12px;
    text-decoration: none;
    color: #edd3a4;
    display: block;
    outline: none;
}
#header li a.selected
{
    font-weight: bold;
}
#header li a:hover
{
    text-decoration: underline;
}
/* BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#box
{
    width: 960px;
    background: url(../img/body_index_top.png) no-repeat;
    min-height: 340px;
    max-height: 1600px;
    float: left;
    position: relative;
}
#box h4
{
    font-size: 15px;
    color: #fef5e5;
}
#box h4 span
{
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #edd3a4;
    display: block;
}
#box_last
{
    background: url(../img/body_index_bottom.png) no-repeat;
    width: 960px;
    height: 12px;
    position: relative;
    clear: both;
    padding-bottom: 59px;
}
/* Flash Object
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#flashVideo
{
    width: 425px;
    height: 360px;
    float: left;
    margin: 0 20px 10px 20px;
}
/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footerbox
{
    background: url(../img/footer_bg.png) repeat-x;
	position: relative;
    width: 100%;
    height: 40px;
    margin-top: -40px; /*KLUDGE: StickyFooter (fixed relative positioning) */
}
#footerbox p
{
    position: relative;
    margin: 0 auto;
    width: 960px;
    padding-top: 10px;
    font-size: 12px;
}
#footerbox a
{
    text-decoration: none;
}

