body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #fff;
}

body * {
	font-size: 12px;
}

a img {
	border: none;
}


#center {
	width: 960px;
	position: absolute;
	margin-left: 50%;
	left: -480px;
}

/* ----- Banner ----- */

#banner {
	width: 960px;
	height: 318px;
	float: left;
	background: url(../img/banner.jpg) left top no-repeat;
	overflow: visible;
}

#left_box {
	float: left;
	width: 224px;
	height: 121px;
	padding: 45px 30px 32px 30px;
	background: url(../img/left_box.png) left top no-repeat;
}

#left_box #panelContainer {
	width: 224px;
	height: 121px;
	float: right;
	overflow: hidden;
	position: relative;
	background: url(../img/partnerzy.png) left top no-repeat;
}

#user5 {
	float: left;
	width: 224px;
	height: 121px;
	padding-top: 6px;
	
}

#user5 #panelContainer {
	width: 224px;
	height: 121px;
	float: right;
	overflow: hidden;
	position: relative;
	
}
	
	.fading_box {
		position: absolute;
		left: -999px;
	}

#main_logo {
	position: absolute;
	width: 151px;
	height: 111px;
	left: 778px;
	top: 61px;
}


#clock_box {
	position: absolute;
	width: 284px;
	height: 99px;
	background: url(../img/czekamy.png) 35px 0px no-repeat;
	top: 203px;
	left: 655px;
}

	#clock {
		position: relative;
		top: 28px;
		width: 284px;
		height: 71px;
		background: url(../img/clock.png) left top no-repeat;
	}
	
		.clock_class {
			position: absolute;
			height: 36px;
			font-size: 36px;
			font-weight: bold;
			padding: 25px 0px 10px 20px;
			font-family: Arial, Helvetica, sans-serif;
			line-height: 36px;
		}
		
		.colon {
			padding: 0px 7px 0px 7px;
			font-size: 36px;
		}
		
		#clock_shield {
			top: 0px;
			left: 0px;
			color: #ffffff;
		}
		
		#clock_shadow {
			top: 1px;
			left: 1px;
			color: #004970;
		}


/* menu */

#menubox {
	position: relative;
	top: 75px;
	left: 35px;
	width: 284px;
}

#menu {
	width: 284px;
	height: 427px;
	float: left;
	background: url(../img/menu_bg.png) left 2px no-repeat;
	margin-bottom: 14px;
}

#menu #logo {
	display: block;
	width: 284px;
	height: 142px;
	margin-bottom: 19px;
	background: url(../img/logo.png) center top no-repeat;
}

#menu #logo:hover {
	text-decoration: none;
}

#menu  li {
	clear: both;
	#margin: 0px;
	#padding: 0px;
}

#menu  li * {
	font-size: 12px;
}

#menu  ul {
	width: 269px;
	padding: 0px 0px 0px 17px;
	list-style: none;
	margin: 0px;
}

#menu  ul ul {
	position: absolute;
	left: -999px;
	z-index: 100;
	background: url(../img/menu_ul_ul.png) left top no-repeat;
	list-style: none;
	width: 244px;
	margin: -29px 0px 0px 267px;
	overflow: hidden;
	padding: 15px 0px 0px 0px;
}

#menu ul li {
	padding: 0px;
	width: 269px;
	height: 29px;
	margin-top: -2px;
	#margin-top: -3px;
}

#menu  ul ul li {
	padding: 0px;
	height: 40px;
	width: 242px;
	float: right;
	margin-top: -12px;
	background: url(../img/menu_ul_ul_li2.png) left top no-repeat;
}

#menu  ul li a:hover {
	background: url(../img/menu_li_hov.png) left top no-repeat;
}


#menu ul li:hover ul, #menu ul li.sfhover ul {
	left: auto;
}

#menu ul li:hover ul ul {
	left: -999px;
}

#menu #menu_content, #menu #menu_content a {
	color: 	#b0aaa6;
	text-decoration: none;
	font-size: 15px;
}

#menu #menu_content a, #menu #menu_content span {
	display: block;
	padding: 2px 0px 0px 18px;
	height: 27px;
	clear: left;
	width: 100%;
}

#menu #menu_content ul ul a, #menu #menu_content ul ul span {
	padding-top: 0px;	
}

#menu #menu_content span:hover, #menu #menu_content a:hover {
	color: #fff;
	cursor: pointer;
}

#menu #menu_content span:hover {
	display: block;
}

#menu  #menu_content ul ul li a {
	display: block;
	padding: 1px 0px 0px 15px;
	height: 32px;
	width: 228px;
}

#menu  #menu_content ul ul li a:hover {
	background: url(../img/menu_ul_ul_li_hov.png) 3px 2px no-repeat;
}

#menu #menu_content ul li:hover span {
	background: url(../img/menu_li_span_hov.png) left top no-repeat;
}

/* ----- content ----- */

#content {
	float: right;
	width: 100%;
	background: #fff;
	float: left;
	min-height: 394px;
}

#main_col {
	width: 620px;
	overflow: hidden;
	float: right;
	padding-right: 21px;
}

#aktualnosci {
	width: 281px;
	float: left;
	padding: 55px 10px 0px 25px;
	background: url(../img/aktualnosci.gif) 23px 25px no-repeat;
	line-height: 17px;
}

#aktualnosci a {
	color: 	#4d4d4d;
	text-decoration: none;
	display: block;
}

#aktualnosci a .created {
	color: #4c4c4c;
	font-weight: bold;
}

#aktualnosci a:hover {
	text-decoration: underline;
}


#newsletter_box {
	width: 294px;
	height: 53px;
	float: right;
	padding: 56px 0px 0px 0px;
	text-align: right;
	background: url(../img/newsletter.gif) 20px 28px no-repeat;
}

#newsletter {
	float: right;
	width: 284px;
	height: 43px;
	padding: 10px 10px 0px 0px;
	background: url(../img/newsletter_bg.png) left top no-repeat;
}

#newsletter input {
	width: 192px;
	height: 25px;
	border: 1px solid #b3b3b3;
	background: #fff;
	color: #4c4c4c;
	font-size: 15px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	margin: 0px;
	padding-left: 8px;
	#height: 20px;
	#padding-top: 5px;
	vertical-align: middle;
}

#newsletter input.button_zapisz {
	width: 56px;
	height: 30px;
	position: relative;
	left: 1px;
	border: none;
	font-size: 13px;
	color: #0068a0;
	padding: 0px;
	text-align: center;
	background: url(../img/save_button.png) left 1px no-repeat;
	cursor: pointer;
}

#newsletter input.button_zapisz:hover {
	background: url(../img/save_button_hov.png) left 1px no-repeat;
}

#boxes {
	width: 294px;
	float: right;
}

.boxing {
	overflow: hidden;
	width: 284px;
	height: 131px;
	padding: 2px 0px 2px 10px;
	float: right;
	background: url(../img/boxing_bg.png) left top no-repeat;
}

#boxes #box_gorny  {
	margin-top: 12px;
}

#boxes #box_dolny .content {
	overflow: hidden;
	height: 131px;
}

#boxes #box_dolny {
	margin-top: 5px;
}


/* ----- article ----- */

#article a:visited {
	color: #262626;
	text-decoration: underline;
}

#article a:hover {
	color: #0077b6;
	text-decoration: underline;
}

#article {
	padding: 20px 10px;
	color: #4d4d4d;
	#overflow: visible;
}

#article iframe {
	#border: 1px solid white;
}

#article table {
	width: 100%;
}

#article .contentheading, #article .componentheading {
	font-size: 12px;
	font-weight: bold;
	color: #4d4d4d;
	padding-bottom: 10px;
	padding-left: 10px;
}

#article #article_table td {
	width: 49%;
	vertical-align: top;
	padding: 0px 10px;
}

#article .blog .contentpaneopen, #article .blog .contentheading  {
	padding: 0px 5px 0px 0px;
	width: 100%;
}

#article .blog .contentheading a {
	color: #262626;
	text-decoration: underline;
}

#article .blog .contentheading a:hover {
	color: #0077b6;
	text-decoration: underline;
}

#article .blog .readon {
	display: block;
	text-align: right;
	padding-right: 20px;
	color: #4d4d4d;
}

#article .blog .readon:hover {
	color: #0077b6;
	text-decoration: underline;
}

#article .blog_more a, #article  a.pagenav {
	color: #262626;
}

#article .blog_more a:hover, #article a:hover.pagenav {
	color: #0077b6;
}

#article  .blog_more li {
	list-style-type: circle;
}

/* bio */

#article #bio_list {
	text-align: center;	
}

#article #bio_list a, #article #bio_list a:active, #article #bio_list a:visited, #article #bio_list a:link {
	color: #262626;
	text-decoration: underline;
}
#article #bio_list a:hover {
	color: #0077b6;
	text-decoration: underline;
}

#article #bio_content h1 {
	font-size: 14px;
	color: #4d4d4d;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
}

#article #bio_content p {
	padding-left: 10px;
	clear: both;
}

.contentpaneopen {
	width: 100%;
}

/* ----- footer ----- */

#footer {
	float: left;
	width: 925px;
	padding: 33px 0px 0px 35px;;
	height: 16px;
	color: #fff;
	background: #0068a0 url(../img/footer_bg.png) left top no-repeat;
}

#curl {
	height: 80px;
	width: 100%;
	position: relative;
	background: url(../img/curl.png) right bottom no-repeat;
	clear: both;
	top: -80px;
	z-index: 40;
}
#curl #gemini {
	display: block;
	width: 33px;
	height: 26px;
	float: right;
	margin: 48px 5px 0px 0px;
	background: url(../img/gemini.gif) left top no-repeat;
	text-decoration: none;
}

#curl #gemini:hover {
	background: url(../img/gemini_color.gif) left top no-repeat;
}

#blue {
	float: left;
	width: 100%;
	height: 115px;
	background: #0068a0;
	position: absolute;
	z-index: -1;
	top: -115px;
}



