* {
    margin: 0;
    padding: 0 0 0 0;
}

body {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
    font-family: "Verdana,Tahoma,ArialCE,HelvaticaCE,Arial,Helvetica,sans-serif";
    font-size:  15px;
    font-weight: normal;
    overflow: auto;
    background-color: #ffffff;
    background-position: left top;
    background-image: url(../img/background.png);
    line-height: 1.5;
}

/* formatowanie divow */
div {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

img {
    margin: 0;
    padding: 0 0 0 0;
    display: block;
    border-style: none;
}

div#page {
    width: 820px;
    border: 0px none;
    color: #000000;
    margin: 0 auto;
    background-color: transparent;
    background-image: url(../img/page.png);
}

div#real{
    position: relative;
    height: 330px;
    margin: 0 auto;
    width: 450px;
}

.leftColumn {
    float: left;
    width: 232px;
}

.rightColumn {
    float: right;
    width: 588px;
}

.bottom {
    clear: both;
    margin-bottom: 0px;
}

div.fotter {
    margin: 0 auto;
    width: 820px;
}

div.header {
    width: 540px;
    background-color: #F5E0CA;
    padding-left: 20px;
    margin: 20px 00px 10px 0px;
    font-size: 15pt;
    font-weight: bold;
}

div.menu {
    text-align: right;
    padding-right: 60px;
    padding-top: 1px;
    margin-left: 16px;
    height: 29px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

div.on {
    background-image: url(../img/menu_on.png);
    background-repeat: no-repeat;
}

div.off {
    background-image: url(../img/menu_off.png);
    background-repeat: no-repeat;
}

div.active {
    background-image: url(../img/menu_active.png);
    background-repeat: no-repeat;
}

div.leftBox {
    background-image: url(../img/menu_box_background.png);
    background-repeat: repeat-y;
    margin-left: 16px;
    padding: 10px 2px 5px 10px;
    width: 171px;
}

img.leftBox {
    margin: 0 auto;
}

img.menuBottom {
    margin-left: 17px;
}

a:link,a:hover,a:visited {
    text-decoration: none;
    color: white;
}

a.blackLink{
    color: black;
}

.textWyrownany {
    text-align: justify;
    width: 555px;
}

img.menuLine {
    margin-left: 16px;
}

.realizacje {
    height: 130px;
    position: relative;
}

.bold {
    font-weight: bold;
}

div.centerText {
    text-align: center;
}

ul {
    margin-left: 50px;
}

a:link.link,a:visited.link {
    color: #0020E0;
    text-decoration: none;
}

a:hover.link {
    color: #0020E0;
    text-decoration: underline;
    cursor: pointer;
}

div#map {
    width: 550px;
    height: 550px;
    overflow: hidden;
}

label {
    display: block;
    width: 150px;
}

input.form {
    background-color: #D9ECF7;
    border: 1px solid #C0C0C0;
    font-family: Tahoma;
    font-size: 9pt;
}

input.formTextArea {
    color: #D9ECF7;
    background-color: #D9ECF7;
    border: 1px solid #C0C0C0;
    font-family: Tahoma;
    font-size: 9pt;
}

span.error{
    text-align: center;
    color: red;
    display:block;
}

span.info{
    text-align: center;
    color: green;
    display:block;
}

img.fadeMin{
    left:25px;
    padding:0;
    position:absolute;
    top:35px;
    opacity: 0;
    filter:alpha(opacity=0);
}

img.fadeReal{
    left:0px;
    padding:0;
    position:absolute;
    top:0px;
    opacity: 0;
    filter:alpha(opacity=0);
}

img.cert{
    margin: 7px 7px 7px 7px;
}

img.lang{
    margin-left: 35px;
}

img.center{
    margin: 0 auto !important;
}

img.inline{
    display: inline;
}

ul li{
    list-style-image:url(../img/li.png);
}

img.showAble{
    margin-left: 60px;
}

div.solarLeft{
    float: left;
    width: 277px;
}

div.solarRight{
    float: right;
    width: 277px;
    margin-right: 28px;
}

.divActive{
    background-color:#A8CCDD;
    font-weight:bold;
}

.divUnActive{
    background-color:#CAE0EA;
}

.solarContentLeft{
    padding-left: 100px;
}

.solarContentRight{
    padding-left: 110px;
}

hr.breakline{
    width: 520px;
}

div.fotter span{
    float: right;
    margin-right: 20px;
}

div.fotter span a{
    color: black;
}