/* CSS Document */
body {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	background-image: url('../images/szablon/mat-background-top.jpg');
	color:#666666;
	line-height: 18px;
}

a:link, a:visited, a:active  {
	color: #212A7A;
	text-decoration: none;
	border-bottom: 0px none #FFFFFF;
}

a:hover  {
	color: #212A7A;
	text-decoration: underline;
	/*border-bottom: 1px solid #CC332A;*/
}


p {
	margin: 20px; 
}

ol {
	margin: 20px; 
}

ul {
	margin: 20px; 
}

table {
	/*background-color: #FFFFFF;*/
	font-size: 11px;
}

table.tbmain {
	/*background-color: #FFFFFF;*/
	width: 740px;
	border-width: 0px;
	/* text-align: center; */
}

table.content {
	background-color: #FFFFFF;
	width: 740px;
	border-width: 0px;
}

td.obowiazkowe { color: #FF0000 }
input.submit { background-color: #BBCBDF }

input, select, textarea {
	margin: 1px;
	padding: 2px;
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	background: #FFFFFF none;
	border: 1px solid #999999;
	vertical-align: middle;
}

input.text {
	width: 150px;
	background: #FFFFFF none;
	font-size: 12px;
	border: 1px solid #999999;
}

textarea {
	width: 150px;
	background: #FFFFFF none;
	font-size: 12px;
	border: 1px solid #999999;
}

input:hover, select:hover,textarea:hover {
	background-color: #F5F5F5;
}

input:focus, select:focus, textarea:focus {
	background-color: #F5F5F5;
	border: 1px solid #212A7A;
}

input.checkbox {
	margin-right: 3px;
	border: 0;
}

td.obrazek   { text-align: left; }
td.opis   { padding: 0px 10px 0px 10px; }
img.obrazek {background-color: #E7EDF4; padding: 5px; }

.context {text-align: left; margin: 0px 20px 0px 0px; border: 0px solid;}
