/*style podstawowych znaczników */
 body {font-family: Verdana;font-size:10px;color: #000;margin: 0 auto; width:1000px; background:#f2f2f2;} 
 img {border:0}
a {color: #000;} 
 .l {text-align: left;}
 .c {text-align: center;}
 .b{font-weight:bold}
.cl {clear:both} 
.overfl {overflow:auto}
 input,select {border:1px solid #000;background:#fff;}
 
input.submit {text-align: center;margin: 5px auto;background: #fff;padding: 0 10px;}
div.msgerr {color: #b22222; text-align: center; border: 1px solid black;background: #ffb6c1; width: 400px; margin: 10px auto;padding: 10px;}
div.ttdiv {font-size:14px;font-weight:bold;margin-bottom:40px;text-align:left;}

/*logowanie*/
 div#logow {width:300px;height:200px;margin:100px auto 0 auto;border:1px solid #A9A9A9 ; background:#c0c0c0; text-align:center;}
 div#logow #title {background:gray;font-weight:bold;color:#fff;margin-bottom:50px;line-height: 20px;}
 form#logform div {margin:4px;}
 #logow label {font-weight: bold;margin: 3px;width:80px;}

 div#logo {width:1000px;border:1px solid #000;height:37px;margin-bottom:20px;}
 
 div#leftmenu {float:left;width:200px;border:1px solid #000;margin-right:10px;background:#ddd;}
 ul.ulmenu {list-style-type: none;margin: 0;padding: 0;}
 ul.ulmenu li {border-bottom: 1px solid #000;line-height: 20px;padding-left:5px;}
 ul.ulmenu li.podmenu {padding-left:25px;}
 
 div#rightbox {float:left;width:780px;border:1px solid #000;min-height: 400px;}
 
/*tabele */
tr.trtitle td {font-weight:bold}
table.list {margin: 0 auto;text-align:center;background:silver;border-collapse: collapse;	border-spacing: 3px;}

table.list tr.s0 td {background: silver;}
table.list tr.s1 td {background: #d3d3d3;}
table.list tr.st0 td {background: silver;}
table.list tr.st1 td {background: #d3d3d3;}
table.list td {border: 2px solid #f2f2f2; padding: 2px 5px}
table.formul div.err {color:#f00;}
table.formul {margin: 0 auto;text-align:left;background:silver;border-collapse: collapse;	border-spacing: 3px;}
table.formul td {border: 2px solid #f2f2f2; padding: 2px 5px;}
