@charset "UTF-8";

/* CLASSES AND LINKS */

p{
       font-size: 11px;
       line-height: 18px;
       color: #3e3e3e;
}

.sitemap{
       color: #3e3e3e;
       font-size: 11px;
       text-decoration: none;       
       letter-spacing: 2px;
       padding-left: 2px;
       padding-right: 3px;
}

a{
       font-size: 11px;
       line-height: 18px;
       text-decoration: none;
       color: #f85509;
}

a:hover{
       font-size: 11px;
       line-height: 18px;
       color: #CC0000;
       text-decoration: underline;
}


ul{
       list-style-type:none
}

h1{
       font-size: 18px;
       font-weight: bold;
}

h2{
       font-size: 16px;
       font-weight: bold;
}

h3{
       font-size: 14px;
       font-weight: bold;
}

h4{
       font-size: 13px;
       font-weight: bold;
}

.footer-text{
       color: #CCCCCC;
       font-size: 10px;
}

.img-padd{
       padding-bottom: 35px;
}

.logo-bold{
       font-size: 26px;
       font-weight: bold;
       letter-spacing: -1px;
       color:#0772c8;
}

.logo-plomby{
        color:#0772c8;
       font-weight: bold;
}

.logo-thin{
       font-size: 26px;
       color: #f37125;
       font-weight: 100;
       letter-spacing: -1px;
}



/* DIV CLASSES */

body {
       font-family: Arial, Helvetica, sans-serif;
       color: #5c9e30;
       text-align:center;
       margin-top: 0px;
       margin-left: 0px;
}

#glowna{
width:664px;
 margin:auto;
 text-align:left;
}

#main{
color:#f37125;
}

#main a{
        font-size: 12px;
        color:#0772c8;
        font-weight: bold;
}

#menu{
text-align:right;
}

#content-top {
       height: 37px;
       margin-top: 5s0px;
}

#content-body{
       width: 664px;
       background-image:url(images/content-bg.gif);
       overflow: hidden;
       
}

#content-bottom {
       width: 664px;
       height: 26px;
       clear: both;
}

#left-column{
       width: 285px;
       float: left;
       padding-left: 16px;
       padding-right: 33px;
       padding-bottom: 35px;
}

#right-column{
       float: right;
}

#right-text{
       width: 265px;
       margin-top: 25px;
       padding-bottom: 10px;
       padding-left: 17px;
       padding-top: 15px;
       padding-bottom: 35px;
       border-left-style: solid;
       border-left-width: 1px;
       border-left-color: #eeeeee;
}

#right-text ul {
       padding-left: 0px;
       margin-left: 0px;
       font-size: 12px;
       line-height: 12px;
}


#navigation{
       width: 168px;
       background-color: #5c9e30;
       float:left;
       color: #EEEEEE;
       margin-top: 115px;
}

.navigation-top{
       background-image:url(images/navigation-top.gif);
       width: 169px;
       height: 18px;

}

.navigation-bottom{
       width: 168px;
       height: 25px;
       margin-top: 35px;
}


#sitemap{
       clear: both;
       font-size: 10px;
       color: #675e59;
}

#sitemap a{
       color: #3e3e3e;
       font-size: 10px;
       text-decoration:none;
}

#sitemap a:hover{
       color: #3e3e3e;
       font-size: 10px;
       text-decoration:underline;
}

#sitemap a.links{
       color: #660000;
       font-size: 10px;
}

