body {
margin: 0;
padding: 0;
/*font-family: 'Dosis', sans-serif;*/
/*	font-family: 'Ubuntu Condensed', sans-serif;    */
font-weight: 500;   
font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;   
-webkit-font-smoothing: antialiased;
font-size: 12px;
color: #4d4d4d; 
font-weight:normal;
background:#ffffff url(images/abo_main_02.png) repeat-x left top;
}


#maincontainer{
width: 980px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

}

#lang2{
float:right;
margin-right:0px;
margin-top:0px;
display:block;
background:#f3f3f3;
padding:4px;
width:700px;
-webkit-border-radius: 0px 0px 5px 5px;-moz-border-radius: 0px 0px 5px 5px;border-radius: 0px 0px 5px 5px;
}

#lang2 a{
color:#1595ac;
text-decoration:none;
}

#topsection{
background:#ffffff url(images/abo_main_04.png) no-repeat left top;
height: 138px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#menu{
width:980px;
height:44px;
background:#fecc00;
z-index:9999;
display:block;
margin-top:0px;
margin-bottom:0px;
-webkit-border-radius: 8px 8px 0px 0px;-moz-border-radius: 8px 8px 0px 0px;border-radius: 8px 8px 0px 0px;
}

#contentwrapper{
float: left;
width: 100%;
background:url(images/abo_main2_08.png) no-repeat center top;
margin:0px;
/*-webkit-border-radius: 10px 10px 0px 0px;-moz-border-radius: 10px 10px 0px 0px;border-radius: 10px 10px 0px 0px;border-top:1px solid #eeeeee; border-left:1px solid #eeeeee;border-right:1px solid #eeeeee;*/
margin-top:10px;
min-height:560px;
padding-top:10px;
}

#featured_header{
/*-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;*/
background-color:#1595ac;
border:0px solid #fecc00;
margin-top:15px;
background:#ffffff url(images/pattern_blue.png) left top;
-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}

#featured_header h2{
font-size:242x;
padding-top:12px;
padding-bottom:8px;
padding-left:8px;
color:#ffffff;
font-weight:800;

}



#contentcolumn{
margin-right:230px; /*Set left margin to LeftColumnWidth*/
}

#rightcolumn{
float: left;
width: 220px; /*Width of right column*/
margin-left: -220px; /*Set left margin to -(RightColumnWidth) */
padding-top:30px;
}

#rightcolumn h2{
padding-bottom:5px;
border-bottom:1px solid #eeeeee;
margin-right:10px;
}

#contentcolumn h2{
color:#1595ac;
font-size:22px;
border-bottom:4px solid #fecc00;
padding-bottom:10px;
}



.info_book{
color:#1595ac;
padding:4px;
}

#contentcolumn  a{
color:#009ec9;
text-decoration:none;
}




#tresc{
padding:10px;

}

#innertube_bread{
padding-top:15px;
font-size:11px;
color:#dddddd;
margin-left:20px;

}


#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #C8FC98;
}

#footer{
clear: left;
width: 980px;
color: #cccccc;
padding: 4px 0;
border-top:1px solid #cccccc;
font-size:11px;


}

#footer a{
color: #1595ac;
text-decoration:none;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube fieldset{
border:1px solid #eeeeee;
-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
margin:4px;
}

.innertube input{
border:1px solid #cccccc;
-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
margin:4px;
font-size:11px;
color:#444444;
clear:both;
background:#f3f3f3;
height:24px;
width:250px;
}

.innertube button{
border:1px solid #dddddd;
-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
margin:4px;
font-size:11px;
color:#1595ac;
clear:left;
background:#ededed;
height:24px;
padding:3px;

}

label{
clear:left;
clear:both;
font-size:11px;
}

* MODx Styles */

/* Code
------------------------------------------------------------------------- */    

code {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
	padding: 10px;
	display: block;
}

/* UserComments 
------------------------------------------------------------------------- */                       
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}



/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost h3 {
    border-bottom: 1px solid #ccc;
    margin: 0px !important;
    padding: 5px !important;
    color: black;
}
.ditto_summaryPost .ditto_info {
    background-color: #F8F8F8;
    padding: 5px !important;
    font-size: 0.8em;
    color: black;
}
.ditto_link {
    font-size: 76%;
    text-align: right;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: #618100;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #618100;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #9c0; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #9c0; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #618100;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}

/* MODx Icons
------------------------------------------------------------------------------- */

 #modxicon { 
height: 32px; 
width: 34px; 
margin: 0 auto; 
text-align: center; 
float: right; 
margin-top: -2em;

}

#modxicon a#modxicon32 {
    margin: 0 auto;
    width: 34px;
    height: 32px;
    display: block; 
text-indent: -2000px; 
text-align: center; 
overflow: hidden;
    background: transparent url(../../images/modx-icon.png) no-repeat 0 0;
	

}

 #modxicon a#modxicon32:hover {
    background: transparent url(../../images/modx-icon.png) no-repeat 0 -32px;
    color: #111;
}

#modxicon a, #modxicon a:visited, #modxicon a:hover { 
background: transparent; 
border: 0;

text-decoration: none; 
}

.stylebox {background-color: #F7F7F7; border: 1px solid #A0A0A0; padding: 5px;}
.hide {display: none;}

/* Search Terms Highlighting
------------------------------------------------------------------------------- */
.AS_ajax_highlight {
    background-color: #ffb;
    padding: 2px;
    margin: -3px;
    border: 1px solid #dd3;
    color: #000;
}

.searchTerms { color: #eee; }
.searchTerms .AS_ajax_highlight { margin: 0 0 0 3px;}
a.ajaxSearch_removeHighlight, a.ajaxSearch_removeHighlight:visited { display: block; float: left; margin: 6px 0 0; padding: 1px 2px 2px; color: #888; }
a.ajaxSearch_removeHighlight:hover { background-color: #888; color: #222; }

#book{
margin:0px;
padding:0px;
}

#book ul{
  width:99%;
  margin-bottom:20px;
  overflow:hidden;
  border-top:1px solid #ccc;
  list-style-type: none; 
  margin:0px;
  padding:0px;
}
#book li  { width:45%; list-style-type: none;  
  border-bottom:1px solid #ccc;margin:10px;
  padding:0px;
  float:left;
  display:block;
  height:320px;
   } 
   
  #book a { 
  color:#000000;
   }

 #book h3 { 
  margin:0px;
  padding-bottom:5px;
  padding-top:10px;
   }  

   
#triple li  { width:33.333%; } 
#quad li    { width:25%; } 
#six li     { width:16.666%; } 

#icon-book{
width:128px;
height:180px;
overflow:hidden;
background:#ffffff;
border:1px solid #cccccc;
-webkit-border-radius: 0px 6px 6px 0px;-moz-border-radius: 0px 6px 6px 0px;border-radius: 0px 6px 6px 0px;
margin:0px auto;
padding:0px;
}

#icon-book img{
padding-left:1px;
}

#lista_pliki{
clear: left;
width: 100%;
border-top:0px dotted #cccccc;
margin-top:10px;
margin-bottom:10px;

}

#lista_pliki ul{
list-style: none;	
padding: 0;
margin: 0;
}

#lista_pliki li a{
color: #0b4576;
text-decoration:none;
text-align:left;
background-image:url(images/download_icon.png); background-repeat:no-repeat; background-position: 0px 5px; 
display:block;
height:28px;
padding-left:25px;
line-height:28px;

}

