/* Start of CMSMS style sheet 'start' */
/*****************
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;
}
{
margin:0;
padding:0;
}
body {
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 11px;
margin-top:0px;
margin-bottom:20px;
}
div {
font-size: 11px;
}
img {
border: 0;
}
a,
a:link 
a:active {
text-decoration: underline;
background-color: inherit; 
color: #FF3300;
}
a:visited {
text-decoration: underline;
background-color: inherit;
color: #FF3300;
}
a:hover {
text-decoration: none;
background-color: inherit;
color: #FF3300;
}
/*****************
basic layout 
*****************/
body {
background-color: #333;
color: #353535;
margin-top:80px;
padding-top:0px;
}
table.container{
border:none;
border-spacing:0px;
border-collapse:collapse;
background:#333 url(images/img/page_bg.gif) repeat-y center top;
width:960px;
color: #353535;
margin: 0 auto;
padding:0;
}
table.container td{
vertical-align:top;
}
td.path{
background:#333;
}
div.breadcrumbs {
   padding: 5px 0 5px 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;**/
text-align:right;
color:#555;
}
div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 
td.topline{
height:7px;
width:960px;
background:#333 url(images/img/line_top.gif) no-repeat center top;
}
td.bottomline{
height:7px;
width:960px;
background:#333 url(images/img/line_bottom.gif) no-repeat center bottom;
}
td.left{
width:200px;
background: url(images/img/left_text.gif) no-repeat right bottom;
padding-bottom:80px;
}
td.navi{
width:200px;
background:#242424 url(images/img/menu_bg.jpg) no-repeat center top;
}
td.main{
width:560px;
background:#FFF url(images/img/adeg_bg.jpg) no-repeat left bottom;
}
td.main table{
width:560px;
border:none;
border-spacing:0px;
border-collapse:collapse;
}
td.t{
min-height:450px;
padding-bottom:20px;
}
td.b{
}
div#adeg{
float:right;
width:110px;
height:20px;
}
td.footer{
background:#333;
}
div#logo_bg{
height:410px;
background:#FFF url(images/img/left_bg.jpg) no-repeat;
}
div#logo{
height:160px;
background:#FFF url(images/img/logo.jpg) no-repeat;
margin-top:0px;
float:left;
}
div#logo h1 a{
display: block;
width:200px;
height: 160px; 
text-indent: -999em;
text-decoration:none;
}
div#menubox{
padding-top:250px;
}
div#content{
padding:20px;
text-align:justify;
}

/* position for the search box */
div#search {
float:left;
   width: 180px;    /* enough width for the search input box */
   text-align:left;
   padding: 10px;
   margin: 5px 0 10px 0;
}
div#search input{
margin-right:5px;
}
.searchbutton{
font-size:11px;
}
.searchkey{
color:#999;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #333; /* same bg color as in header */
margin: 0 auto;
width: 960px;
margin-top:10px;

}
div#footer_left{
float:left;
margin-left:10px;
font-size:10px;
}
div#footer_left a, div#footer_left a:hover{
font-weight:bold;
color:#FFF;
text-decoration:none;
}
div#footer_right{
float:right;
font-size:9px;
color:#999;
margin-right:10px;
text-align:right;
}
.nf a, .nf a:hover{
text-decoration:none;
color:#999;
font-weight:bold;
}
.cms{
color:#555;
line-height:15px;
}
.cms a, .cms a:hover{
text-decoration:none;
color:#555;
}
div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #fff; /* needed because footer link would be same color as background otherwise */
}

div#fotos{
padding:10px;
}
div#fotos img{
border:none;
margin:0 25px 0 25px;
}
/********************
CONTENT STYLING
*********************/
div#content img{
border:1px solid #E5E5E5;
padding:1px;
}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #353535; 
	font-size: 18px; 
	text-align: left; 
/* some air around the text */
	padding-left: 20px;
	padding-bottom: 0px;
/* set borders around header */
	 background: url(images/img/title_mark.jpg) no-repeat 1px center; 
	/*border-left: 1.1em solid #FF3300;*/
        line-height: 25px;
/* and some air under the border */
        margin: 0 0 20px 10px;
}

div#content h3 {
 font-size: 1.1em;
padding-left: 20px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
text-align: left;
color:#000;
}
div#content h4 {
   color: #353535; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #353535; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #353535; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 11px;
   margin: 0 10px 10px 15px; /* some air around p elements */
   line-height: 15px;
   padding: 5px;
text-align:left;
}

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: 1.5em;
   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: 11px;
   line-height: 1.4em;
   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;
}
/* END LISTS */
div#realizacje{
}
div#realizacje img{
border:none;
}
div#realizacje table{
width:500px;
border-spacing:none;
border-collapse:collapse;
}
div#realizacje table td{
padding:5px;
border-bottom:1px dotted #CCC;
}
div#realizacje .r{
font-weight:bold;
border-bottom:1px solid #CCC;
background:#E7E7E7;
}
div#realizacje .r1{
font-weight:normal;
color:#999;
font-size:10px;
}
div#realizacje .r2{
font-weight:bold;
text-align:left;
}
div#realizacje .r3{
font-weight:normal;
text-align:left;
}
div#realizacje .r4{
font-weight:normal;
color:#999;
font-size:10px;
text-align:center;
}
.catnav{
text-align:right;
background:#E7E7E7;
border-top:1px solid #CCC;
padding:5px;
color:#999;
font-size:10px;
}

/* End of 'start' */

