/* CSS Document */

body {
  margin:0px;
  background-color:#E3C680;
}

body, td {
  font-size:10pt;
  font-family:verdana,tahoma,arial,helvetica;
  }

a {
  color:#9D0000;
  text-decoration:none;
  }  
  
a:hover {
  color:#3D1B1B;
  text-decoration:none;
  }  
  
/* HEADER */

.header {
  width:800px;
  height:209px;
}

.tfoto {
  float:left;
  width:325px;
  height:209px;
  background-image:url(slices/foto.jpg);
  }
  
.top {
  float:right;
  width:475px;
  height:126px;
  background-image:url(slices/top.jpg);
  }
  
.title {
  float:right;
  width:475px;
  height:83px;
  background-image:url(slices/titul.gif);
  background-repeat:no-repeat;
  padding-top:0px;
  }
  
h1 {
  font-size:16pt;
  color:#9D0000;
  font-weight:normal;
  text-align:right;
  margin:0px 70px 0px 0px;
  padding:0px;
  margin-top:27px;
  }
  
.contentDock {
  width:800px;
  background-image:url(slices/bg.gif);
  background-repeat:repeat-y;
  }
  
.menu {
  float:left;
  width:176px;
  }
  
.menuAct, .menuPas {
  width:176px;
  height:41px;
  margin-bottom:5px;
  padding-right:5px;
  padding-top:10px;
  font-size:10pt;
  font-weight:bold;
  text-align:center;
  }
  
.menuAct a:hover {
  color:#EDD3D3;
  text-decoration:none;
  }  
  
.menuAct {
  background-image:url(slices/menuAct.jpg);
  background-repeat:no-repeat;
  color:white;
  }

.menuPas {
  background-image:url(slices/menuPas.jpg);
  background-repeat:no-repeat;
  }

.content {
  float:right;
  width:569px;
  margin-right:40px;
  margin-left:10px;
  text-align:justify;
  }

.bottom {
  clear:both;
  width:800px;
  height:31px;
  background-image:url(slices/bottom.gif);
  }
  
.nomargin {
  margin-top:0px;
  }

.clearer {
  clear:both;
  }
  
.cenik th {
  font-weight:normal;
  text-align:center;
  font-size:10pt;
  background-color:#E4CFBA;
  }

.cenik td {
  background-color:#E4CFBA;
  text-align:center;
  }
