/*
    http://www.ostr.art.pl/css/main.css
    Stylesheet 2008 by Efrenzy Inc.
*/

body {
    
    margin: 10px 0 0 0; padding: 0;
    
    background-image: url('../images/ostr-bg.jpg');
    background-repeat: repeat-x;
}

h1, h2, h3 { margin: 20px 0 0 20px; font-family: "Arial"; font-size: 1.6em; color: #ff9900/*#ff6600*/;}
img { border: none; margin: 5px;}
p { margin: 15px 20px 15px 20px; line-height: 150%; font-family: Georgia; color: #003366;}
a { color: #3e3e3e;}

/***div's***/

#google-addsense { float: right; margin: 180px 10px 0 0; }

#container {

    width: 940px;
    height: 1450px;
    margin: 0 0 0 30px;
    padding: 0;
    
    /*border: 1px solid #e3e3e3;*/
}

#header {

    width: 940px;
    height: 450px;
    
    background-image: url('../images/ostr-lay-top.jpg');
    background-repeat: no-repeat;
}

#nav {

    width: 950px;
    height: 250px;
    margin: 0;
    padding: 0;
}
#nav ul {margin: 0px 0 0 340px;}
#nav ul li { list-style-type: none; display: inline; color: #e3e3e3; margin: 3px 0 0 0;}
#nav ul li a { color: #666699; font-size: 1.2em; text-decoration: none; font-family: Georgia;}
#nav ul li a:hover { color: orange;}

#baner { margin: 118px 0 0 370px;}

#wrap {

    width: 940px;
    height: auto !important; min-height: 500px;
    
    padding: 15px 0 0 0;
    
    /*background-image: url('../images/wrap-bg.jpg');
    background-repeat: repeat-x;*/
    border-top: 3px solid #fff;
}

#main {

    width: 500px;
    height: auto !important;
    
    float: left;
    
    border-right: 1px dotted #000;
}
#right-bar { width: 400px; height: auto !important; float: right; margin: 10px;  background-color: #330000;}
#right-bar h1,h2,h3 { padding: 3px;}
#right-bar p { color: #e3e3e3;}
#right-bar img { margin: 25px 25px 0 25px;}

#chmurka { width: 370px; min-height: 230px; background-image: url(../images/chmurka.png); background-repeat: no-repeat;}
#chmurka p { margin-top: 23px;}

#footer { width: 940px; height: auto !important; border: 1px dotted #000;}
#footer p { color: #663300;}
#footer a { color: #663333;}
#clear { clear: both;}

/***classes***/
.header { font-weight: bold; font-family: Georgia; font-style: italic; text-align: justify;}
.p { float: right;}
.l { float: left;}
.brown { color: #333300;}
.title { color: #e3e3e3; font-size: .9em;}