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

body {
	background: url(/gfx/tlo.jpg) repeat-x;
	background-color: #5D5D5D;
	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;
	font-weight: bold;
	color: #342922;
}

p {
	padding: 0px;
	margin: 0px;
}

h1 {
	width: 330px;
	float: left;
	font-size: 16px;
}

/* ----- top ----- */
#top{
	width: 892px;
	margin:auto;
	height: 92px;
	background: url(/gfx/top_tlo.jpg) no-repeat;
	padding: 30px 0px 0px 25px;
}

#top a.firma{
	float: right;
	padding-right: 20px;
	padding-top: 47px;
}

#top a.kontakt{
	float: right;
	padding-right: 20px;
	padding-top: 47px;
}


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

#calosc {
	clear: both;
	width: 917px;
	margin:auto;
	background: url(/gfx/calosc_tlo.gif) repeat-y;
}



/* --- left --- */

.left {
	width:206px;
	float:left;
	padding: 52px 0px 0px 10px;
	background: url(/gfx/left_gora.gif) no-repeat;
}
.left h1 {
	background-color: #D10801;
	width: 185px;
	font-size:12px;
	padding: 4px 0px 4px 15px;
	float: left;
	margin-bottom:2px;
	color: #ffffff;
}

.left h1 a{color: #ffffff;}

.left a:hover{text-decoration: underline;}

.left ul {
	float:left;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
}

.left ul li {
	list-style: none;
	float:left;
	width:185px;
	padding: 4px 0px 4px 15px;
	color: #ffffff;
	background-color: #C10601;
	margin-bottom:2px;
}

.left ul li a {
	color: #ffffff; 
	text-decoration: none;
	font-weight: normal;
	padding-left:10px;
}

.left ul li a:hover {color: #DEE1D9;}


/* --- right --- */
.right {
	background: url(/gfx/right_top.gif) no-repeat;
	width: 646px;
	float:left;
	padding: 40px 15px 0px 40px;
}

.right h1 {
	clear: both;
	background: url(/gfx/right_h1.gif) no-repeat;
	color: #CF1D1B;
	font-size: 18px;
	width: 340px;
	padding: 30px 0px 0px 70px;
	height: 31px;
	float: left;
}

.right h2 {
	color: #CF1D1B;
	font-size: 16px;
	width: 410px;
	padding: 10px 0px 0px 0px;
	height: 31px;
	float: left;
}


.right p {
	float: left;
	padding: 10px 0px 10px 0px;
	width:600px;
	text-align: justify;
	
}

.right img {
	border: 1px solid #D2D2D2;
	padding: 5px;
	margin: 0px 0px 20px 20px;
	float: right;
	background-color: #E8E8E8;
}

.right ul {
	float: left;
	width:500px;
	padding-left:20px;
}

.right a {
	color: #A60500;
	text-decoration:underline;
}

.right a:hover {color: #5D5D5D;}

/* ---------- */
#footer{
	width: 917px;
	clear: both;
	background: url(/gfx/footer.gif) no-repeat;
	margin: auto;
	padding: 30px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	color: #C2C2C2;
}

#footer a{color: #C2C2C2; font-weight: normal; text-decoration: underline;}
#footer a:hover{color: #D6D6D6;}

.cl {clear: both;}


/* tabele */

table.tabela{
	border: 0px;
	margin: auto;
	border-collapse: collapse;
	color: #67674E;
	margin-top:10px;
	float:left;
}
table.tabela tr, table.tabela tr.n {background-color: #E9F8FF;}
table.tabela tr.p {background-color: #D5F0FC;}

table.tabela td{
	padding: 5px;
	border: 1px #C7CACB solid;
}

table.tabela th {
	border: 1px #C7CACB solid;
	padding: 5px;
	background-color: #313131;
	text-align: left;
	color: #FFFFFF;
}


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


/* formularze */
form {padding: 0px; margin: 0px;	}
input, textarea {
	background-color: #E4E4E4;	
	border: 1px solid #C7CACB;
	padding: 3px;
	color: #405056;

}

input.submit {
	width: 259px;
	height: 23px;
	color: #F9F9F9;
	font-size: 11px;
	font-weight: bold;
	background: #5D5D5D;
	border: 1px solid #F9F9F9;
	
}

