html, body {
	background-color: #d6e6fd;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(images/bg_1680_1.jpg) no-repeat fixed;
	font-family:Verdana,Tahoma,Arial,Sans-Serif; 
	font-size:12px; 
}

a {
	color: #006666; text-decoration:none;
}

a:hover {
	color:#999900; text-decoration:none;
}

a.side {
	color:#006666; text-decoration:none;
}

a:hover.side {
	color: #999900; text-decoration:none;
}

a.white {
	color:#FFFFFF; text-decoration:none;
}

a:hover.white {
	color:#113355; text-decoration:none;
}

.tbl1 {
	font-size:12px;
	color:#000000; 
	background-image:url(images/back-1.png);
	padding:4px;
}

.tbl2 {
	font-size:12px;
	color:#000000; 
	background-image:url(images/back-2.png);
	padding:4px;
}

.quote, blockquote {
	color:#000000;
	padding:2px;
	margin:0px 20px 0px 20px;
	border:1px #5F5F5F solid;
}

img {
	border: 0px;
}

form {
	margin:0px 0px 0px 0px;
}

hr {
	border-top:1px #E2E2E2 solid;
	border-bottom:1px #FFFFFF solid;
}

hr.side-hr {
	border:1px #E2E2E2 solid;
	border-bottom:1px #FFFFFF solid;
}

td {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:12px;
}

.button {
	font-family:Tahoma,Arial,Verdana,Sans-Serif;
	font-size:12px;
	color:#444; 	
	background-color:#F2F1ED;
	border:#666 1px solid;
	margin-top:2px;
}
	
.textbox {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:12px;
	color:#000;
	border:1px #666 solid;
}

#pojemnik {
	margin : 0px auto;
	width: 1000px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	position: relative;
}

#uzytkownik_pojemnik {
	width: 1000px;
	height: 25px;
	background: url(images/bg_user.png);
	color: white;
	text-align: right;
}

#uzytkownik {
	padding: 3px 12px 2px 0px;
}

#head {
	height: 300px;
	border-bottom: solid 1px black;
	background: url(images/bg_header.png);
	position: relative;
}

#head_logo {
	width: 202px;
	height: 260px;
	position: absolute;
	top: 20px;
	left: 20px;
}

#head_text {
	width: 755px;
	height: 114px;
	position: absolute;
	top: 30px;
	left: 240px;
}

#head_odliczanie {
	width: 700px;
	height: 20px;
	position: absolute;
	top: 150px;
	left: 260px;
	text-align: center;
	font-size: 15px;
}

#head_polmaraton {
	width: 212px;
	height: 75px;
	position: absolute;
	bottom: 12px;
	right: 512px;
}

#head_silesia {
	width: 312px;
	height: 70px;
	position: absolute;
	bottom: 12px;
	right: 12px;
}

#menu {
	width: 1000px;
	height: 47px;
	background: url(images/bg_body.png);
	/*float: left;*/
	position: relative;
	margin: 0;
	border-bottom: solid 1px black;
}

.menu_pos {
	padding: 7px 5px;
	float: left;
	position: relative;
}

#menu_pos_glowna, #menu_pos_forum, #menu_pos_galeria, #menu_pos_historia, #menu_pos_medale, #menu_pos_realcje, #menu_pos_sklad, #menu_pos_starty, #menu_pos_zyciowki {
	margin: 7px 5px;
	float: left;
	position: relative;
	height: 30px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
}

#menu_pos_glowna {width: 170px;}
#menu_pos_forum {background-position: -170px; width: 70px;}
#menu_pos_galeria {background-position: -242px; width: 90px;}
#menu_pos_historia {background-position: -332px; width: 90px;}
#menu_pos_medale {background-position: -422px; width: 65px;}
#menu_pos_realcje {background-position: -487px; width: 90px;}
#menu_pos_sklad {background-position: -577px; width: 80px;}
#menu_pos_starty {background-position: -657px; width: 80px;}
#menu_pos_zyciowki {background-position: -737px; width: 95px;}

.menu_spacer {
	float: left;
}

#srodek {
	background: url(images/bg_body.png);
	position: relative;
	width: 1000px;
	/*top: 45px;*/
}

#srodek_glowny {
	width: 800px;
	text-align: justify;
	position: relative;
	/*top: 12px;*/
	float: right;
}

#srodek_lewy {
	width: 200px;
	text-align: justify;
	float: right;
	z-index: 2;
}

.srodek_tytul {
	padding: 5px 0px 0px 5px;
	font-weight: bold;
}

.srodek_lewy_tekst {
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 12px;
	border-left: dotted 1px black;
	border-bottom: dotted 1px black;
	z-index: 2;
}

.srodek_glowny_tekst {
	padding: 0px 20px 12px 12px;
}

#stopka {
	position: relative;
	float: left;
	width: 1000px;
	border-top: solid 1px black;
	background: url(images/bg_header.png);
}

#stopka_fusion {
	float: left;
	position: relative;
	padding-left: 5px;
}

/*#stopka_autor {
	float: left;
	position: relative;
	left: 50%;
}*/

#stopka_licznik {
	float: right;
	padding-right: 5px;
}

.czysc:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#czysc {
	clear: both;
}

.news_2_box {
	padding:15px;
	width: 800px;
}

.news_box {
	width: 375px;
	float: left;
	padding-left: 12px;
	max-height: 170px;
	overflow: hidden;
}

.news_box_img {
	border:0px;
	max-height: 100px;
	max-width: 100px;
	float: left;
	padding-right: 2px;
}

.small {
	font-size:12px; font-weight:normal;
}

.small2 {
	font-size:12px; font-weight:normal; color:#555;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}

.warnbox {
	border: 1px solid red;
	background-color: #f8bebe;
	width: 90%;
	margin: 12px auto;
	text-align: center;
}
