body {
	margin: 0px 0px 20px 0px;
	padding:0;
	border:0;
	width:100%;
	background:#000000;
	min-width:600px;
	font-size:90%;
	font-family: Arial;
	text-align: center;
}
h1, h2, h3 {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
}
img {
	margin:0;
}
div.clear {
	clear: both;
}

/*
 *	************************** NAGŁÓWEK *********************************
 */
#header {
	clear:both;
	float:left;
	width:100%;
	height: 60px;
	background: #000000;
}
/*
 *	************************** KOLUMNA *********************************
 */
.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	height: 577px;
	overflow:hidden;
	background: #636060 url('../img/layout/content-bg.jpg') top center no-repeat;
}
.colmask #languages {
	position: relative;
	width: 850px;
	margin: 0 auto;
}
.colmask #languages a {
	padding: 10px 2px 10px 2px;
	float: right;
}
.colmask #languages a img {
	border: none;
}
.colmask #content {
	position: relative;
	width: 900px;
	height: 280px;
	margin: 0 auto;
}
#content #slogan {
	position: relative;
	float: left;
	width: 650px;
	top: 74px;
}
#content #slogan h1 {
	text-align: left;
	font-size: 52px;
	font-weight: normal;
	line-height: 48px;
	color: #ffffff;
}
#content #slogan h1 span {
	color: #C7C5C6;
}

#content #logo {
	position: relative;
	float: left;
	width: 213px;
	height: 213px;
	top: 16px;
	left: 35px;
}
#content #logo a img {
	border: none;
}
#content #message {
	position: relative;
	float: left;
	width: 900px;
	top: 0px;
}
#content #message h3 {
	margin-left: 120px;
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
}
#content #message p {
	margin-top: 5px;
	margin-left: 120px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#content #links {
	position: relative;
	float: left;
	width: 900px;
	height: 252px;
	background: url('../img/layout/content-links.png') top center no-repeat;
	top: 10px;
}

#links #links-mask {
	margin: 6px auto 0px auto;
	width: 700px;
	height: 230px;
	overflow: hidden;
}

#links #links-left, #links #links-right {
	position:relative;
	width: 320px;
	height: 230px;
}
#links #links-left {
	float: left;
}
#links #links-right {
	float: right;
}

#links #links-left-text, #links #links-right-text {
	position: absolute;
	width: 320px;
	height: 230px;
	z-index:1000;
	background: url('../img/layout/links-bg.png') repeat-x;
}
#links #links-left-text a, #links #links-right-text a {
	text-decoration: none;
	color: #ffffff;
	font-size: 22px;
	line-height: 25px;
}
#links #links-left-text a:hover, #links #links-right-text a:hover {
	text-decoration: none;
}
#links #links-left-text {
	float: left;
	top: 6px;
	left: 100px;
}
#links #links-right-text {
	float: right;
	top: 6px;
	left: 480px;
}

/*
 *	************************** STOPKA *********************************
 */
#footer {
	clear:both;
	float:left;
	width:100%;
	background: #e9e9e9 url('../img/layout/footer-border.gif') top repeat-x;
	padding-top: 5px;
	padding-bottom: 20px;
}
#footer #footer-content {
	width: 900px;
	margin: 0 auto;
}
#footer-content #footer-left {
	float:left;
	margin: 5px 10px 0px 0px;
	font-size: 13px;
}
#footer-content #footer-right {
	float:right;
}
#footer-content #footer-right img {
	float: left;
}
#footer-content #footer-right div {
	float: left;
	text-align: left;
	line-height: 16px;
	font-size: 13px;
	margin: 5px 0px 0px 10px;
}
#footer-content #footer-right div p {
}
#footer-content #footer-right div a {
	text-decoration: none;
	color: #000000;
}
#footer-content #footer-right div a:hover {
	text-decoration: underline;
}
