* { padding: 0; margin: 0; border: 0;}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    
    background-color: #f7f5e6;
    background-image: url('../Images/tlo.png');
    background-repeat: repeat-x;
}

#newsletter {
    width: 200px;
    height: 72px;
    background-color: #01bdfc;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 200px;
    z-index: 1;
}

label.newsletter {
    margin: 0 0 0 8px;
    font-size: 18px;
    color: #f3f8f1;
}

input#email {
    border: solid 1px #35d0ff;
    background-color: #00c2ff;
    width: 122px;
    height: 20px;
    display: inline;
    cursor: auto;
    padding-top: 2px;
}

#wrapper {
    width: 944px;
    height: 768px;
    margin: 0 auto;
}


#header {
    width: 944px;
    height: 244px;
    margin: 10px 0px 10px 0px;
    background: white;
    background-image: url('../Images/wig.jpg');
}

#leftcolumn {
    border: 1px solid #e0dfc1;
    margin: 0px 0px 0px 0px;
    height: 450px;
    width: 200px;
    float: left;
    
    background: #f8f6e9;
}

#rightcolumn {
    float: right;
    color: #333;
    border: 1px solid #e0dfc1;
    margin: 0;
    height: 450px;
    width: 732px;
    display: inline;
    position: relative;
    background: #f8f6e9;
}


ul.left_menu, ul.left_menu li.left_menu {
    list-style-image: url('../Images/arrow.png');
    font-family: Arial,Verdana,Sans-serif;
    font-size: 1.1em;
    margin: 0 0 0 20px;
    padding: 1px;
    width: 160px;
}


a.left_menu {
    text-decoration: none;
    color: black;
    font-size: 14px;
   
}

ul.reklama, ul.reklama li.reklama {
    list-style: none;
    margin: 12px 0 0 24px;
    padding: 0;
    width: 160px;
     
}


a.reklama {

}
img.reklama {
    margin: 0 auto;
}

div.artykuly {
    padding: 20px;
}
h3.tytul {
    color: #694932;
}

h5.data {
    color: #b9b8b4;
}

div.wiecej {
    text-align: right;
}

a.wiecej:link, a.wiecej:visited {
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #f69105;
}


#nav, #nav ul {
	padding: 0;
	list-style: none;
        margin: 0 0 0 40px;
        list-style-image: url('../Images/arrow.png');
        width: 160px;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li {
	float: left;
	width: 10em;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
        margin-left: 100px;
        margin-top: -20px;
	left: auto;
}

div#menu_ukryte {
    display:none;
}

#footer {
    text-align: center;
    font-size: 0.8em;
}
