/* CSS z glównym layoutem */

/* GLÓWNE ZNACZNIKI */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

p {
	text-align: left;
	margin: 12px 0px;
}

p.quote {
	font-style: italic;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 7px;
}


h3 {
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: -1px;
	text-align: left;
}

h4 {
	font-size: 12px;
	font-style: normal;
	margin: 2px 0 2px 0;
	font-weight: normal;
	text-align: left;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more {
	display: block;
	margin-right: 5px;
	text-align: right;
}

a.l_more {
	display: block;
	/*	margin-right: 5px;*/
	text-align: left;
	font-size: 10px;
}

a.attention {
	font-weight: bold;
}


/* GLÓWNE ELEMENTY LAOUTU */

.main_fullpage {
	text-align: center;
	background-image: url(images/fullpage_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: auto;
}

.main_pagecontainer {
	width: 800px;
	background-color: #d4dadf;
	margin: auto;
	padding: 0;
}

.main_header {
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 800px;
	background-color: #3a86c1;
}

.main_pagecontent {
	background-color: #D4DADF;
}

.main_footer {
	clear: both;
}

.main_content {
	background-color: #D4DADF;
	width: 800px;
	/*text-align: center;*/
	padding: 0;
}
