/* CSS ze stylami naglówka */

/* wewnetrzny layout naglówka: */

.header_top {
	background-color: #2a87cf;
	background-image: url(images/header_top_bg.png);
	background-repeat: repeat-x;
	height: 25px;
	width: 800px;
}

.header_middle {
	background-color: #368cce;
	background-image: url(images/header_middle_bg.png);
	background-repeat: repeat-x;
	height: 56px;
	width: 800px;
	margin: 0;
	padding: 0;
}

.header_bottom {
	background-color: #4d7b9f;
	background-image: url(images/header_bottom_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 800px;
}

/* style: */

.header_quotepic {
	border: 1px solid #FFFF00;
	float: right;
	margin-right: 11px;
	margin-top: 7px;
}

.header_leftcorner {
	background-image: url(images/header_leftcorner.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 9px;
	float: left;
}

.header_rightcorner {
	background-image: url(images/header_rightcorner.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	width: 9px;
	float: right;
}

.header_logo {
	float: left;
	height: 54px;
	width: 220px;
	margin: 1px 0 1px 0;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

.header_logo * {
	display: none;
}

.main_header a {
	color: #FFFFFF;
}

.main_header a:hover {
	color: #00FF00;
}

.header_sectionlink {
	display: block;
	float: right;
	margin-top: 7px;
	margin-right: 45px;
	height: 23px;
}

.header_quote {
	font-size: 12px;
	float: right;
	width: 500px;
	margin-top: 7px;
	margin-right: 15px;
	text-align: right;
	color: #043f6b;
}

.header_quoteauth {
	font-style: italic;
}

.header_tab {
	width: 115px;
	background-image: url(images/header_tab_bg.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 5px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 25px;
}

.header_tab_text {
	margin-top: 2px;
}

/* (pasek profilu) */

.profilebar_left {
	background-image: url(images/profilebar_left.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 48px;
	display: block;
	background-position: left bottom;
	float: right;
}

.profilebar_right {
	background-image: url(images/profilebar_right.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 48px;
	background-position: bottom;
	float: right;
}

.profilebar_contents {
	background-image: url(images/profilebar_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 24px;
	float: right;
	font-size: 10px;
	text-transform: capitalize;
}

.profilebar_contents a {
	margin: 8px 10px 0px 10px;
	display: block;
	float: left;
}

.main_header li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
.main_header ul {
	margin: 0px;
	padding: 0px;
}

