body {
    color: #00008b;
    background: url(bg_body_water02.jpg) no-repeat center top #076da8;
    font-size: 12px;
    font-family: verdana, helvetica, arial, sans-serif;
    padding: 0;
    margin: 0;
    text-align: center;
}


#container {
    width: 610px;
    text-align: left;
    margin: 0 auto;
    background: url(bg_cont_middle02.jpg) repeat-y;
}

.clear {
    clear: both;
    margin: 0;
    height: 0;
    line-height: 0%;
}

.left {
    text-align: left;
}

.pullup{
    text-align: right;
}

.ilustr_a{
	position: relative;
	bottom: 20px;
}

a {
    color: #808080;
}

a img {
    border: 1px #808080 solid;
}

ul li {
    list-style-type: square;
}

.fleft {
    float: left;
    margin: 0 15px 5px 0;
}

.fleft1 {
    float: left;
    margin: 0 15px 0px 0;
}

#header, #menu, #submenu{
    margin-left: 5px;
    margin-right: 5px;
}


/* NAGLOWEK */

#header {
    height: 200px;
    background: url(header04.jpg) no-repeat center bottom;
}

#header img {
	width: 50px;
	height: 50px;
	position: relative;
    top: 145px;
    left: 347px;
	border: 0px;
	
}

/* MENU */

#menu {
    height: 30px;
    background: url(bg_menu02.png) repeat-x;
    margin-bottom: 0px;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu ul li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

#menu ul li a {
    display: block;   
    font-size: 12px;
    margin: 0 2px 0 0;
    padding: 8px 10px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    background: url(bg_menu02.png) repeat-x;
}

#menu ul li a:hover {

    background-image: url(bg_menu03.png);
}

#menu ul li #current {

}

/* SUB_MENU */

#submenu {
    margin-bottom: 25px;
	background-color: #5ea0c6;
	padding: 0px 5px 35px 5px;
}

#submenu ul {
    margin: 0;
    padding: 0;
	position: relative;
	top: -15px;
}

#submenu ul li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

#submenu ul li a {
    display: block;   
    font-size: 12px;
    margin: 0;
    padding: 5px 10px 5px 10px;
    color: #fffafa;
    font-weight: normal;
    text-decoration: none;
}

#submenu ul li a:hover {
	color: #00008b;

}

#submenu ul li #current {

}

/* SPACER */

#spacer {
    height: 0px;
    margin-bottom: 25px;
}


/* TRESC */

#content {
    width: 545px;
    margin: 0 25px 40px 0;
    padding-left: 40px;
    text-align: justify;
    voice-family: "\"}\""; 
    voice-family:inherit;
	    
}

#content h1 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    text-align: left;
    /*color: #ffcc00;padding: 3px 5px;
    background-color: #076da8;*/

    /*padding: 15px 0 10px 70px;
    background: url(iko_maska01.png) 0 0 no-repeat;*/
	
}

#content h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 10px 0;
    text-align: left;
}

#content h2.padded {
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 10px 0;
    text-align: left;
	padding: 0 0 0 0;
}

#content h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 30px 0 10px 0;
    text-align: left;
}

#content li {
    margin-bottom: 5px;
}

#content .gal {
    width: 48%;
    float: left;
    text-align: center;
    padding-bottom: 15px;
}

/* DODATKI */

#add {
    width: 150px;
    margin: 0 0 40px 0;    
    font-size: 10px;
    color: #fffafa;
    background-color: #076da8;
	float: right;
	margin: 0 25px 20px 25px;
	
}

#add .box {
    background: url(iko_pletwy01.jpg) no-repeat;
    margin: 10px 10px 25px 10px;
}

#add h2 {
    font-size: 12px;
    margin: 0 0 30px 0;
    padding: 0 0 0 40px;
    color: #ffcc00;
}

#add p {
	
}

#add a {
    color: #ffffff;
}



/* STOPKA */

#footer {
    height: 50px;
    font-size: 10px;
    background: url(bg_footer01.png) no-repeat center bottom;
}

#footer p {
    margin: 5px 0;
}


