a,
a:link,
a:visited {
color: #A11C1C
}

body, html {
height: 100%;
margin: 0px;
padding: 0px;
text-align: center;
}

#wrapper {
position: relative;
max-width: 768px;
min-height: 100%;
margin-left: auto;
margin-right: auto;
border-left: 1px solid black;
border-right: 1px solid black;
padding: 0;
background-image: url(../graphics/background.gif);
background-repeat: repeat-y;
text-align:left;}

/* IE fix */
*html #wrapper {
width: 768px;
height: 100%;}

#logo {
display: block; 
margin: 0;
border-top: 1px solid black;}

#topMenu {
display: block;
margin: 0;
border-left: 0px;
border-right: 0px;
border-top: 1px solid black;
border-bottom: 1px solid black;}

#left {
float: left;
width: 165px;
margin-right: 1px;
padding-bottom: 35px;
text-align: left;}

/* IE fix */
*html #left {
padding-bottom: 40px;}

#sideMenu {
margin-top: 15px;
margin-bottom: 20px;
border-top: 1px solid #988459;}

#sideMenu img {
display: block;
border-bottom: 1px solid #988459;
cursor: hand;}

#center {
width: 436px;
float: left;
margin-right: 1px;
padding-bottom: 35px;
text-align: left;}

/* IE fix */
*html #center {
padding-bottom: 40px}

#right {
width: 165px;
float: left;
padding-bottom: 35px;
text-align: left;}

/* IE fix */
*html #right {
margin-right: -5px;
padding-bottom: 40px;}

.clear-floats {
clear:both;}

#footer {
position: absolute;
left:0;
bottom:0;
width: 768px;
height: 35px;
border-top: 1px solid black;
background: #685425;}

/* IE fix */
*html #footer {
bottom: -1px;}

#footer table{
width: 100%;
margin-bottom: 5px;
font-family: arial, helvetica, sans-serif;
font-size: 9px;
color:white;}


/* Rozwijane menu */

.Menu {
border: 0px;
font-family: "trebuchet ms", arial, helvetica, sans-serif;
font-size: 12px;
float: left;
text-decoration: none;
}

.Menu a,
.Menu a:visited,
.Menu a:link {
color: black;
}

.MenuText,
.MenuText a,
.MenuText a:visited,
.MenuText a:link {
padding-left: 5px;
padding-right: 5px;
margin-top: 2px;
color: black;
text-decoration: none;
}

.subMenu table {
border: 1px solid black;
border-collapse: collapse;
background: #B4BF9A;
font-family: "trebuchet ms", arial, helvetica, sans-serif;
font-size: 12px;
white-space: nowrap;
}

.subMenu td {
white-space: nowrap;
}

.mouseOut {
padding-left: 5px;
cursor: pointer;}

.mouseOver {
padding-left: 5px;
background: #356A38;
color: white;
cursor: pointer;}

a.menubar,
a.menubar:link,
a.menubar:active,
a.menubar:visited {
  color: #f0f0f0;
  font-family: "trebuchet ms", arial, helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold; 
}

a.menubar:hover {
  color: yellow;
  font-family: "trebuchet ms", arial, helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold; 
}

