html {
overflow: -moz-scrollbars-vertical;
}

body{
font-family: verdana,tahoma;
font-size: 10px;
color: #ffffff;
background: url(images/bg.gif) repeat;
}

.center{
margin: auto;
width: 845px;
}

#top_baner{
background: url(images/top_baner.png);
height:230px;

}

#menu{
background: url(images/menu_bg.png);
height:54px;
}

img{
border: none;
}

#menu_buttons {
font-family: Tahoma;
font-size: 14px;
font-weight: bold;
list-style-type: none;
margin: 0;
padding-left: 26px;
line-height: 30px;
}

li{
float: left;
}

#menu_buttons a{
background: url(images/start_btn1.png);
text-decoration: none;
display: block;
color: black;
width: 91px;
height:54px;
text-align: center;
}

#menu_buttons a:hover {
background-position: -0px -54px;
}


#content{
color: white;
background: url(images/text_bg.png);
min-height:320px;
float: left;
}

h2{
padding: 5px;
margin-left: 0px;
}

#contact{
font-size: 14px;
padding: 10px 30px 10px 30px;
margin-left: 30px;
margin-right: 30px;
color: white;
}

#contact a{
font-size: 14px;
color: #ebc205;
}

#contact a:hover{
color: white;
}

a{
color:darkred;
text-decoration: none; 
}

a:hover{
color:white;
}

#nag3{
color: white;
font-size: 14px;
font-weight: bold;
float: left;
width:500px;
padding-top: 10px;
margin-bottom: 10px;
}

#nag{
color: white;
font-size: 14px;
font-weight: bold;
padding-left: 60px;
float: left;
width:560px;
padding-top: 10px;
clear: both;
}

#nag_realizacje{
color: white;
font-size: 14px;
font-weight: bold;
min-width:500px;
padding-top: 10px;
}

#nag1{
margin-left: 40px;
background: url(images/bg_yellow.png) ;
height: 25px;
width: 510px;
overflow:hidden;
color: black;
font-size: 16px;
font-weight: bold;
padding-top: 8px;
padding-left: 6px;
}

#nag2{
margin-left: 40px;
background: url(images/bg_yellow.png) repeat-x;
height: 33px;
width: 510px;
overflow:hidden;
color: black;
font-size: 16px;
font-weight: bold;
padding: 6px;
display: block;
float: left;
position: relative;
z-index:1
}

.gallery{
clear:both;
width: 750px;
margin: 10px 10px 10px 50px;
}

.gallery a{
margin: 10px;
}

.gallery1{
clear:both;
width: 680px;
margin: 10px 10px 10px 120px;
}

.gallery1 a{
margin: 10px;
}

#list1{
overflow: hidden;
float:left;
list-style: square;
width: 450px;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 15px;
}

#map{
overflow: hidden;
float: left;
width: 430px;
padding: 10px 40px 10px 60px;
}

#text{
overflow: hidden;
text-align: left;
float: left;
width: 430px;
padding: 10px 30px 10px 30px;
margin-left: 30px;
margin-right: 30px;
color: white;
}


#text2{
overflow: hidden;
text-align: left;
float: left;
width: 540px;
padding: 10px 30px 10px 30px;
margin-left: 30px;
margin-right: 30px;
color: white;
}

#footer{
background: url(images/footer.png);
height:33px;
width: 845px;
text-align: center;
float: left;
}

#footer_left{
float: left;
padding: 10px;
margin-left: 20px;
color: darkred;
}

#footer_right{
float: right;
padding: 10px;
margin-right: 10px;
color: darkred;
}

#slideshow_root{
margin-right: 290px;
float:right;
}

#slideshow {
	position: absolute;
}

#slideshow IMG {
	width: 260px;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#splash{
position: relative;
bottom: -259px;
z-index:2;
float:right;
}


