* {
	font-family: verdana, arial, tahoma, sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #505050;
	color: #000000;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}

img, a img {border: 0px; padding: 0px; margin: 0px; float:left;}

a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

a:hover {color: #AF2926;}


p {
	padding: 10px 20px 10px 20px;
	margin: 0px;
	line-height: 16px;
	float:left;
}

h1 {
	clear: both;
	padding: 20px 0px 0px 20px;
	width: 544px;
	color: #AF2926;
	font-size:14px;
}

/* ----- top ----- */

#top{
	clear:both;
	width: 748px;
	height:81px;
	margin:auto;
	text-align: right;
	background-color: #990100;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	/*background: url(/gfx/toptlo.jpg) repeat-x;*/
	color: #ffffff;
}
#top a{float: right; padding-right:50px;}

#top p{
	width: 400px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0px 0px 20px;
	color: #ffffff;
}

#top p.brw{
	width: 400px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding: 20px 0px 0px 20px;
	color: #EAEAEA;
}

/* ---------- */

#calosc {
	width: 748px;
	margin:auto;
	background-color: #EAEAEA; 
}

#tlo {
	background: url(/gfx/tlo.gif) repeat-y;
	width: 762px;
	margin: auto;
}
/* ----- panel lewy ----- */

.left {
	width:184px;
	float:left;
}

.left h1 {
	background: url(/gfx/left_h1.gif) no-repeat right;
	background-color: #B7B7B7;
	padding: 10px 0px 0px 20px;
	float:left;
	font-size:14px;
	width: 164px;
	height: 27px;
	font-weight: bold;
	color: #000000;
	
}
.left h1 a{color: #000000; font-weight: bold;}
.left h1 a:hover{color: #ffffff;}

.left ul {
	list-style: none;
	float:left;
	font-size:12px;
	background: url(/gfx/left_li.gif) repeat-y right;
	background-color: #B7B7B7;
	width: 154px;
	padding: 5px 0px 0px 30px;
}

.left li {
	padding: 3px 0px 0px 0px;
	float:left;
}

.left li a{color: #505050;}
.left li a:hover{color: #ffffff;}

/* ---------- */

.right {
	width: 564px;
	float: left;
}

.right p.index {
	width: 250px;
	padding: 8px 0px 0px 20px;
	float: left;
}

.right h1.index {
	clear: none;
	width: 250px;
	padding: 20px 0px 0px 20px;
	float: left;
}

.right p.katalogi {
	width: 500px;
	padding: 0px 0px 0px 50px;
	float: left;
}

.right p.katalogi img{
	float: left;
	padding:20px 20px 0px 0px;
}

.right .foto {
	clear: both;
	width: 500px;
	padding: 10px 0px 0px 20px;
}

.right .foto img{
	float: left;
	padding: 0px 10px 10px 0px;
	width: 150px;
	height: 100px;
}


/* ---------- */

.footer {
	clear: both;
	background: url(/gfx/foot.gif) no-repeat;
	margin:auto;
	width:748px;
	height: 20px;
	padding: 13px 0px 0px 0px;
	font-size: 10px;
	text-align: center;
}


.cl {clear: both;}


/* tabele */


table {
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
	border: 1px solid #DECC9E;
	float: left;
	text-align: right;

}

table td{
	padding: 5px;
	border-bottom: 1px solid #DECC9E ;
	color: #301F03;
	
}

table tr.p {background-color: #FBF4E2;}

table tr.n {background-color: #FFFAEC;}

table th {background: #E5D5B3; color: #7E571E; padding: 5px; }

.la {text-align: left;}
.ca {text-align: center;}
.ra {text-align: right;}



/* formularze */
form {
	padding: 40px 0px 20px 20px;
	width:350px;
}

input{
	width: 300px;
	height: 16px;
	border:1px solid #B7B7B7;
	margin: 2px 0px 0px 0px;
	background-color: #ffffff; 
	padding: 3px 0px 0px 5px;
	font-size:10px;
	float: left;
}

label{
	width: 300px;
	height: 16px;
	padding: 5px 0px 0px 0px;
	font-size:10px;
	float: left;
	margin: 0px;
}

textarea{
	width: 300px;
	height: 50px;
	border:1px solid #B7B7B7;
	margin: 2px 0px 0px 0px;
	background-color: #ffffff; 
	padding: 3px 0px 0px 5px;
	font-size:10px;
	float: left;
}


.submit{
	width: 308px;
	height: 25px;
	border:2px solid #B7B7B7;
	margin: 10px 0px 10px 0px;
	background-color: #ffffff; 
	padding: 3px 0px 5px 0px;
	font-size:11px;
	font-weight: bold;
	float: left;
	color: #000000;
}


