#mainbox {
	width: 750px;
	border: 3px double black;
	background-color: white;
	padding: 8px;
	margin: auto;
}

#maintext {
	padding: 8px 0px 8px 8px;
	border-left: 1px dotted black;
	text-align: justify;
	width: 572px;
	float: left;
	background-color: white;
}

#menu {
	padding: 8px 8px 8px 0px;
	width: 160px;
	float: left;
	background-color: white;
}

#menu div {
	color: #00004D;
	border: 1px solid #000080;
	border-left: 10px solid #000080;
	background-color: #ffe;
	width: auto;
	padding: 3px;
	margin-bottom: 1px;
}

#menu div:hover {
	background-color: #FFFFCD;
}

#menu a {
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	color: black;
}

#boxPageTitle {
	font-family: arial, verdana, sans-serif;
	padding: 10px 20px 10px 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid #C0C000;
	background-color: #EBEB00;
}

#boxPageTitle h1 {
	font-size: 20pt;
	font-weight: bold;
	margin: 0px;
}

#boxPageTitle h3 {
	font-size: 8pt;
	font-style: none;
	margin: 0px;
}

#boxPasekTop {
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
	border-bottom: 1px solid black;
	background-color: #FFFFCD;
	padding: 4px 4px 2px 4px;
}

#boxPasekTopLeft {
	float: left;
	width: 562px;
}	

#boxPasekTopRight {
	float: left;
	width: 180px;
	text-align: right;
}	

#boxPasekBottom {
	font-family: arial, verdana, sans-serif;
	font-size: 7pt;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #FFFFCD;
	padding: 3px;
}

#boxPasekBottomLeft {
	float: left;
	width: 562px;
}	

#boxPasekBottomRight {
	float: left;
	width: 180px;
	text-align: right;
}	

#boxStopka {
 	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
	text-align: center;
	margin: auto;
	padding: 15px;
	width: 600px;
}

#searchBox {
	width: 55%;
	margin: 10px auto auto auto;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

.clear {
	clear: both;
}