div.base {
    position: relative;
    width: 650px;
    margin-left: auto; 
    margin-right: auto;
    margin-top: 5%;
}

div.top {
    position: relative;
    width: 300px;
    height: 40px;
    opacity: 1.0;
    margin-bottom: -18px;
}

div.text {
    width: 550px;
    min-height: 150px;
    background-color: #ffffff;
    margin-top: 0px;
    float: right;
    border: solid 1px #999999;
    /*-moz-border-radius-topleft: 5px;*/
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
   /* -khtml-border-radius-topleft: 5px;*/
    -khtml-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomright: 5px;
   /* border-top-left-radius: 5px;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-box-shadow: 1px 1px 10px #888;
    box-shadow: 1px 1px 10px #888;
}

div.menu {
    background-image: url(../images/menu.png);
    position: relative;
    border-right: solid 1px #999999;
    border-left: solid 1px #999999;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    padding: 2px;
    font-weight: bold;
    float: right;
    margin-left: 3px;
    margin-bottom: -1px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-radius-topright: 5px;
    -khtml-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

div.menua {
    background-image: url(../images/menu.png);
    position: relative;
    border-right: solid 1px #ffcc00;
    border-left: solid 1px #ffcc00;
    border-top: solid 1px #ffcc00;
    border-bottom: solid 1px #ffffff;
    padding: 2px;
    font-weight: bold;
    float: right;
    margin-left: 3px;
    margin-bottom: -1px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-radius-topright: 5px;
    -khtml-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

div.menu:hover {
    background-image: url(../images/menu.png);
    border-right: solid 1px #ffcc00;
    border-left: solid 1px #ffcc00;
    border-top: solid 1px #ffcc00;
    border-bottom: solid 1px #ffffff;
}

body {
    background-image: url(../images/tlo.gif);
    font-family: verdana;
    font-size: 13px;
}

p.text {
    margin: 5px;
    text-align: justify;
    color: #444444;
}

p.wysuniety {
    margin-left: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0px;
    color: #444444;
    text-align: justify;
}

p.gal {
    font-size: 11px;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: justify;
    color: #444444;
}

p.stopka {
    clear: right;
    text-align: center;
    font-size: 11px;
    color: #777777;
}

p.prawo {
    float: right;
    margin-top: -24px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    color: #777777;
}

a {
    text-decoration: none;
    color: #000000;
}

a.stopka {
    text-decoration: underline;
    color: #777777;
}

a.linki:hover {
    text-decoration: underline;
}

img {
    border: 0px;
    vertical-align: middle;
}

img.port {
    border-bottom: solid 1px #000000;
}

img.prawo {
    float: right;
}

input {
    border: solid 1px #000000;
    position: relative;
    margin-bottom: 3px;
    background-color: #ffffff;
    padding: 1px;
}
	
input:hover {
    background-color: #fffff1;
}
	
textarea {
    width: 538px;
    height: 150px;
    border: solid 1px #000000;
    margin-left: 0px;
    margin-right: 5px;
    font-family: verdana;
    font-size: 12px;
}

textarea:hover {
    background-color: #fffff1;
}

table {
    margin: 5px;
}

td {
    border: solid 1px #000000; 
    padding: 0px;
}

hr {
    color: #999999;
    border: solid 1px #999999;
}


