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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

td {
	padding: 3px;
}

.nopadding td {
	padding: 0;
}

p {
	margin: 12px 0;
}

body {
	background:  #d9e9f0 url("img/backgr.png");
   background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	text-align: center;
}

#container {
	width: 1000px;
	text-align: left;
	margin: auto;
	border: 0px solid black;
	position: relative;
}
	
#top {
	background: url("img/top.jpg");
	width: 1000px;
	height: 278px;
   display:block;
}

#menuh {
	background: url("img/menu_h_tlo.png");
	width: 980px;
	height: 45px;
	text-align: right;
	padding-right: 20px;
}
	
#main {	
       background: url("img/contentbg.png");
       background-repeat:repeat-x;
       background-color: #fff;
       width:1000px;
       display:block;	
}

#menu {
    width: 200px;
    float: left;
}

#content {
    width: 600px;
    margin: 10px;
    float:left;
    }

#log {
	width: 170px;
	float: right;
}

#footer {
     background: url("img/stopka.png");
     background-repeat:repeat-x;
     width:auto;
     display:block;
     height:61px;
	  font-size: 12px;
	  font-family: Arial;
	  font-weight: bold;
	  text-align: center;
	  color: #DEE8F1;			
	  padding: 10px 0;			
}

div.spacer {
    display:block;
    height:10px;
    clear:both;
}

.box_kontener {
    padding-top:10px;
}

.box_up {
    background: url("img/menuup.png");
    height: 7px;
    display:block;
}

#szukaj {
    background: url("img/szukaj.png");
    background-position:top;
    background-repeat:no-repeat;
    background-color: #e9f1f9;
    height: 35px;
    display:block;
}

.box1_tresc {
    background-color: #e9f1f9;
    padding-top:5px;
    display:block;
}

.box1_down {
    background: url("img/szukaj_down.png");
    height: 5px;
    display:block;
}

#menu_2 {
    background: url("img/menu.png");
    background-position:top;
    background-repeat:no-repeat;
    background-color: #e9f1f9;
    height: 35px;
    display:block;
}

#informacje {
    background: url("img/informacje.png");
    background-position:top;
    background-repeat:no-repeat;
    background-color: #e9f1f9;
    height: 39px;
    display:block;
}

#nowosci {
    background: url("img/nowosci.png");
    background-position:top;
    background-repeat:no-repeat;
    background-color: #e9f1f9;
    height: 39px;
    display:block;
}

#ebook {
    background: url("img/ebook.png");
    background-position:top;
    background-repeat:no-repeat;
    background-color: #e9f1f9;
    height: 61px;
    display:block;
}



.box2_tresc {
    background: #1E477F url("img/menubg.gif");
    background-repeat:repeat-x;
    color: white;
    padding-top:5px;
    display:block;
}

.box2_down {
    background: url("img/menu_down.png");
    height: 4px;
    display:block;
}

#logowanie {
    margin-top:10px;
    background: url("img/logowanie.png");
    background-position:top;
    background-repeat:no-repeat;
    height: 250px;
    width:170px;
    display:block;	 
    padding-top: 40px;
	 color: #D5E2EF;
	 line-height: 14px;
}

#logowanie2 {
    margin-top:10px;
    background: url("img/logowanie.png");
    background-position:top;
    background-repeat:no-repeat;
    height: 280px;
    width:170px;
    display:block;	 
    padding-top: 40px;
	 color: #D5E2EF;
	 line-height: 14px;
}

#logowanie .inp_t, .box1_tresc .inp_t{
	 background: #A6B9CD;
	 border: 1px solid #2A3037;
	 height: 16px;
	 font-size: 13px;
}

.box1_tresc .inp_t{
	 background: #C0D3E9;
	 height: 18px;
}



#logowanie a, #logowanie2 a {
	 color: #D5E2EF;
}

/***** Menu lista *****/

.box2_tresc ul{
    margin:0px; 
    padding:0px;
	 margin-left: 10px;	 
}

.box2_tresc li {
    list-style:none;
    margin:0;
    padding:0
	 
}

.box2_tresc a, .box2_tresc a:hover {text-decoration:none}

.box2_tresc ul a.main{
    display: block;
    color: #ffffff;
    position: relative;
    padding:4px; 
	 margin-left: -5px;       
    font-size: 12px;
    font-weight:bold;
    font-family: Trebuchet MS;
    text-transform: uppercase; 	 
}

.box2_tresc ul a.active{
    color: #EC7E3A; 	 
}

.box2_tresc ul a{
    display: block;
    color: #ffffff;
    position: relative;
    padding:4px;  
	 padding-left: 10px;      
    font-size: 10px;
    font-weight:bold;
    font-family: Trebuchet MS;
    text-transform: uppercase; 	 
}


.box2_tresc a:hover{
	background-color: #2d5894;
}

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

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

.h_spacer{
	clear: both;
}