body {
margin:0;
background-color:#3c3f42;
}

input,
textarea {
font-size:12px;
color:#a5a5a5;
min-width:300px;
font-family:Georgia, "Times New Roman", Times, serif;
padding:10px;
background-color:#585c61;
border:1px solid #383b3e;
}


#top {
width:100%;
height:110px;
background-color:#383b3e;
}

#line {
font-weight:bold; 
border-top:1px solid #747678; 
width:508px; 
padding-top:10px; 
margin:auto;
}

#footer {
position: absolute;
width:100%;
padding-top:0px;
padding-bottom:10px;
bottom: 0; 
text-align:center;
background-color:#383b3e;
font-size:10px;
color:#7d7d7d;
font-family:Georgia, "Times New Roman", Times, serif;
}

.jasne {
color:#aaaaaa;
font-weight:normal;
margin-right:30px;
}

img {
border:0px solid;
float:left;
}

#menu {
margin:0;
margin-left:50px;
float:left;
}

.menus {
margin-right:94px;
margin-top:68px;
float:left;
}

.wrapper {
width:990px;
margin:auto;
}

.wrapper p{
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#ababab;
font-weight: bold;
text-decoration:none;
}

.wrapper p a{
color:#ababab;
text-decoration:none;
}

.wrapper p a:hover{
color:#8dba35;
text-decoration:none;
}

#slideshow {
    position:relative;
    height:80px;
}

#slideshow IMG {
    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;
}



