@charset "UTF-8";
/* CSS Document */

body {
	background-color: #AEB2B1;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 1em;
}
#even {
	padding-left: 30px;
	padding-right: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
#content {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/okkinokki_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	position: relative;
	overflow: visible;
}
#content #menu {
	position: relative;
	height: 20px;
	width: 380px;
	top: 178px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	left: 30px;
	font-size: 13px;
	font-weight: bold;
}
#apDiv1 {
	position:relative;
	width:300px;
	height:auto;
	float: right;
	clear: right;
}
#content #tresc {
	position: relative;
	height: auto;
	width: 350px;
	left: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	float: left;
	margin-top: 180px;
	margin-bottom: 10px;
}
p {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
ul {
	margin: 0px;
}
.panel {
	width: 325px;
	position: relative;
	left: 45px;
	float: left;
	height: 180px;
	background-image: url(images/panel.png);
	background-repeat: no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: none;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 0px;
	margin-top: 20px;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 1.2em;
}
.panel .nazwa {
	font-weight: bold;
	color: #3B0142;
}
.panel .sub {
	color: #FFF;
}
.panel .opis {
	color: #666;
}
a {
	color: #333;
}
#menu a {
	text-decoration: none;
	color: #CCC;
}
#menu a:hover {
	color: #FFF;
	text-decoration: underline;
}
.centered {
	text-align: center;
}
#content #even {
	position: relative;
	height: 10px;
	width: 750px;
	clear: both;
}

