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

body {
	background-color: #FFBD35;
	color: #000000;
}

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

a {
	color: #234388;
	font-weight: normal;
	text-decoration: none;
}
a:hover {color: #3677E2;}

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

h1, h2 {
	height: 40px;
	font-family: "Trebuchet MS", tahoma, verdana, sans-serif;
	color: #0D58B9;
	font-weight: bold;
	font-size: 18px;
	background: url(/gfx/h_tlo1.gif) no-repeat top left;
	padding: 5px 0px 0px 40px;
	margin: 0px;
}


/* formularze */
form {padding: 0px; margin: 0px;	}
input, textarea {
	background-color: #FEFFFB;	
	border: 1px solid #F2A400;
	padding: 3px;
}
select {
	background-color: #FEFFFB;	
}

div.cl {clear: both;}

/* content */
div#content {
	width: 660px;
	padding: 0px;
	margin: auto;
}

div.content2 {
	width: 595px;
	padding: 5px;
	margin: auto;
}

/* banner */
div#menu {
	width: 585px;
	margin: auto;
	height: 221px;
	text-align: right;
	padding: 0px 15px 0px 0px;
	background: url(/gfx/header.gif) no-repeat right top;
}

div.tekst {
	width: 400px;
	margin-left: 200px;
	font-size: 14px;
	font-weight: bold;
}
div.tekst p, div.tekst p a{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/* stopka */
#footer {
	margin-top: 20px;
	color: #D79100;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}

#footer a {
	color: #D79100;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}



@media print {
	div#menu, #footer, .noprintable {
		display: none;
		width: 0px; 
		height: 0px;
	}
	
}
