/* Globalne style  */
body, html {
   font-family: Helvetica, Verdana, sans-serif;
   color: #9ba4b3;
   font-size: 12px;
   background-color: #000;
}
a {
   color: #9ba4b3 ;
}
a:hover {
   color: red;
}

a:visited {
  color: #9ba4b3 ;
}
img {
  border-style: none;
}

td{
  text-align:left;
}

/* Wyglad strony  */
#container {
  position: absolute;
  width: 760px;
  padding: 0px;
  left: 50%;
  margin-left: -380px;
  background-color: #1f2329;
  /*background-image: url('images/bg.gif');  */
  border: 2px solid #777783;
}

#header {
  width: 760px;
  height: 91px;
  padding: 0;
  margin: 0;
}
#footer {
   text-align:center;
   margin-top: 10px;
   font-size: 15px;
   width:100%;
   color: #a8acb3;
   font-size: 10px;
}


/*
#up_menu {
  width: 760px;
  height: 19px;
  padding: 0;
  margin: 0;
  background-color: #e3eee7;
  text-align: right;
  font-size: 10px;
}
 
#g_decor_up {
  width: 760px;
  height: 18px;
  background-image: url('images/g_decor.jpg');
  background-repeat: no-repeat;
}

#g_decor_down {
  width: 760px;
  height: 36px;
  background-image: url('images/g_decor2.jpg');
  background-repeat: no-repeat;
}
#content{
  width:100%;
}*/

#content {
  padding: 0px;
  margin: 0px;
}  

#lewa {
  width: 175px;
  float: left;
  text-align: center;
  margin-top: 10px;
}   

#prawa {
  width: 580px;
  float: right;
  text-align: center;
  background-color: #343b44;
  color: #a8acb3;
  margin-top: 15px;
  margin-right: 5px;
  margin-bottom: 10px;
}
/*
#content-right {
   background-color: #343b44;
   border-width: 1px;
   border-style: solid;
   width:575px;
   color: #a8acb3;
   margin: 5px;
   padding-bottom: 5px;
   float: right;
}
*/
/* style do menu z lewej (buttony, divy itp ) */
.content-left {
   background-color: #343b44;
   width:165px;
   color: #a8acb3;
   margin: 5px;
   float: left;
}

.menu-header{
   text-align:center;
   font-size: 15px;
   font-weight: bold;
   color: #a8acb3;
   border-style: dotted;  
   border-color: #666666;
   border-width: 1px;
   margin: 0px; 
}

.menu-content {
   text-align:center;
   font-size: 12px;
   padding:5px; 
}

.buttonscontainer {
   width: 165px;
}

.buttons a {
   color: #a8acb3;
   padding: 2px;
   padding-left: 8px;
   display: block;
   font: 13px Arial, sans-serif;
   font-weight: bold;
   text-decoration: none;
   text-align: left;
   margin-top: 1px;
   border: 0;
   /*border-bottom: 1px solid #780c1b;   */
}

.buttons a:hover {
/*   border-left: 10px solid #99FF33; */
   border-left: 10px solid #780c1b;
   text-decoration: none;
   background-color: #6b788b;
   /*border-bottom: 1px solid #780c1b; */
   color: #000;
}
/* style do tresci  */
.news-header {
   margin-left: 25px;
   text-align:left;
   font-size: 14px;
   font-weight: bold;
}

.news-content {
   margin-left: 25px;
   margin-right: 25px;
   text-align:justify;   
}

.news-quote {
   margin-left: 25px;
   margin-right: 25px;
   text-align:justify;
   font-style: italic;
}

.news-footer{
   margin-right: 50px;
   text-align:right;
   margin-top: 10px;
   font-size: 10px;
}

.content-center {
   text-align:center; 
}

/* style do agendy */
.agenda {
   text-align:center;
}
.agenda th{
   text-align:center;
   font-style: italic;
   background-color: #6b788b;
   color: #000000;
}
.agenda td{
   text-align:left;
   background-color: #cccccc;
   color: #000000;
}


