/* autor: Krzysztof Joniak Agencja Reklamowa STER | www.arster.eu
kopiowanie kodu tak w całości jak w części bez zgody autora zabronione */

body {
margin:0; padding:0;
font-family: verdana;
background: url(../images/bg_img.png) top center repeat-x;
background-attachment: fixed;
}

/* Atrybuty */

#header_bg {
width: 100%;
height: 170px;
background: url(../images/header_bg.png) top center repeat-x;
}
#header {
height: 170px;
background: url(../images/header.png) top center no-repeat;
}
#menu_bg {
width: 100%;
height: 30px;
background: url(../images/menu_bg.png) bottom center repeat-x;
}
#menu {
height: 30px;
background: url(../images/menu.png) top center no-repeat;
}
#table_menu tr{
border: 0;
height: 20 px;
width: 600 px;
}
#table_menu td{
border: 0px;
}

#table_menu a{color: #fff; text-decoration: none; font-weight: bold;}
#table_menu a:hover{color: #ff0000; font-weight: bold;}

.content_l {
margin-top: 10px;
width: 650px;
height: 500px;
background: #fff;
}

.content_r {
margin-top: 10px;
width: 200px;
height: 500px;
background: url(../images/content_bg_r.png) top center no-repeat;
}

.header_10px {
margin: 20px;
font-size:18px;
color: #000;
}

.content_20px {
margin:20px;
font-size: 14px;
font-family: verdana;
font-weight: none;
color: #000;
}

.opis {
margin: 3px;
font-size:14px;
color: #000;
}
