@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#002935 url("../Cenoty_880Skin.jpg") no-repeat fixed top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}

h2 {
	font-family:Tahoma, Geneva, sans-serif;
}

h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}

.black-bg{
	background: url(../images/strona/black.png);
}

.icon{
	padding: 0px;
	margin: 0px;
}

.thumb
{
	margin-left: 24px;
	margin-bottom: 12px;
	text-align: center;
}

.right{
	float:right;}

.rightp{
	text-align:right;
}

.notice{
	color:#FF0;
	text-decoration:blink;
}

.menu{
	color:#FFF;
}

.oneColElsCtr #container {
	width: 1000px;
	min-height: 1000px;
	background: #002935;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #header {
	height: 40px;
	margin: 0;
	padding-top: 420px;
	background: url(../images/strona/header.jpg) no-repeat top left;
}

.oneColElsCtr #header h1 {
	display: none;	
}

.oneColElsCtr #menubar {
	height: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0.5em;
	font-size: 13px;
	text-align:center;
}

.oneColElsCtr #menubar a{
	text-decoration: none;
}

.oneColElsCtr #menubar a:hover{
	color: #FF0;
}

.oneColElsCtr #mainContent {
	width: 740px;
	padding-left: 60px;
	color:#fff;
	text-align: left;
}

.oneColElsCtr #mainContent p {
	text-align:justify;
}

.oneColElsCtr #footer {
	height: 582px;
	margin: 0;
	background: url(../images/strona/footer.jpg) no-repeat top left;
}

.oneColElsCtr #mainContent h1{
display:none;
}

.oneColElsCtr #mainContent a{
	color:#3CF;
	text-decoration:none;
}

.oneColElsCtr #mainContent a:hover{
	color:#FFF;
}

.oneColElsCtr #sidebar{
	width: 177px;
	float: right;
	padding-top: 18px;
}

#quicklink{
	width: 880px;
	padding: 10px 20px 10px 20px;
	background: url(../images/strona/black.png);
	position: relative; top: 70px; left: 50px 
	}

#quicklink a{
	color:#3CF;
	text-decoration:none;
}

#quicklink a:hover{
	color:#FFF;
}
