﻿body
{
    color: #fff;
}

P
{
    font-size:1.4em;
}

a
{
    color: White;
}

a:hover
{
    color: White;
}

a:visited
{
    color: White;
}

#logo h1
{
    margin:0px 0px 0px 0px;
    font-size: 2.5em;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    text-align: right; 
}

.button
{
    -moz-box-shadow: inset 0px 0px 2px -21px #ffffff;
    -webkit-box-shadow: inset 0px 0px 2px -21px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background-color: #ededed;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #000000;
    font-family: Verdana;
    font-size: 15px;
    font-weight: normal;
    padding: 8px 21px;
    text-decoration: none;
    color: #000000;
}

.button:link
{
    position: relative;
    top: 1px;
    left:1px;
}

.button:active
{
    position: relative;
    top: 1px;
    left:1px;
}

.button:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    background-color: #dfdfdf;
}

#footer
{
    text-align: center;
    padding-bottom: 10px;
}

.imagesrotator a img
{
    border: 0;
}

.imagesrotator a
{
    text-align:center;
    position: absolute;
}

.imagesrotator
{
    height: 180px;
}

#menu a
{
    color: Black;
}

#adres P
{
    font-size:1.1em;
}

#adres H2
{
    margin:0px 0px 0px 0px;
}