html, body {
    padding: 0px;
    height:100%;

}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0px;

}

body {
    font-size: 0.9em;
    font-family: Tahoma, sans-serif;
    color: #D1BAD8;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #540F6A url(../images/bg.jpg) repeat-x top center; 
    }
    


#main {

    min-height:100%;
    position: relative;
}

#main_inner {
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
    padding-bottom: 150px;
}

#header {
    height: 150px;
    position: relative;
}

#content {
text-shadow: 1px 1px 0px #260426;
        filter: dropshadow(color=#260426, offx=1, offy=1);
}

#content_inner {
}

.content_inner_left {
padding-right: 34%;
width: 66%;
height: 450px;
}

#content_inner_right {
float: right;
width: 33%;
height: 120px;
clear: both;
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #66137F
}

.content_inner_right1, .content_inner_right2, .content_inner_right3 {
background: url(../images/bg_small.png) repeat-x bottom center;
}

.content_inner_right1 img {
margin-left: 10px;
}

.content_inner_right2 img {
margin-left: 10px;
}

.content_inner_right3 img {
margin-left: 10px;
}

.content_inner_center {width: 96%; margin: 2%; text-align: justify;}

#footer_top {
height: 50px;
width: 100%;
background: #E8A5FF;
position:absolute;
bottom: 100px;
}

#footer_top_inner {
width: 980px;
height: 20px;
text-align: center;
margin: 12px auto;
color: #420854;
font-size: 1.2em;
font-weight: bold;
}

#footer_top_inner a {
color: #DB007F;
}

#footer {
font-size: 0.9em;
height: 100px;
width: 100%;
background: #420854;
position:absolute;
bottom:0;
}


#footer_inner {
width: 1000px;
margin: 0px auto;
color: #ffffff;
}

#logo {
top: 10px;
left: 10px;
position: absolute;
z-index: 20;
}

.clear {clear: both;}

a {text-decoration: none;}

.menu {
position: absolute;
top: 105px;
right: 20px;
}

.menu a {
color: #ffffff;
font-size: 1.5em;
padding-left: 20px;
margin-left: 20px;
border-left: 1px solid #31053F;
font-family: 'Economica', Tahoma, sans-serif;
}

.menu a:hover {
color: #D89AED;
}

.f20, .f60 {
float: left; 
margin: 10px 1.5%; 
line-height: 1.6em;
font-size: 1.1em;
text-align: center;
}

.f20 {
width: 20%; 
border-left: 1px solid #540F6A;
}

.f60 {
width:50%;
}


.realizacje {
float: left;
margin: 10px 12px;
border: 2px solid #420854;
}

.nazwa {
text-align: center; 
width: 1000px; 
padding-top: 10px; 
margin-top: 10px;
border-top: 1px solid #4A0D5E;
}

h2 {
text-align: center; 
width: 1000px; 
padding-bottom: 10px; 
margin-bottom: 10px;
border-bottom: 1px solid #4A0D5E; 
font-size: 1.4em;

}
