body
{
    margin: 0;
    min-width: 1180px;
    background: url(/images/top-stripe.png) repeat-x #ffffee;
    font-family: Calibri, Arial, sans-serif;
}

/*
==============================================================================================
ALL
==============================================================================================
*/
p
{
    margin: 0;
}

.mail
{
    padding-right: 13px;
    background: url(/images/mail.png) top right no-repeat;
}

a img
{
    outline: 0;
    border: 0;
}

a
{
    position: relative; /* Allow links under transparent png */
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.small-grey
{   
    font-size: 85%;
    color: #aaa;
}

.center-text
{
    text-align: center;
}

/*
==============================================================================================
TOP STRIPE
==============================================================================================
*/
#top-stripe
{
    margin: 0 auto;
    width: 1000px;
    height: 132px;
    position: relative;
    left: 30px;
}

#top-stripe h2
{
    display: none;
}

#top-stripe #menu ul
{
    margin: 0 0 0 210px;
    padding: 0px 0 0 0;
    list-style-type: none;
}

#top-stripe #menu li
{    
    margin: 2px;
    float: left;
}

#top-stripe #menu li a
{
    display: block;
    background: url(/images/menu-link.png) bottom no-repeat #5EC62D;
    color: white;
    text-decoration: none;
    padding: 40px 3px 0 3px;
    width: 120px;
    height: 54px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

#top-stripe #menu li a:hover
{
    background: url(/images/menu-link-hover.png) bottom no-repeat #9ee66d;
}

#bread-crumbs
{
    position: absolute;
    left: 218px;
    top: 77px;
    margin-top: 26px;
    font-size: 13px;
    font-weight: bold;
    color: #9a4;
}

#bread-crumbs a
{
    padding: 0 10px;
    color: green;
}

#bread-crumbs a:hover
{
    background: yellow;
}

#lang-switch
{
    position: absolute;
    right: 7px;
    bottom: 0px;
    background: url(/images/lang-bcg.png) top left no-repeat;
    width: 140px;
}

#lang-switch ul
{
    list-style-type: none;
    margin: 0;
    padding: 25px 0 0 28px;
}

#lang-switch li
{
    float: left;
    width: 35px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
    color: green;
}

#lang-switch li a
{
    color: green;
}

#lang-switch li a:hover
{
    background: yellow;
}

/*
==============================================================================================
MIDDLE STRIPE
==============================================================================================
*/
#middle-stripe
{
    position: relative;
    width: 1000px;
    padding: 0;
    margin: 0 auto;
    left: 30px;
}

#logo 
{
    position: absolute;
    left: -110px;
    top: -170px;
    width: 365px;
    height: 1000px;
    background: url(/images/logo.png) no-repeat;
}

#main-content
{
    width: 640px;
    padding: 300px 20px 50px 30px;
    text-align: justify;
    border-left: 1px dotted #bbb;
    min-height: 500px;
    font-size: 103%;
    overflow: auto;
}

#main-content h1
{ 
    margin: 10px 0 20px 0;
    font-size: 210%;
    color: #009922;
    border-bottom: 1px dotted #ddd;    
}

#main-content h2
{ 
    margin: 40px 0 0 0;
    padding: 0;
    font-size: 170%; 
    color: #00da53;
    clear: left;
}

#main-content h3
{
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 120%; 
}

#main-content ul.sitemap
{
    margin: 8px;
    padding-left: 40px;
}

#main-content p
{
    margin-top: 15px;
}

#main-content a
{
    color: #00da53;
}

#main-content a:hover
{
    background: yellow;
}

#main-content h2 a
{
    text-decoration: none;
    color: #00da53;
}

#main-content h2 a:hover
{
    text-decoration: underline;
}

#main-content blockquote
{
    display: block;
    background: url(/images/quote.gif) top left no-repeat #f5ffdd;
    padding-left: 40px;
    color: green;
    font-style: italic;
}

#main-content ul
{
    padding: 0;
    margin: 15px 10px 5px 60px; 
}

#main-content hr
{
    margin-top: 15px;
    border: 0;
    border-top: 1px dotted #ddd;
}

#main-content td
{
    padding-left: 10px;
}

.blog-article table
{
    margin: 30px auto;
    border-collapse: collapse;
}

.blog-article th, .blog-article td
{
    border: 1px solid #bb8;
    margin: 0;
    padding: 2px 5px;
}

.blog-article th
{
    background: yellow;
}

.blog-article a
{
    font-weight: bold;
}

.blog-img
{
    padding: 10px;
    text-align: center;
}

.blog-item-bottom
{
   background: url(/images/item-bottom.png) top left no-repeat;
   margin-top: 20px;
   padding: 14px 5px 5px 35px;
   color: #aaa;
}

#blog-navigation
{
    padding: 60px 5px 0 50px;
    text-align: right;
    font-weight: bold;
    font-size: 120%;
}

#blog-navigation a
{
    margin-left: 30px;
}

#comments h2 a
{
    font-size: 70%;
    color: #aaa;
}

#comments .comment
{
    margin-top: 30px;
}

#comments .header
{
   font-size: 110%; 
}

#comments .big
{
    font-size: 120%;
}

#comments .date
{
    float: right;
    font-size: 85%;
    color: #aaa;
    padding-top: 5px;
}

#comments .comment-top
{
    padding-top: 10px;
    background: url(/images/comment-top.png) top left no-repeat;
}

#comments .comment-middle
{
    padding: 0 35px 15px 20px;
    background: url(/images/comment-mid.png) repeat-y;
}

#comments .comment-bottom
{
    width: 100%;
    height: 30px;
    background: url(/images/comment-bot.png) top left no-repeat;
}

fieldset
{
    margin-top: 15px;    
    padding: 10px;
    background: #ffd;
    border: 1px dotted #ccc;
}

fieldset label
{
    float: left;
    width: 90px;
    font-weight: bold;
}

fieldset input, textarea
{
    margin: 2px;
    border: 1px dotted green;
    background: #f3f3f3;
}

input.button
{
    border: 2px solid green;
}

/*
==============================================================================================
SIDEBAR
==============================================================================================
*/
#sidebar
{
    float: right;
    margin: 0px 10px 10px 0;
    width: 290px;
    border-left: 1px dotted #ccc;
    background: #ffd;
}

#sidebar h3
{
    margin: 20px 20px 10px 20px;
    padding-left: 25px;
    font-size: 15px;
    background: url(/images/ikonka.png) top left no-repeat;    
    text-transform: uppercase;
	letter-spacing: 2px;
    font-family: Helvetica, Calibri, Arial, sans-serif;
	color: #00da53;
}

.sidebar-block
{
    padding: 0 20px 20px 35px;
    color: green;
    font-size: 85%;
    border-bottom: 1px solid #dd9;
}

.sidebar-block ul
{
    list-style-type: square;
    margin: 0;
    padding-left: 30px;
}

.sidebar-block form
{
    margin-bottom: 0;
}

.sidebar-block a
{
    color: green;
    text-decoration: none;
}

.sidebar-block a:hover
{
    background: yellow;
}

.sidebar-block p
{
    padding: 10px 0 0 20px;
}

/*
==============================================================================================
BOTTOM STRIPE
==============================================================================================
*/
#bottom-stripe
{
    clear: both;
    width: 100%;
    background: url(/images/bottom-stripe.png) bottom repeat-x #37BA00;
    border-top: 1px dotted #bbb;
    overflow: auto;
    min-height: 200px;
}

#bottom-stripe-container
{
    position: relative;
    width: 1035px;
    padding: 0;
    margin: 0 auto;
    left: 30px;
}

.bottom-stripe-block
{
    float: left;
    width: 295px;
    padding: 30px 25px 50px 25px;
    color: #bfb;
}

.bottom-stripe-block h3
{
    font-size: 100%;
    border-bottom: 1px solid #bfb;
    margin: 0;
}

.bottom-stripe-block ul
{
    padding: 15px 0 0 25px;
    margin: 0;
    font-size: 90%;
}

.bottom-stripe-block a
{
    color: white;
}

.bottom-stripe-block a:hover
{
    color: #bfb;
}

/*
==============================================================================================
FOOTER
==============================================================================================
*/
#footer 
{
    clear: both;
    padding-top: 10px;
    background: black;
    color: #beb;
    text-align: center;
    font-size: small;
}

#footer a 
{
    color: #33dd99;
    font-size: 105%;
}

#footer a img 
{
    padding: 10px;
    border: black;
}

#footer p 
{
    padding: 4px;
}

#footer a:hover 
{
    color: #13ac79;
}

#footer .super
{
    vertical-align: super;
    font-size: 85%;
}
