
* {
margin : 0;
padding : 0;
}
body {
background : #333 url(img/bg.jpg) repeat-x top left;
text-align : center;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
background-attachment : fixed;
}
#wrapper {
margin : auto auto;
width : 960px;
background-color : #000000;
padding : 0;
text-align : left;
border : 1px solid #000;
}
#topmenu ul {
list-style-type : none;
}
#topmenu ul li {
list-style-type : none;
float : right;
display : none;
}
#topmenu ul li a {
text-decoration : none;
padding : 0 20px 0 20px;
line-height : 20px;
color : #ffcc00;
font-size : 10px;
font-family : Arial, Helvetica, sans-serif;
}
#topmenu ul li a:hover {
background : #ffcc00;
padding : 0 20px 0 20px;
line-height : 20px;
text-decoration : underline;
color : #333;
font-size : 10px;
}
#header {
clear : both;
padding : 0;
margin : auto;
margin-top : 0;
margin-bottom : 0;
background : url(img/head.png) repeat-x center;
height : 130px;
}
#header h1 {
color : #ffcc00;
padding : 20px 30px 10px 0;
text-align : right;
font-family : Arial, Helvetica, sans-serif;
font-size : 40px;
line-height : 30px;
letter-spacing : -2px;
}
#header h2 {
color : #fff;
padding : 0 30px;
text-align : right;
font-family : Arial, Helvetica, sans-serif;
font-size : 20px;
line-height : 20px;
letter-spacing : -2px;
}
#mainmenu {
padding : 15px;
height : 20px;
text-align : center;
width : 100%;
}
#mainmenu ul li {
list-style-type : none;
float : left;
}
#mainmenu ul li a {
text-decoration : none;
padding : 10px 20px;
line-height : 20px;
color : #38f036;
font-size : 18px;
font-family : Arial, Helvetica, sans-serif;
}
#mainmenu ul li a:hover {
font-size : 25px;
font-weight : bold;
}
#spacer {
margin-top : 5px;
clear : both;
height : 15px;
background : url(img/spacer.jpg) repeat-x center;
padding-top : 10px;
}
#content {
height : 100%;
}
#lewo {
float : left;
width : 620px;
background : #333;
margin-top : 10px;
margin-right : 10px;
margin-left : 10px;
padding : 30px;
color : #fff;
}
#lewo p {
padding : 20px 0 0 0;
color : #fff;
}
#lewo h2 {
padding : 10px 20px 0 0;
font-family : Arial, Helvetica, sans-serif;
letter-spacing : -2px;
color : #38f036;
}
#lewo a {
color : #fc0;
font-weight : bold;
text-decoration : none;
}
#lewo a:hover {
text-decoration : underline;
}
#lewo ul {
padding : 20px;
}
#prawo {
margin-top : 15px;
float : right;
width : 260px;
color : #fff;
line-height : 150%;
}
#prawo p {
padding : 20px 20px 0 10px;
color : #fff;
}
#prawo a {
color : #fff;
text-decoration : none;
padding : 5px 15px;
}
#prawo a:hover {
font-weight : bold;
}
#prawo h2 {
padding : 20px 20px 15px 10px;
font-size : 20px;
font-family : Arial, Helvetica, sans-serif;
letter-spacing : -2px;
color : #38f036;
}
#prawo ul {
padding : 0 20px;
}
#footer {
clear : both;
color : #38f036;
padding : 20px 0 0 0;
text-align : center;
font-weight : bolder;
}
#footer a {
color : #38f036;
text-decoration : none;
}
#footer a:hover {
text-decoration : underline;
}

