/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
       color: #D2EAFF;
}

a:hover {
       text-decoration: none;
       color: #FF0000;
}

a:visited {
       color: #D2EAFF;
}

body {
       
       background: #03152B url(images/pasek0.jpg) repeat-x;
       font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
       color: #F1F1F1;
}

#content
{
       margin: 0 auto;
       width: 721px;
       border-left: 1px solid #0099FF;
       border-right: 1px solid #0099FF;
       text-align: left;
}

#back
{
width: 695px;
}

#header {
       height: 240px;
       text-align: left;
}

#menu
{
width: 786px;
height: 81px;
background: url(images/menu.jpg) no-repeat;
}

#menu ul {
       list-style: none;       
}

#menu li {
       
       display: inline; 
       
}

#menu a {
       float: left;
       width: 120px;
       height: 51px;
    display: block;
       text-align: center;
       text-decoration: none;
       color: #FFCC00;
       font-weight: bold;
       font-size: 12px;
       text-transform: uppercase;
       padding-top: 30px;
       background: url(images/button.jpg) no-repeat;

}

#menu a:hover {
       width: 120px;
    height: 51px;
       color: red;
       text-decoration: underline;
       background: url(images/button_r.jpg) no-repeat;
}


#logo {
background: url(images/new5.jpg) no-repeat;
width: 721px;
height: 149px;
text-align: center;
padding-right: 0px;
padding-top: 30px;
border-top: 1px solid #0099FF;
}


#logo a {
       text-decoration: none;
       text-transform: none;
       font-style: italic;
       font-size:45px;
       color: red;
}
#logo H2 a
{
font-size: 12px;

}

#left
{
       padding: 10px;
       width: 240px;
       padding-right: 1em;
}

#left H3
{
width: 237px;
height: 45px;
font-size: 14px;
font-weight: bold;
padding-left: 80px;
padding-top: 10px;
text-transform: none ;
color:#EBCF0A;
background: url(images/title.jpg) no-repeat
}

#left ul {
       list-style: none;
}

#left li ul {
       border: 0px;
       margin-left: 40px;
       margin-bottom: 10px;
}

#left li li {
       padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#left a {
       color: aqua;
}
#left a:visited {
       color: aqua;
}

#left p
{
padding: 10px;
}

#calendar1 {
       padding: 0 10px 20px 10px;
}

#calendar table {
       width: 100%;
       text-align: center;
}

#calendar thead {

}

#calendar tbody td {
       border: 1px solid #F1F1F1;
       border-top: 1px solid silver;
}

#calendar #prev {
       text-align: left;
}

#calendar #next {
       text-align: right;
}

#calendar tfoot a {
       text-decoration: none;
       font-weight: bold;
}

#calendar #now {
       background: #696969;
       border-top: 1px solid silver;
       font-weight: bold;
       color: #ffffff
       
}

#right
{
float: right;
width: 420px;
padding-right: 0px;
padding-top: 0px;
}

#right H4
{
       margin: 0;
       padding: 0px;
       font-size: 12px;
       color: #D2EAFF;
}

#right a
{
color: #D2EAFF;
text-decoration: none;
}

#right p {
       margin: 0;
       padding: 0;
       padding-bottom: 10px;
}

#right h2 {
       margin: 0;
       padding: 0;
       padding-top: 10px;
       color: #D2EAFF;
}
.date {
       text-align: right;
       color: #CC6699;
       font-size: 11px;
}

.date a {
       color: #CC6699;
       
}



#footer {
       height: 57px;
       width: 721px;
       clear: both;
       padding-top: 10px;
       border-top: 1px solid #0099FF;
       background: url(images/footer.jpg) repeat-x
}

#footer p {
       margin: 0;
       font-size: 10px;
       text-align: center;
       color: red;
}

#footer a {
       color: red;
}
