
#content {  
  height: 100%;
  min-height: 100%;
  text-align: left;
}

#content,
#width {
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 90%;
  min-width: 90%;
  height: auto;
}
#header-{
  position: relative;
  height: 193px;
}
#header-#title {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 130px;
  padding: 5px;
  text-align: right;
}

#header-h1 {
  margin: 0;
  padding: 0;
  font: 700 4em "trebuchet ms", serif;
  letter-spacing: -3px;
  text-transform: lowercase;
  color: #FFF;
}
#header-h2 {
  position: absolute;
  top: 10px;
  right: 5px;
  margin: 0;
  padding: 0;
  
}

#header-h3 {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;  
  text-align: left;
 
}

#mainMenu { 
  float: right;
  width: 50%;
  clear: both; 
   
}
#mainMenuL { 
  float: left;
  width: 100%;
  clear: both;  
  font: 400 1.6em "trebuchet ms", serif;
  
}
#mainMenuL .dmarquee {
  margin-left: 28%;
  color: #1dafd9;
  
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  
  
}

#mainMenu li a {
  float: left;
  margin: 0 2px;
  padding: 5px 0.5em;
  font: 400 1.6em "trebuchet ms", serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #A8A8A8;
}
#mainMenu li a.last {
  margin-right: 0;
  border-top: 5px solid #1d1e21;
}

#mainMenu li a:hover,
#mainMenu li a.here 
{
    
  color: #1dafd9;
  border-top: 5px solid #000;
}

#page {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 9em;
}

#footer {
  float: left;
  width: 100%;
  clear: both; 
  margin-top: -4.8em;
  background: #000 url(../images/bg/footer.jpg) repeat-x top left;
}

#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  padding-top: 40px;
  
}

.width100 {
  width: 100%;
}

.width75 {
  width: 72%;
  }

.width50 {
  width: 49.7%;
}
.width50 {
  width: 49.7%;
}
.width60 {
  width: 59.7%;
}

.width25 {
  width: 26.7%;
}
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.gradient {
  margin-bottom: 2em;
  background: #393939 url(../images/bg/gradient.jpg) repeat-x bottom left; 
}

#mainContent 
{
    margin-left: 100px;
	padding:0px;
	
}


#tabela 
{
   padding:0px;
   margin-top: 10px;
   margin-left: 60px;
   margin-bottom: 10px;
   border: 4px solid black;
   border-collapse: collapse;
   background-color: transparent;
   font-family: 700 4em "trebuchet ms", serif;
}
#tabela td {
   border: 1px solid black;
   padding: 5px;
   text-align: center;
   
}
td.head {
width: 380px;
height: 18px;
color: #000000;
font-weight: bold;
background-color: #aaaaaa;
text-align: center;
}
td.head1 {
width: 100px;
height: 18px;
color: #000000;
font-weight: bold;
background-color: #aaaaaa;
text-align: center;
}
td.wyruzniony 
{
font-size: 1.1em;
width: 240px;
height: 18px;
color: #000000;
font-weight: bold;
background-color: transparent;
text-decoration:underline;
text-align: center;

}
tr.wyruzniony {
width: 240px;
height: 18px;
color: #000000;
font-weight: bold;
background-color: transparent;
text-decoration:underline;
text-align: center;
}

div.scroll {
height: 300px;
width: 98%;
overflow: auto;
background-color: transparent;
padding: 8px;
}

