/* CSS zaklad */
* {margin: 0;	padding: 0;}
body {background:url("../image/bg.gif") repeat-y center top;	}
h1 {height:80px; width:100%; background: url("../image/bg_h1.jpg") 0 0 no-repeat; text-align: center; }
h2 {margin: 1em; padding-left:25px; color:#542B01; background: url("../image/bg_h2.gif") 0 0 no-repeat}
table {margin: 1em;  max-width: 400px;_width: expression(document.body.clientWidth > 400? "400px" : "auto" );}
li {margin-left: 1em;}
#container {width: 650px; margin: 0 auto; text-align:center; position:relative; }
#head {height:230px; width: 650; background: url("../image/bg_head.jpg") 0 0 no-repeat; }
#column {float: left; width:174px;}
#menu {width: 150px; margin: 0 0 0 24px; padding-bottom:9px; background: url("../image/spodek_menu.jpg") 0 bottom no-repeat;}
#menu ul {background: url("../image/bg_menu.jpg") 0 0 repeat-y;}
#menu ul li {list-style-type: none; text-align: center; line-height:1.5em; font-weight: bold; margin: 0;}
#menu ul li a	{text-decoration: none; color: #000000;		}
#menu ul li a:hover	{text-decoration: underline; color: #830000;}
#text {float: right; width: 476px; background-color: #F2EDEE; text-align: justify;}
#text p {margin: 1em;}
#text ul {margin: 1em 5em 1em 1em;}
#text a {color: #753C02;}
#footer {clear: both; width: 650px; background-color:#D2D0D0; line-height:1.1em; text-align: center;font: 80%/1.6 Tahoma, "Geneva CE", lucida, sans-serif;}
#footer a {color: white; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
.input {
color : black; 
background : #ffffff; 
border : 1px solid; 
} 
