* {margin: 0; padding: 0}
body {background: #fff url(gfx/bg1.jpg) repeat-x; text-align: left}
p.info {margin: 10px}
hr {margin: 10px; border: 1px solid #FE8700}

/* LEFT */
#left {position: absolute; top: 0; left: 0; width: 150px; min-height: 400px; background: #fff url(gfx/bg4.jpg) no-repeat top}
*html #left  {height: 400px}

/* CONTENT */
#content {position: absolute; top: 0; left: 150px; width: 530px; min-height: 650px; background: #fff url(gfx/bg2.jpg) no-repeat center top}
*html #content  {height: 650px}
#content #text {margin: 100px 40px 35px 40px; width: 450px}
#content #text  h1 {font: bold 22px "Trebuchet MS"; margin: 10px}
#content #text  h2 {font: bold 18px "Trebuchet MS"; margin: 10px}
#content #text  h3 {font: bold 16px "Trebuchet MS"; margin: 6px}
#content #text  p {font: 13px "Trebuchet MS"; margin: 5px 0}
#content #text  p.title {font: bold 16px "Trebuchet MS"; margin: 10px 10px 5px 10px}
#content #text  ul, ol {margin: 10px 20px}
#content #text  li {font: 13px/1.5 "Trebuchet MS"}
#content #text a {font-weight: bold; color: #FE8700}
#content #text a:hover {text-decoration: none}

/* FOOT */
#foot {position: relative; width: 530px; height: 130px; background: #fff url(gfx/bg3.jpg) no-repeat center top}
#foot #text {position: absolute; bottom: 15px; left: 40px; width: 450px}

/* MENU */
#menu {position: absolute; top: 75px; left: 690px; width: 200px; background: #FFF1E0; border: 2px solid #FE8700; border-top-width: 0}
#menu ul {margin: 10px 0; list-style: none}
#menu ul li {font: 10px/1.5 Verdana}
#menu ul li a {font-weight: bold; text-decoration: none; color: #FE8700; background: #FED5A6; padding: 3px 8px; display: block; margin-bottom: 2px; border-bottom: 1px solid #FE8700; border-left: 6px solid #FE8700}
#menu ul li a:hover {background: #FE8700; border-right: 6px solid #FE8700; color: #FFF1E0}
#menu h3 {font: bold 16px "Trebuchet MS"; background: #FE8700; color: #fff; padding: 5px}

/* FORMULARZ - DADAJ */
form div {border: 1px solid #FE8700; padding: 5px; background: #FED5A6; margin: 10px; font: bold 13px "Trebuchet MS"; color: #FE8700}
input {width: 300px; border: 1px solid #FE8700; padding: 2px; margin: 5px; font-size: 10px}
textarea {width: 350px; height: 500px; border: 1px solid #FE8700; padding: 2px; margin: 5px; font: 10px/1.5 Verdana}
.ile {font: normal 10px Verdana; color: #444; background: #CEBEB2; padding: 3px}
.ile input {width: 40px; text-align: center}
.submit {width: 150px; background: #FE8700; font-weight: bold; color: #fff}

/* TABLE */
td {font: 10px Verdana; padding: 2px; background: #FED5A6; border: 1px solid #FE8700}

