* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial;
	font-size: 13px;
	color: #2b2825;
}
a {
	font-family: Arial;
	font-size: 13px;
	color: #d6156c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
	vertical-align: middle;
}
h1 {
	font-family: Arial;
	font-size: 18px;
	color: #d6156c;
	margin-bottom: 20px;
}
h2 {
	font-family: Arial;
	font-size: 15px;
	color: #0b8c8f;
	margin-bottom: 15px;
}
h3 {
	font-family: Arial;
	font-size: 13px;
	color: #0b8c8f;
	margin-bottom: 10px;
}
p {
	font-family: Arial;
	font-size: 13px;
	color: #2b2825;
	line-height: 145%;
	margin-bottom: 10px;
}
ul {
	list-style-type: none;
	line-height: 150%;
}
li {
	padding-left: 25px;
	background: url(/img/site/li_level_1.png) no-repeat 0 4px;
}

div.twocols {
	overflow: hidden;
}
div.twocols div.colleft {
	float: left;
	width: 45%;
	text-align: justify;
}
div.twocols div.colright { 
	margin-left: 55%;
	width: 45%;
	text-align: justify;	
}

/* layout */

#top_wrapper {
	margin-top: 30px;
	border-bottom: 1px dotted #bababa;
	height: 100px;
	overflow: hidden;
}
#top_wrapper_inner {
	width: 1000px;
	margin: 0 auto;
}
#top_logo {
	display: block;
	width: 500px;
	height: 100px;
	float: left;
	background: url(/img/site/logo.png) no-repeat 40px 20px; 
}
#top_menu_area {
	width: 500px;
	margin-left: 500px;
}

#top_toolbox {
	text-align: right;
}
#top_toolbox a {
	color: #000000;
	text-decoration: none;
	margin-right: 2px;
	font-size: 12px;
}
#top_toolbox a.language {
	background: url(/img/site/icn_language.png) no-repeat 0 0;
	padding-left: 30px;
}
#top_toolbox a.rss {
	background: url(/img/site/icn_rss.png) no-repeat 0 0;
	padding-left: 24px;
}
#top_toolbox a.sitemap {
	background: url(/img/site/icn_sitemap.png) no-repeat 0 0;
	padding-left: 26px;
}
#top_toolbox a.contact {
	background: url(/img/site/icn_contact.png) no-repeat 0 0;
	padding-left: 24px;
}
#top_toolbox form {
	display: inline;
}
#top_toolbox input[type=text] {
	border: 1px solid #f0f0f0;
	padding: 3px;
	width: 110px;
}
#top_toolbox input[type=image] {
	vertical-align: middle;
}
#top_menu {
	overflow: hidden;
	margin-top: 54px;
}
#top_menu div {
	float: left;
	height: 32px;
	overflow: hidden;
}
#top_menu .start {
	background-image: url(/img/site/top_menu_start.png);
	width: 25px;
}
#top_menu .tab {
}
#top_menu .tab .l {
	background-image: url(/img/site/top_menu_tab_start.png);
	width: 11px;
}
#top_menu .tab a {
	display: block;
	border-top: 1px solid #eeeeee;
	border-bottom: 9px solid #01b1bc;
	min-width: 51px;
	padding-top: 4px;
	height: 18px; /* 22 */
	background: #f5f5f5 url(/img/site/top_menu_tab_middle.png) no-repeat;
	float: left;
	color: #7a7a7a;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
#top_menu .tab .r {
	background-image: url(/img/site/top_menu_tab_end.png);
	width: 10px;
}
#top_menu .end {
	background-image: url(/img/site/top_menu_end.png);
	width: 33px;
}

/** aktywny element topmenu **/
#top_menu .tab.active .l {
	background-image: url(/img/site/top_menu_tab_active_start.png);
}
#top_menu .tab.active a {
	display: block;
	border-top: 1px solid #eeeeee;
	border-bottom: 9px solid #01b1bc;
	color: #ffffff;
	background-color: #01b1bc;
	background-image: none;
}
#top_menu .tab.active .r {
	background-image: url(/img/site/top_menu_tab_active_end.png);
}


#footer {
	margin: 30px auto 10px auto;
	width: 960px;
	color: #aaaaaa;
	text-align: right;
}

/* artykuły */

#menu {
	padding: 40px 12px 12px 12px;
	width: 236px; /* 260 */
}
#menu h1 {
	font-weight: normal;
	color: #000000;
}
#menu ul {
	list-style-type: none;
	line-height: 200%;
}
#menu ul ul {
	margin-left: 15px;
}
#menu li {
	padding-left: 25px;
	background: url(/img/site/menu_level_1.png) no-repeat 0 8px;
}
#menu li li {
	padding-left: 15px;
	background: url(/img/site/menu_level_2.png) no-repeat 0 8px;
}
#menu li a {
	color: #000000;
}
#menu li.active > a {
	text-decoration: underline;
	text-align: justify;
}

#content {
	padding: 40px 32px 40px 48px;
	width: 620px; /* 700 */
}
#content_wrapper .wrapper {
	min-height: 450px;
}
#content_footer {
	margin-top: 32px;
	border-top: 1px dotted #bababa;
}
#content_footer a {
	font-size: 16px;
	text-decoration: none;
}
#content_footer .left {
	padding: 10px 10px 10px 0;
	width: 250px;
	text-align: right;
}
#content_footer .left a {
	color: #01B5C0;
}
#content_footer .right {
	padding: 10px 0 10px 10px;
	width: 690px;
}
#content_footer .right a {
	color: #D6156C;
}
.content_wrapper {
	clear: both;
	width: 100%;
	overflow: hidden;
	background-image: url(/img/site/bg_article2.png);
	border-bottom: 1px dotted #bababa;
}
.content_wrapper .wrapper {
	width: 960px;
	margin: 0 auto;
	background-image: url(/img/site/bg_article.png);
	overflow: hidden;
}
.content_wrapper .wrapper .right {
	width: 700px;
	float: right;
}
.content_wrapper .wrapper .left {
	width: 260px;
	margin-right: auto;
}


/* strona główna */
#mainsite_wrapper {
	clear: both;
	width: 100%;
	overflow: hidden;
}
#mainsite_wrapper .content {
	width: 460px;
	padding: 10px;
	height: 343px;
	color: #2b2825;
}
#mainsite_wrapper .content p {
	line-height: 150%;
}
#mainsite_wrapper .content a {
	text-decoration: none;
	color: #2b2825;
	font-size: 16px;
}
#mainsite_wrapper .content h1 {
	margin-top: 30px;
	font-size: 30px;
	font-weight: normal;
}
#mainsite_wrapper .content h2 {
	font-size: 20px;
	font-weight: normal;
}
#mainsite_wrapper .content .link {
	margin-top: 50px;
	margin-bottom: 30px;
}
#mainsite_wrapper .content .links {
	margin-top: 50px;
}
#ecommerce {
	width: 50%;
	overflow: hidden;
	background: url("/img/site/bg_mainsite_ecommerce2.png") 480px 0;
	height: 363px;
}
#ecommerce h1, #ecommerce h2 {
	color: #01B5C0;
}
#ecommerce span {
	color: #01B5C0;
}
#ecommerce .content {
	margin-left: auto;
	background: url("/img/site/bg_mainsite_ecommerce.png") no-repeat right 0;
}
#ecommerce .link {
	margin-left: 60px;
}
#ecommerce .links {
	margin-left: 40px;
}
#creative {
	width: 50%;
	overflow: hidden;
	float: right;
	background: url("/img/site/bg_mainsite_creative2.png") 480px 0;
	height: 363px;
}
#creative h1, #creative h2 {
	color: #D6156C;
	text-align: right;
}
#creative span {
	color: #D6156C;
}
#creative .content {
	margin-right: auto;
	background: url("/img/site/bg_mainsite_creative.png") no-repeat right 0;
}
#creative .link {
	margin-left: 280px;
}
#creative .links {
	margin-left: 260px;
}
#bottom_info_wrapper {
	background-color: #eaf6f7;
	border-top: 1px dotted #bababa;
	border-bottom: 1px dotted #bababa;
	padding: 25px 0;
	margin-top: 5px;
}
#bottom_info_content {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#bottom_info_content .column {
	width: 298px; /* 318 */
	padding: 10px;
	min-height: 200px;
	color: #717171;		
}
#bottom_info_content .column h1 {
	font-size: 16px;
	margin: 5px 0 20px 0;
}
#bottom_info_content .column h2 {
	font-size: 14px;
	margin: 15px 0;
	color: #37579d;
}
#bottom_info_content .column p {
	line-height: 130%;
}
#bottom_info_content .column p a {
	text-decoration: none;
	color: #717171;
}
#bottom_info_cl {
	float: left;
	border-right: 1px dotted #bababa;
}
#bottom_info_cl div {
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}
#bottom_info_cl div div {
	margin-left: 120px;
	clear: none;
}
#bottom_info_cl.column div div h2 {
	margin-top: 0;
}
#bottom_info_cl div img {
	float: left;
}
#bottom_info_cr {
	float: right;
	border-left: 1px dotted #bababa;
}
#bottom_info_cr span {
	color: #0b8c8f;
}
#bottom_info_cr p {
	text-align: center;
	margin: 20px 0;
}
#bottom_info_cr p.phone {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	color: #0B8C8F;
}
#bottom_info_cr p.phone img {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}
#bottom_info_cr p.email img {
	vertical-align: middle;
}
#bottom_info_cr p.form {
	margin: 35px 0;
}
#bottom_info_cr p.facebook {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
#bottom_info_cr p.facebook img {
	float: left;
}
#bottom_info_cc {
	margin: 0 318px;
}

/** sitemap **/
ul.sitemap, ul.sitemap ul {
	list-style-type: none;
	line-height: 200%;	
}
ul.sitemap ul, ul.sitemap ul ul {
	margin-left: 15px;
}
ul.sitemap li, ul.sitemap ul li {
	padding-left: 25px;
	background: url(/img/site/menu_level_1.png) no-repeat 0 8px;
}
ul.sitemap ul li, ul.sitemap ul ul li {
	padding-left: 15px;
	background: url(/img/site/menu_level_2.png) no-repeat 0 8px;
}

/** search **/
ul.search_result {
	list-style-type: none;
	line-height: 200%;	
}

/** kontakt **/
#content.contact input[type=text], #content.contact textarea {
	font-family: Arial;
	font-size: 13px;
	width: 100%;
	padding: 4px;
	border: none;
	margin: 5px 0;
}
#content.contact textarea {
	height: 200px;
}
#content.contact .colleft, #content.contact .colright {
	text-align: left;
}
#content.contact span.error {
	color: #D6156C;
}

