/* Start of CMSMS style sheet 'tlumaczenia' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
 font: 11px/15px "Trebuchet MS",Arial,sans-serif;
color:#000;

}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;

   color: #385C72;
}

/*****************
basic layout 
*****************/
body {
   background-color: #fff;
   color: #000;
 
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
  width: 808px;
  dispaly:block;
   background-color: #fff;
   color: black;

}

div#pagewrapper2 {
   margin: 0 auto;       /* this centers wrapper */
  width: 808px;
display:block;

}

div#pagewrapper2 img{
  margin-left:19px;
z-index: 2; position: relative;
}



div#pagewrapper4
{
width: 788px;
float:left;
  background: url(images/cms/tlo.gif) repeat-y;

margin:0;
padding-left:20px;
padding-top:20px;
z-index: 1; position: relative;  top: -9px;
padding-bottom:0;
}




div#pagewrapper5
{
width: 788px;
float:left;
  background: url(images/cms/tlo2.gif) repeat-y;

margin:0;
padding-left:20px;
padding-top:20px;
z-index: 1; position: relative;  top: -9px;
padding-bottom:0;
}


div#header {
margin-top:18px;
   height: 91px;    /* adjust according your image size */
   background: #fff;         
display:block;
width:775px;  
float:left;
padding-left:9px;
}




div#header_logo h1 img {
/* you can set your own image here */
   background: #fff ; 
   display: block;
   height: 86px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
float:left;
margin-bottom:0px;

}





/* position for the search box */
div#search {
   float: right;
   width: 27em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#content {
   margin: 0;
padding:0;

display:block;
}


div#main {
   margin-left:  0;
   margin-right:0;
 float: left;  
display:block;
width:315px;
padding-left:16px;
padding-bottom:10px;
 font: 11px/15px "Trebuchet MS",Arial,sans-serif;
font-size-adjust: none;
padding-top:1px;
}

div#main4 {
   margin-left:  0;
   margin-right:0;
 float: left;  
display:block;
width:550px;

padding-bottom:10px;
 font: 11px/15px "Trebuchet MS",Arial,sans-serif;

font-size-adjust: none;

}


div#main6 {
   margin-left:  0;
   margin-right:0;
 float: left;  
display:block;
width:550px;
padding-bottom:10px;
 font: 11px/15px "Trebuchet MS",Arial,sans-serif;
font-size-adjust: none;
}



div#main7 {
   margin-left:  0;
   margin-right:0;
 float: left;  
display:block;
width:550px;
padding-bottom:10px;
 font: 11px/15px "Trebuchet MS",Arial,sans-serif;
font-size-adjust: none;
}




div#main8
{
width:590px;
}

div#main9 {
   margin-left:  0;
   margin-right:0;
 float: left;  
display:block;
width:580px;

padding-bottom:10px;
 font: 11px/15px "Trebuchet MS",Arial,sans-serif;

font-size-adjust: none;

}


div#main9 h5
{
padding-left:15px;
}

div#main9b {
   margin-left:  0;
   margin-right:0;
 float: left;  
display:block;
width:588px;

padding-bottom:10px;
 font: 11px/15px "Trebuchet MS",Arial,sans-serif;

font-size-adjust: none;

}


div#main5 {
   margin-left:  0;
   margin-right:0;
 float: left;  
display:block;
width:317px;
padding-right:20px;
padding-bottom:10px;
 font: 11px/15px "Trebuchet MS",Arial,sans-serif;

font-size-adjust: none;

}
div#formularz
{
  margin-left:  0;
   margin-right:0;
 float: right;  
display:block;
width:248px;
padding-bottom:10px;
 font: 11px/15px "Trebuchet MS",Arial,sans-serif;
font-size-adjust: none;
}



div#formularz p
{
padding-left:3px;
padding-right:12px;
}


div#pasek_gorny_form
{
 background: url(images/cms/ram_gora_biala.jpg) no-repeat;
width: 238px;
height: 7px;
}

div#pasek_dolny_form
{
 background: url(images/cms/ram_dolna_biala.jpg) no-repeat;
width: 238px;
height: 7px;
}


div#srodek_form
{
display:block;
width:231px;
border-left:1px solid #E0E0E0;
border-right:1px solid #E0E0E0;
font-size-adjust: none;
}

div#srodek_form h2
{
padding-top:3px;
}

div#srodek_form2
{
padding-left:5px;
}

div#srodek_form3
{
padding-left:15px;
}



div#main2 {
   margin-left:  0px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right:0; /* and some air on the right */
 float: left;  
display:block;
width:235px;
padding-top:7px;
   font: 11px/15px "Trebuchet MS",Arial,sans-serif;
padding-left:1px;
}

div#main2 p
{
 font: 11px/15px "Trebuchet MS",Arial,sans-serif;
}

div#main3 {
width:222px;
padding-top:2px;
}

div#main3 img
{
padding-top:2px;
padding-bottom:0;
}



div#sidebar {
   float: right;        /* set sidebar on the left side. Change to right to float it right instead. */
   display: inline;  /* FIX IE double margin bug */
   margin-right: 0;
display:block;
width:188px;
padding-top:7px;

}



div#sidebar h3
{
margin-left:13px;

}



div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #333;
   background: url(images/cms/belka_bottom.gif) repeat-x;
z-index: 1; position: relative; top: -14px;
height:80px;
text-align:center;
padding-top:10px;
 font-size: 11px;
}

div#footer p {
   color: #333;
   font-size: 11px;
 text-align:center;
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #666; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
width:100%;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {
font-size:11px;
color:#1A336D;
}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 17px;
   margin: 0;
}
div#content h2 {
   color: #018029; 
   font-size: 17px;
   font-style:italic;
padding-bottom:6px;
FONT-WEIGHT: normal;
font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
}
div#content h3 {
   color: #018029; 
   font-size: 12px;
font-size-adjust: none;
   font-style:italic;
padding-bottom:10px;
 font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
FONT-WEIGHT: bold;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 17px;
   margin: 0 0 0.25em 0;
}
div#content h5 {
font-size-adjust: none;
   color: #414141; 
   font-size: 12px;
   line-height: 17px;
 font-family: Arial,"Trebuchet MS",sans-serif;
}
h6 {
     color: #018029; 
   font-size: 11px;
   line-height: 17px;

}


div#main4 h2 {
   color: #007CC3; 
   font-size: 14px;
   font-style:normal;
padding-bottom:10px;
FONT-WEIGHT: normal;
font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
   font-weight:bold; 
}


div#main9 h2 {
   color: #007CC3; 
   font-size: 14px;
   font-style:normal;
padding-bottom:10px;
FONT-WEIGHT: normal;
font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
   font-weight:bold; 
padding-left:5px;
}



/* END HEADINGS */

/* TEXT */
p {

   margin-left: 18px; /* some air around p elements */
   padding: 0;
padding-bottom:6px;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 17px;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 11px;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

div#banner {
   background:  url(images/cms/belka_top.gif) repeat-x 0 3px;  
   width: 100%;
   margin: 0;
height:136px;

float:left;
}

div#menutop
{
float:left;
width:380px;
margin-left:16px;
display:block;
text-align:left;
margin-top:72px;
color:#007BC5;


}

div#menutop a
{

   text-decoration: none;
color:#007BC5;
background-color:fff;
padding-left:12px;
padding-right:26px;
background: url(images/cms/link_gora.jpg) no-repeat 0 3px;
color:#00377F;
font-family:verdana;
font-size:11px;
text-decoration:none;
letter-spacing:0;
}

div#menutop a:hover
{
   text-decoration: underline;
color:red;
background-color:fff;
}

span.underlinered
{
padding-bottom:0px;
border-bottom: 1px solid red;
color:red;
margin-bottom:3px;
vertical-align:bottom;
}

div#kontakt
{
padding-left:20px;
font-size:11px;
font-size-adjust: none;
 font-family: "Trebuchet MS",Arial,sans-serif;
}

div#kontakt a
{
color:#1A336D;
}


h2.naglowektlo
{
display:block;
background: url(images/cms/naglowek_srodkowa_kol.gif) no-repeat 0 0;
height:26px;
padding-top:8px;
margin-top:10px;
margin-bottom:3px;
}
div#flash
{
display:block;
height:57px;
}


p.czytajwiecej
{

}

a.czytajwiecej  {
color:#1FA001;
text-decoration: none;
text-align:right;
display:block;
margin-bottom:10px;
margin-top:10px;
}


a:hover.czytajwiecej  {
color:#1FA001;
text-decoration: underline;
background: #fff;
}

img.horiz_lewa
{
padding-top:7px;

}

img.sidebarimg
{
padding-top:10px;
padding-bottom:10px;
}


p.classic
{

}

a.classic  {
color:#00377F;
text-decoration: none;
text-align:right;
display:block;

margin-top:10px;
}


a:hover.classic  {
color:red;
text-decoration: underline;
background: #fff;
}

div.contactform  input
{width:190px; margin-bottom:5px;}
div.contactform  textarea
{width:190px; margin-bottom:5px;}
div.contactform select
{width:190px; margin-bottom:5px;}
div.contactform label
{display:block;
margin-bottom:3px;
}

div.contactform div.submit input
{

width:105px;
margin-left:30px;
}


div.contactform div input

{ 

font: 11px/15px 
} 

div.dopise
{
padding-bottom:10px;
}

span.errorform
{color:red;
display:block;
width:100%;
padding-bottom:10px;
}


div#srodek_form h2
{
     color: #007CC3; 
   font-size: 11px;
   font-style:normal;

padding-left:10px;
FONT-WEIGHT: normal;
font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
   font-weight:bold; 
}
div#dziekujemy
{
padding-left:15px;
height:100px;
}

.NewsSummaryContent
{padding:0;}

div#NewsPostDetailReturnLink {
}

div#NewsPostDetailReturnLink a
{
float:right;
color:#1FA001;
}

.paczkadanych_gora
{
 background: url(images/cms/ram_gora_kontakt_biala.jpg) no-repeat;
width: 290px;
height: 7px;
}

.paczkadanych_dol
{
 background: url(images/cms/ram_dol_kontakt_biala.jpg) no-repeat;
width: 290px;
height: 7px;
padding-bottom:5px;
}


.paczkadanych
{
display:block;
width:278px;
border-left:1px solid #E0E0E0;
border-right:1px solid #E0E0E0;
font-size-adjust: none;
padding-left:10px;
}

.paczkadanych h3
{
padding-top:5px;
}



div#main9_1
{float:left;

}
div#main9_2
{float:right;

}


div#ileboksow
{
visibility: hidden;
}

.odsteplewy0px
{
margin-left:0px;
}


.odsteplewy5px
{
margin-left:5px;
}

.odsteplewy10px
{
margin-left:10px;
}

.odsteplewy20px
{
margin-left:20px;
}

.odsteplewy30px
{
margin-left:30px;
}

div#cennik_mapa p
{
font-size-adjust: none;
padding-left:0;
margin-left:0;
}



div#main7 h2 {
   color: #007CC3; 
   font-size: 14px;
   font-style:normal;
padding-bottom:10px;
FONT-WEIGHT: normal;
font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
   font-weight:bold; 
}

a.ukryty
{
color:inherit;
   text-decoration: none;
}

a.ukryty:hover
{
color:red;
text-decoration: underline;
}


.paczkadanych p
{
padding-left:15px;
margin-left:0;
}

div#topnews
{
display:block;
width:290px;
float:left;
}

div#bottomnews
{
display:block;
width:290px;
float:left;
padding-bottom:10px;
}


div#NewsTitle
{
font-size-adjust: none;
width:230px;
display:block;
float:left;
    font-weight: bold;
}

div#postdate {
width:50px;
display:block;
float:right;
 }


/* END LISTS */
/* End of 'tlumaczenia' */

