/* RESET */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* VALIDATOR */
input, select {
    border: 1px solid #888;
    background: #ffffff;
    padding: 3px 4px;
    color: #222;
    margin: 0px 5px 0px 0px;
}

input:focus, select:focus {
    outline: none;
}

.ErrorField {
    border-color: #D00;
    color: #D00;
    background: #FFFFFE;
}

.ValidationErrors {
    color: #D00;
    font-style: italic;
}

/* ERROR MESSAGES - DB */
.errorMsg {
	position:absolute;
	top:40%;
	left:20%;
	display:block;
}
.errorMsg p{
	color:#ff0000;
	font-size:15px
}

/* OK MESSAGE */
.okMsg{
	clear:both;
	color:green;
	font-weight:bolder;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
}
.okMsg div{
	width:330px;
	display:inline-block;
	line-height:35px;
	border:2px solid green;
	
}
/* TEMPLATE */
body {
	text-align:center;
	font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, Geneva,
		sans-serif;
}
#main_body {
	margin: 0 auto 0 auto;
	text-align:left;
	width:900px;
}
#header{
	position:relative;
	height:177px;
	width:900px;
}
#hline1{
	height: 44px;
	width: 900px;
	background: transparent url(../images/encyklopedia_01.jpg) no-repeat top left;
}
#hline2{
	height: 76px;
	width: 900px;
	background: transparent url(../images/encyklopedia_02.jpg) no-repeat top left;
}
#hline3{
	height: 35px;
	width: 900px;
}
#hline31{
	height: 36px;
	width: 34px;
	float:left;
	background: transparent url(../images/encyklopedia_03.gif) no-repeat top left;
}
#hline32{
	height: 36px;
	width: 460px;
	float:right;
	background: transparent url(../images/encyklopedia_08.jpg) no-repeat top left;
}
#hline4{
	height: 21px;
	width: 900px;
	background: transparent url(../images/encyklopedia_10.jpg) no-repeat top left;
}
#h_logo{
	display:block;
	height:69px;
	left:30px;
	position:absolute;
	top:12px;
	width:315px;
}
#ur_info{
	position:absolute;
	top:10px;
	left:694px;
	color:#291c00;
	font-size:12px;
	width:230px;
}
#ur_info span{
	color:#04335e;
	font-weight:bolder;
}
#h_menu{
	position:absolute;
	top:120px;
	left:34px;
	width:420px;
}
#h_menu ul li{
	display:inline;
}
#content{
	padding:0 37px 35px 30px;
}
.tbord{
	border-top:1px solid #cbd7e3;
}
.abord{
	border:1px solid #cbd7e3;
}
span.gold{
	color:#c08700;
}
#cinner{
	
}
#column_left{
	float:left;
	width:495px;
}
#column_right{
	margin: 24px 0 0 520px;
}
.heading{
	padding-left: 30px;
	background: transparent url(../images/gwiazdka.gif) no-repeat center left;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	color:#053f7a;
	border-bottom:1px solid #cbd7e3;
}
#column_left .heading{
	width:465px;
}
* html #column_left .heading{
	width:495px;
}
.heading h1{
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	color:#053f7a;
}
#pren_spacer{
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	overflow:hidden;
}
#pren_spacer img {
	overflow:hidden;
}
.text_box, .form_box{
	color:#053f7a;
	font-size:11px;
	line-height:13px;
	padding-left:30px;
	padding-bottom:9px;
	padding-right:5px;
}
.text_box ol{
	list-style:decimal;
	list-style-position:inside;
	/*padding-left:20px;*/
	font-weight:bold;
}
.text_box ol li{
	margin-top:15px;
}
.text_box ol li p{
	font-weight:normal;
	/*margin-left:-2px;*/
	display:inline;
}
.hr{
	padding:0;
	margin:0;
	line-height:1px;
	font-size:1px;
	height:1px;
	width:100%;
	border-bottom:1px solid #cbd7e3;
}
.strong{
	margin-top:13px;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
}
#ab_form{
	margin-bottom:15px;
}
#ab_form .text_box{
	padding-left:15px;
	padding-right:10px;
}
#slide{
	text-align:center;
	vertical-align:middle;
}
/* FORMULARZ */
.form_box{
	padding-left:10px;
	padding-top:5px;
}
.input_box{
	height:42px;
}
label{
	display:block;
}
.form_box input{
	width:135px;
}
#od_tomu_box select{
	width:292px;
}
* html #od_tomu_box select{
	width:282px;
}
#imie_box{
	width:143px;
	float:left;
	height:33px;
}
#imie_box input{
	width:133px;
}
#nazwisko_box{
	width:143px;
	float:left;
	margin-left:5px;
}
#ulica_box{
	width:165px;
	float:left;
}
#ulica_box input{
	width:155px;
}
#ulica_nr_box{
	width:115px;
	float:left;
	margin-left:5px;
}
#ulica_nr_box input{
	width:110px;
}
#kod_pocz_box{
	width:105px;
	float:left;
}
#kod_pocz_box input{
	width:95px;
}
#miejscowosc_box{
	float:left;
	width:180px;
	margin-left:5px;
}
#miejscowosc_box input{
	width:170px;
	float:left;
}
#telefon_box, #email_box{
	width:143px;
	float:left;
	margin-bottom:10px;
}
#telefon_box input{
	width:133px;
}
#email_box{
	margin-left:5px;
}
#email_box input {
	width:133px;
}
.radio_box{
	padding-top:10px;
	margin-bottom:10px;
}
.radio_box .input_box{
	width: 140px;
	float:left;
	text-align:center;
	margin-bottom:10px;
}
.radio_box .input_box label{
	margin-bottom:5px;
}
.radio_box .input_box input{
	border: 0 none;
}
.submmit_box{
	text-align:center;
}
.submmit_box input{
	border: 0 none;
}
/* OD WYDAWCY */

#odw_column_left{
	float:left;
	width:427px;
}
#odw_column_right{
	margin: 0 0 0 452px;
}
#odw_column_left .heading{
	width:397px;
}
* html #odw_column_left .heading{
	width:427px;
}
.gwj_outer{
	padding-top:9px;
	margin-bottom:10px;
}
.lW { float: left; clear: left; height: 15px; }
.rW { float: right; clear: right; height: 15px; }
#gwj_box{
	background:transparent url(../images/od_wydawcy_03.jpg) no-repeat top left;
	width:428px;
	height:640px;
	margin-bottom:10px;
}
#gwj_box .text_box, #gwj_box2 .text_box{
	font-size:11px;
	padding-right:35px;
	color:#fff;
	line-height:13px;
}
#gwj_box .title{
	padding-top:25px;
	font-size:13px;
}
#gwj_box .gold, #gwj_box2 .gold{
	font-weight:bold;
}
#gwj_box p, #gwj_box2 p{
	margin-bottom:17px;
}
#gwj_box2{
	background:transparent url(../images/od_wydawcy_05.jpg) no-repeat top left;
	width:378px;
	height:640px;
	margin-bottom:10px;
}
#gwj_box2 .text_box {
	padding-top:25px;
	padding-right:25px;
	padding-left:28px;
}
#bbar{
	width:100%;
	clear:both;
	text-align:center;
}

/* STRONA GLOWNA */
#ind_column_left{
	float:left;
	width:425px;
}
#ind_column_right{
	margin: 0 0 0 450px;
}
#ind_column_left .heading{
	width:395px;
}
* html #ind_column_left .heading{
	width:425px;
}
#film{
	padding-top:9px;
	margin-bottom:10px;
}
#ind_box2{
	
}
#ind_bpic{
	width:379px;
	height:222px;
	background:transparent url(../images/glowna_03.gif) no-repeat 35px 15px;
}
#ind_lpic{
	width:379px;
	height:127px;
	background:transparent url(../images/glowna_06.gif) no-repeat 15px 15px;
}
/* O ENCYKLOPEDII */
#oe_column_left{
	float:left;
	width:427px;
}
#oe_column_right{
	margin: 0 0 0 452px;
}
#oe_column_left .heading{
	width:397px;
}
* html #oe_column_left .heading{
	width:427px;
}
#oe_box1, #oe_box2{
	padding-top:9px;
	margin-bottom:10px;
}
#oe_bgpic1{
	width:427px;
	height:335px;
	background:transparent url(../images/oencyklopedii_03.jpg) no-repeat left top;
}
#oe_textpic1{
	width:427px;
	height:335px;
	background:transparent url(../images/oencyklopedii_txt_03.gif) no-repeat left top;
}
#oe_bgpic2{
	width:378px;
	height:335px;
	background:transparent url(../images/oencyklopedii_05.jpg) no-repeat left top;
}
#oe_textpic2{
	width:378px;
	height:335px;
	background:transparent url(../images/oencyklopedii_txt_05.gif) no-repeat left top;
}
#faq_column{
	width:100%;
	clear:both;
	padding-top:9px;
	margin-bottom:10px;
}
#faq_box{
	padding-top:10px;
}
.qa_par{
	margin-bottom:10px;
}
.qa_par p{
	margin-bottom:5px;
}
/* FOOTER */

#footer{
	clear:both;
	height: 70px;
	width:100%;
	background:transparent url(../images/footer_bg.jpg) repeat-x top left;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#04335e;
}
#f_logo{
	padding-top:23px;
}
#f_cnote{
	line-height:17px;
}
