body {
    background-color: #FAF9F7;
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 11px;
    color: #000000;
    margin: 0;
    padding: 0;

}

a:link, a:visited {
   font-family: tahoma, arial, verdana, sans-serif;
    color: #000000;
    text-decoration: none;
}

a:hover {
   font-family: tahoma, arial, verdana, sans-serif;
    color: #D54098;
    text-decoration: underline;
}

input, select, option, textarea {
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 11px;
    border: 1px solid #000000;
    background-color: #dddddd;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    padding-left: 25px;
    padding-top: 5px;
    margin: 0;
    background: url('gfx/arrow.png') no-repeat center left;
}

img {
    border: none;
}

p {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

#top {
    height: 165px;
    width: 100%;
    background-image: url('gfx/top_line.jpg');

    text-align: center;
}


#top1 {


    margin-bottom: -2px;
}


#top2 {

background: url(../gfx/topik.jpg) no-repeat;
     height: 131px;
    width: 977px;
    text-align: center;

}

#top_banner {
    width: 100%;
    height: 100px;
    text-align: center;

}
#bott {
    width: 990px;
    height: 50px;
      display: block;
      margin-top: 30px;
      text-align: center;
}

#bott .text{
    width: 850px;
    height: 50px;
}

#container {
    width: 990px;
    margin: 0 auto;
    padding: 0;
}

#left {
    width: 184px;
    display: inline;
    float: left;
    margin-right: 8px;
}

#left .top {
    width: 184px;
    display: block;
    margin-bottom: -2px;
}

#left .middle {
    width: 184px;
    display: block;
    background-image: url('gfx/menu_bg.gif');
}

#left .text {
    margin-left: 15px;
}

#left .bott {
    width: 184px;
    display: block;
}

#right {
    width: 184px;
    display: inline;
    float: left;
    margin-left: 8px;
}

#right .top {
    width: 184px;
    display: block;
    margin-bottom: -2px;
}

#right .middle {
    width: 184px;
    display: block;
    background-image: url('gfx/menu_bg.gif');
}

#right .text {
    margin-left: 15px;
}

#right .bott {
    width: 184px;
    display: block;
}

#center {
    width: 600px;
    display: inline;
    float: left;
}

#center .middle {
    width: 600px;
    display: block;
    background-image: url('gfx/center_bg.gif');
}

#center .text {
    margin-left: 15px;
}

h1 {
    font-size: 12px;
}

#center .photo {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    display: inline;
    border: 1px solid #ffffff;
}

#center .inside {
    float: left;
    display: inline;
}

.description {
    font-size: 10px;
}

.description_area {
    width: 300px;
    height: 80px;
}

.compulsory {
    color: red;
}

.compulsory1 {
    color: red;
    text-align: center;
}

.registred, .logout, .profil, .added, .voted, .deleted {
    text-align: center;
}


/* Pagitacja stron */
.pagitationIn_box {width: 100%; display: block; padding: 10px 0 10px 0; text-align: center;  }
.paginate {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
background-color: #FFFFFF;
}
a.paginate {
border: 1px solid #AB1B73;
padding: 2px 6px 2px 6px;
text-decoration: none;
color: #AB1B73;
}
a.paginate:hover {
background-color: #AB1B73;
color: #FFF;
text-decoration: underline;
}
a.current {
border: 1px solid #AB1B73;
font: bold 14px Tahoma, Arial,Helvetica,sans-serif;
padding: 2px 6px 2px 6px;
cursor: default;
background:#AB1B73;
color: #FFF;
text-decoration: none;
}
span.inactive {
border: 1px solid #999;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 2px 6px 2px 6px;
color: #999;
cursor: default;
}
