﻿body {
    font-size: 13px;
    color: #35301A;
    font-family: Sans-Serif;
    margin: 0;
    height: 100%;
    min-width: 980px;
    background-color: #ae9f58;
}

a:link, a:visited {
    color: #35301A;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
a:active, a:hover {
    color: #35301A;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}
div.Wiecej {
    text-align: right;
    width: 100%;
}

div.Shadow {
    background-color: #35301A;
    height: 200px;
    width: 100%;
    z-index: -1;
    position: absolute;
    border-bottom: solid 1px #746419;
    left: 0px;
    top: 0px;
}

div.Header {
    height: 200px;
    width: 100%;
    vertical-align: top;
}

div.MainMenu {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}

div.LeftSideBar {
    width: 205px;
    margin-left: 5px;
    vertical-align: top;
    border: none 0px;
    float: left;
}

div.RightSideBar {
    vertical-align: top;
    float: left;
    width: 175px;
    margin-right: 5px;
    border: none 0px;
}

div.Main {
    width: 560px;
    vertical-align: top;
    float: left;
    border: none 0px;
    margin: 0px 15px 0px 15px;
    max-width: 560px;
}

div.Akt {
    margin-bottom: 20px;
    width: 100%;
}
div.AktTytul {
    font-weight: bold;
    font-size: 16px;
}
div.AktFoto {
    float: left;
    margin: 0px 10px 5px 0px;
}

div.LinkStyle {
}

div.LinkStyle a {
    padding-left: 12px;
    background: transparent url(../img/strzalka.gif) no-repeat center left;
}

div.LinkStyle a:link, a:visited {
    color: #35301A;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
div.LinkStyle a:active, a:hover {
    color: #35301A;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}

.Grid {
    border: 0px;
}

.GridPager {
    border-top: solid 1px Black;
}
