/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.6.2014, 10:17:12
    Author     : Martin
*/

body
{
    margin:0px;
    padding:0px;
    font-family: "Geneva CE", lucida, Vedrdana, sans-serif;
}

div
{
    margin: 0px;
    padding:0px;
    font-family: "Geneva CE", lucida, Vedrdana, sans-serif;
}

td {
    font-family: "Geneva CE", lucida, Vedrdana, sans-serif;    
}
h1 {
    font-size: 12pt;
    margin-bottom: 0pt;
    padding-bottom: 8pt;
    padding-top: 10pt;
    margin-left: 14pt;
}
#header {
    /* width:1024px; */
    width:980px;
    height:291px;
    margin:0px auto;
    padding:0px;	
}

#header-image {
    margin:0px auto;	
    padding:0px;	
    position:relative;
    height:291px;
    background-image: url('images/header-image.jpg');
    background-repeat: no-repeat;	
    background-position: right top;	
}

#header-logo {
    position:absolute;
    left:12px;
    top:29px;
    display:block;
    width:310px;
    height:97px;
    background-image: url('images/header-logo.png');
}

#content-shdw {
    width:985px;
    margin:0px auto;
    background-image:url('images/shaddow-r.png');
    background-repeat:repeat-y;
    background-position:right top;
}

#content-shdwt {
    width:985px;
    margin:0px auto;
    background-image:url('images/shaddow.png');
    background-repeat:no-repeat;
    background-position:right top;
}

#content-title {
    width:980px;
    margin:0px auto 0px 0px;
    background-image:url('images/title-back.png');
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -khtml-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

#content {
    width: 980px;
    margin: 0px auto 0px 0px;
    background-image: url('images/content-back.png');
}

#content-in {
    padding: 14pt;
}

#footer {
    font-size: 9pt;
    width: 980px;
    margin: 0px auto 0px 0px;
    padding: 0px;
    background-color: #2d2d2d;
    color: #bbb;
    clear: both;
    position: relative;
}

#footer-contacts-in {
    height: 180px;
    position: relative;
}

#footer-contacts {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #bbb;
}

#footer-contacts ul {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 15pt;
    margin-bottom: 10pt;
}
/*
ul, li {
    font-size: 9pt;
    text-align: justify;
    list-style-position: inside;
}

ul.list-out ul {
	list-style-type:none;
	margin-left:10pt;
}

ul {
	margin-bottom:10pt;
        display: block;
}

ul {
	margin-left:0;
	list-style-type:none;
}

ul.l-dots {	
	list-style-type:disc;
}

ul.l-dots li {	
	margin-bottom:10pt;
}

ul.l-dots ul {	
	margin-left:10pt;
	margin-bottom:3pt;
	list-style-type:none;
}
*/