* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #0095D9;	
}

a:hover {
	text-decoration: underline;
}


ul li {
	list-style: none;
}


td {
	font: 11px Tahoma, sans-serif;
	color: #3F3F3F;
}

body {
	background: #FFFFFF url(images/bg.gif) repeat-x;
	font: 11px Tahoma, Arial, sans-serif;
	color: #3F3F3F;
}

#container {
	margin: 0 auto;
	width: 774px;
	position: relative;
}

#logo {
	background: #FFF url(images/logo.gif) no-repeat;
	width: 132px; height: 58px;
	position: absolute; top: 30px;
}

#plikiCad {
	background: #FFF url(images/plikiCad.gif) no-repeat;
	width: 78px; height: 17px;
	position: absolute; top: 75px; right: 10px;
}

#menug {
	background: #FFF url(images/menug.gif) no-repeat;
	width: 774px; height: 50px;
	position: relative; top: 110px; 
}

#menug ul {
	position: absolute; top: 10px; left: 7px;
}

#menug ul li {
	padding: 0px 0px;
	float: left;
}

#menug a {
	color: #FFF;
}

#menug a:hover {
	color: #000;
	text-decoration: none;<pre></pre>
}

#menug .sep {
	background: url(images/sep.gif) no-repeat;
	width: 11px; height: 28px; margin: -7px 0px 0px 0px;
}

#cont {
	position: relative; top: 130px; 
	width: 774px;	
}

#cad td {
	font: 9px Tahoma, Arial, sans-serif; color: #7B7B7B;
	padding: 2px;
	text-align: center
}

#cad .selectall {
	background: url(images/selectall.gif) no-repeat;
	width: 14px; height: 16px; display: block;
}

#cad .cad-tit1 {
	border-bottom: 2px solid #C2C2C2;
	border-right: 1px solid #E8E8E8;
	font-weight: bold;
}

#cad .cad-tit2 {
	border-bottom: 2px solid #C2C2C2;
	font-weight: bold;
}

#cad .select {
	border-right: 1px solid #E8E8E8;
}

#cad .cad-pr1 {
	border-bottom: 2px solid #C2C2C2;
	border-right: 1px solid #E8E8E8;
}

#cad .cad-pr2 {
	background: #F6F6F6;
	border-bottom: 2px solid #C2C2C2;
	border-right: 1px solid #E8E8E8;
}

#cad .cad-pr2op {
	background: #F6F6F6;
	border-bottom: 2px solid #C2C2C2;
	border-right: 1px solid #E8E8E8;
	text-align: left;
	padding: 10px;
}

#cad .cad-pr2op p {
	margin-top: 5px;
}

#cad .cad-pr3 {
	border-bottom: 2px solid #C2C2C2;
}

#ik li {
	padding: 0px 1px;
	float: left;
	color: #E1E1E1;
}

#ik img {
	border: 0px;
	width: 15px; height: 12px;
}

#stopka {
	position: relative;
	background: url(images/stopka.gif) repeat-x;
	width: 774px; height: 79px;
}

#stopka .enp {
	position: absolute; top: 11px; left: 15px;
	background: url(images/enp.gif) no-repeat;
	width: 83px; height: 13px; display: block;
}

#stopka .roca {
	position: absolute; top: 6px; right: 15px;
	background: url(images/roca.gif) no-repeat;
	width: 46px; height: 21px; display: block;
}
#stopka p {
	position: absolute; top: 40px; right: 15px;
	font: 9px Tahoma, sans-serif;
	color: #989898;
}

#search {
	position: relative;
	text-align: center;
}

.search {
	background: #F0F0F0;
	border: 1px solid #D8D8D8;
	font: bold 11px Tahoma, sans-serif;
	color: #7B7B7B;
	padding: 1px;
	margin-right:5px;
}

option {
	background: #F0F0F0;
}

select {
	font: bold 9px Tahoma, sans-serif;
	color: #7B7B7B;	
	margin-right:5px;
}