/*

    Created by WookaSh - wookash.waw.pl
--------------------------------------------------------
    Contact: wookash@wookash.waw.pl

*/

body { 
  background: url(lay/back.jpg) repeat-x top;
  background-color: #B4FAC4;
  width: 99%;
  height: 720px;
  font-family: "Verdana", sans-serif; 
}

/* Doktor */

#doktor {
   position: relative; top: -5px; left: -140px; 
   background: url(lay/doktor2.png) no-repeat top;
   width: 432px;
   height: 576px;
}

/* Main */

#logo {
   margin: 20px auto;
   background: url(lay/logo.png) no-repeat top;
   width: 553px;
   height: 122px;
}

/* Main */


#main {
   margin: 10px auto;
   background-color: white;
   border: 7px solid #c7f5f9;
   width: 800px;
   height: auto; min-height: 400px;
}

/* Menu */

#menu {
   width: 750px;
   margin: 20px auto;
   padding-bottom: -20px;
   border-bottom: 2px solid #c8f5f9;
}

#menu ul {
  width: 710px;
  margin: 16px auto;
}

#menu li {
  margin-right: 30px;
  display: inline;
  width: 160px;
}

#menu li:hover {
  padding: 0 15px 16px 15px;
  margin: 0 15px 0 -15px;
  border-bottom: 2px solid #2e8499;
}

#menu a {
  text-align: center;
  text-decoration: none;
  font-size: 11pt;
  font-weight: 600;
  color: #2C8F29;
}


#menu n {
  text-decoration: none;
  font-size: 11pt;
  color: #F00;
}
.n {
	color: #F00;
}


#menu a:hover {
  padding-top: 1px;
  color: #2e8499;
}

/* Content */

#content {
  width: 610px;
  margin: -600px 0 0 160px;
}

#content h1 {
  margin: 50px 0 20px 0;
  font-size: 16pt;
  font-weight: 600;
  color: #458099;
}

#content p {
  margin-bottom: 25px;
  font-size: 8pt;
  line-height: 16px;
  text-align: justify;
}

#content ul {
  margin-top: -10px;
}

#content li {
  list-style-type: circle;
  font-size: 8pt;
  margin-top: 5px;
}

#content table {
  width: 650px;
  border-spacing: 50px 15px;
  font-size: 8pt;
}

#center {
  margin: 50px auto;
  width: 300px;
  height: auto;
}

#center img {
	width: 100px;
	border: 10px solid #c8f5f9;
}

#center img:hover {
  border: 10px solid #a1e0e5;
}

#content a {
  color: gray;
  text-decoration: none;
}

#content a:hover {
  color: black;
}

/* Footer */

#footer {
    width: 800px;
    margin: -5px auto;
    padding-bottom: 15px;
    font-size: 7pt;
    text-align: right;
    color: #b8bfcc;
}

#footer a {
    text-decoration: none;
    color: #7a8699;
}

#footer a:hover {
    color: #b8bfcc;
}

/* Dodatki */

img {border:0}

