/* LAYOUT */
#container {
margin: 0px auto;
width: 800px;
text-align: left;
}
#page {
position: relative;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-width: 0px 0px 0px 0px;
min-width: 800px;
min-height: 600px;
overflow: auto;
background-color: #ffffff;
border: 0;
}
/* Nagłówek */
#header {
clear:both;
float:left;
width:100%;
margin-top: 30px;
border-bottom-color: #D0D0D0;
border-bottom-style: solid;
border-bottom-width: 2px; 
}
/* Nazwa strony */
#header .siteName {
margin-top: 27px;
font-size: 30px;
color: #000000;
font-weight: normal;
font-family: Courier New, Courier New, Courier, monospace;
}
/* Kolumny */
/* column container */
.colmask {
position:relative;    /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
clear:both;
float:left;
width:100%;		/* width of whole page */
overflow:hidden;	/* This chops off any overhanging divs */
}
/* 1 column full page settings */
.fullpage {
background:#fff;
}
.fullpage .col1 {
margin:0 15px;
padding-top: 21px;
padding-bottom: 21px;
}
/* 2 column right menu settings */
.rightmenu {
/*background:#ff9;*/
}
.rightmenu .colleft {
float:left;
width:200%;
margin-left:-200px;
position:relative;
right:100%;
background:#fff;
margin-top: 8px;
margin-bottom: 8px;  
border-right-color: #D0D0D0;
border-right-style: solid;
border-right-width: 2px;   
}
.rightmenu .col1wrap {
float:left;
width:50%;
position:relative;
left:50%; 
}
.rightmenu .col1 {
margin:0 0px 0 200px;
overflow:hidden;
padding-left: 15px;
padding-right: 15px;
/*padding-top: 21px;*/
padding-top: 13px;
padding-bottom: 12px;
}
.rightmenu .col2 {
float:right;
width:170px;
position:relative;
left:185px;
margin-top: 8px;
}
/* Stopka */
#footer {
clear:both;
width: 100%;
text-align: center;
border-top-color: #D0D0D0;
border-top-style: solid;
border-top-width: 2px; 
}
/* Copyright */
#copyright {
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
padding-top: 5px;
margin: 0px 0px 0px 0px;
font-size: 10px;
font-weight: normal;
font-style: italic;
color: #999999;
}
/* Powered by */
#powered_by {
font-size: 10px;
font-weight: normal;
font-style: italic;
color: #999999;
}
#powered_by a,
#powered_by a:link,
#powered_by a:active,
#powered_by a:visited {
color: #999999;
text-decoration: none;
}
#powered_by a:hover {
color:#3E3E3E;  
text-decoration: underline;
}
/* Inicjatywy */
#inicjatywy {
text-align: center;
width:100%;
border-bottom-color: #D0D0D0;
border-bottom-style: solid;
border-bottom-width: 2px; 
}
#inicjatywy ul {
margin: 0px 0px 0px 0px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
padding-top: 15px;
border-width: 0px 0px 0px 0px;
}
#inicjatywy ul li {
padding-left: 12px;
padding-bottom: 0px;
padding-right: 12px;
padding-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-top: 0px;
border-width: 0px 0px 0px 0px;
display: inline;
}
/* Wprowadzenie */
#intro {
margin-left: 12px;
margin-bottom: 0px;
margin-right: 0px;
margin-top: 0px;
/*margin-top: 21px;*/
padding: 0px 0px 0px 0px;
text-align: justify;
}
#intro p {
padding-right: 38px;
padding-top: 8px;
font-size: 11px;
}
#intro ul {
padding-right: 38px;
padding-top: 8px;
font-size: 11px;
}
#intro ul li {
padding-bottom: 8px;
list-style-type: circle;
}
#intro h3 {
padding-right: 36px;
}
#intro .wykrzyknik {
background-repeat: no-repeat;
background-position: top right;
background-image: url(../images/icons/wykrzyknik.jpg);
}
#intro .pytajnik {
font-size: 12px;
letter-spacing: 1.2px;
background-repeat: no-repeat;
background-position: center right;
background-image: url(../images/icons/pytajnik.jpg);
}
#intro .info {
background-repeat: no-repeat;
background-position: top right;
background-image: url(../images/icons/info.jpg);
}
