/*** core ***/
html {
	width: 100%;
}
body {
	border: none;
	padding: 0px;
	margin: 0px;
	background-color: #4C8EB1;
	background-image: url(../gfx/back_top.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom center;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	width: 2600px;
	height: 80%;
}
#bodyFoot {
	border: none;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	background-color: transparent;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 30px;
	width: 80%;
}
#bodyFoot img {
	border: none;
}
/*** layout ***/
#bodyContainer {
	width: 2600px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	height: 490px;
	border: none;
}
#headerPic {
	border: none;
	padding: 0px;
	margin: 0px;
	margin: 0px 0px 0px 30px;
}
#mainBody {
	float: left;
	padding: 0px;
	margin: 0px;
	height: 290px;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	background-image: url(../gfx/back_gradient.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top left;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 120%;
	color: #FFFFFF;
	width: 100%;
}
.bodyPart {
	float: left;
	width: 560px;
	height: 260px;
	padding: 10px;
	margin: 0px;
	background-color: transparent;
}
.bodyText {
	height: 255px;
}
/*** inne elementy ***/
p {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
}
/*** menu i linki ***/
#mainMenu {
	height: 15px;
	padding: 0px;
	margin: 0px 0px 10px 32px;
	border: 0px;
	letter-spacing: 6px;
	font-weight: bold;
	color: #BDCDD5;
}
#mainMenu a {
	text-decoration: none;
	color: #BDCDD5;
	border-top: 2px solid transparent;
	cursor: pointer;
}
#mainMenu a:hover {
	color: #FFFFFF;
	border-top: 2px solid #FF0000;
}
a.menuBack {
	display: block;
	text-align: right;
	height: 25px;
	width: 550px;
	vertical-align: bottom;
	text-decoration: none;
	color: #FF0000;
	cursor: pointer;
}
a.menuBack:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footnote {
	font-style: italic;
	font-size: 80%;
	display: block;
	margin-top: 180px;
}
sup {
	font-size: 80%;
}
#galeria img {
	width: 50px;
	height: 50px;
	border: none;
	margin: 0px;
	padding: 0px;
}
#galeria a {
	width: 50px;
	height: 50px;
	border: 5px solid #FFFFFF;
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: 3px;
	text-decoration: none;
	background: #FFFFFF;
}
#galeria a:hover {
	border: 5px solid #FF0000;
	background: #FF0000;
}
a.bodyLink {
	color: #BDCDD5;
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
}
a.bodyLink:hover {
	color: #FF0000;
	border-bottom: 1px solid #FFFFFF;
}
h1 {
	font-size: 12pt;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	text-align: left;
	font-style: italic;
	color: #BDCDD5;
}

