@charset "iso-8859-2";

body {
    padding: 0px;
    background: #ffffff;
    font-size: 10px;
    font-family: Tachoma, Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}

a {
    color: #DD137B;
    text-decoration: none;
}

a:hover {
    color: #DD137B;
    text-decoration: none;
}

img {
    border: 0px;
}

#podstawa {
    width: 770px;
    margin: auto;
    margin-top: 0px;
    position: relative;
}

#top {
    width: 770px;
    margin: auto;
    margin-top: 0px;
    position: relative;
}

.menu {
    background: url(images/top4.gif);
    float: left;
    width: 724px;
    height: 17px;
}

.menu a {
    display: inline;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}

#left {
    width: 198px;
    float: left;
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
}

.btitle {
    width: 193px;
    height: 22px;
    padding-top: 3px;
    padding-left: 5px;
    background: url(images/btitle.gif);
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.block {
    width: 186px;
    border: 3px solid #8E1C61;
    margin-bottom: 15px;
    padding: 3px;
    text-align: center;
}

#reklama {
    position: relative;
    float: left;
    width: 770px;
    margin-top: 25px;
    margin-left: 0px;
    padding-right: 30px;
	 padding-bottom: 10px;
}

#tresc {
    position: relative;
    float: left;
    width: 500px;
    margin-bottom: 10px;
    margin-top: 25px;
    margin-left: 10px;
    padding-right: 30px;
}

.news {
    width: 500px;
    border: 1px solid #DD137B;
    padding: 4px;
}

.news img {
    position: relative;
    border: 0px;
    float: right;
    padding: 5px;
    padding-left: 10px;
}

.news-title {
    color: #DD137B;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    padding-left: 10px;
}

.news-tresc {
    font-size: 12px;
    color: #000000;
    line-height: 150%;
    text-align: justify;
    text-indent: 20px;
}