* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

html {
	text-align: center;
}

body {
	background: #fff url(http://raabkarcher.adimo.pl/images/cms/bg.png) repeat-x;
	color: #17181c;
	font: 11px Arial, Tahoma, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

#main {
	background: #fff url(http://raabkarcher.adimo.pl/images/cms/bg_main.png) repeat-x;
}

a {
	text-decoration: none;
	color: #d5013b;
}

a:hover {
	text-decoration: underline;
}

p, address {
	line-height: 160%;
	text-align: justify;	
}

h1 {
	font-size: 16px;
	color: #fff;
}

h2 {
	font-size: 16px;
	color: #fff;
}

h3 {
	font-size: 16px;
	color: #17181c;
}

h4 {
	font-size: 11px;
	color: #17181c;
}

em {
	font-style: normal;
	color: #d5013b;
}

/* Globalne */
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.to_right {
	text-align: right;
}
.to_center {
	text-align: center;
}

a.link {
	color: #d5013b;
}

.button, .button_red {
	font: 12px/21px Arial, Tahoma, sans-serif;
	color: #fff;
	text-align: center;	
	display: block;
  	width: 80px;
	height: 21px;
	margin: 8px 0 4px;
	overflow: hidden;
	background: url(http://raabkarcher.adimo.pl/images/cms/button.png) no-repeat;
	border: none;	
	cursor: pointer;
	padding: 0;	
}

.button_red {
	display: inline-block;
	font: 11px/19px Arial, Tahoma, sans-serif;
	width: 64px;
	margin: 0;
	background: url(http://raabkarcher.adimo.pl/images/cms/button_red.gif) no-repeat;
}

.button:hover, .button_red:hover {
	text-decoration: none;
}

#newsletterForm {
	margin-top: 15px;
}

form dt {
	margin-top: 5px;
}

form .errors li {
	color: #ff9200;
	text-align: right;
	font: bold 10px Arial, Tahoma, sans-serif;
}

form label {
	cursor: pointer;
	color: #a3a3a3;
	font-size: 11px;
	line-height: 1.8em;
}

input.checkbox {
	width: auto !important;
	border: 0;
	padding: 0;
	margin: 0 3px -2px 0;
}

input, select, textarea {
	width: 194px;
	background: #fff;
	padding: 3px 4px;
	border: 1px solid #cacaca;
	color: #212121;
	font: 11px Arial, Tahoma, sans-serif;
}

textarea {
	height: 68px;
	padding: 2px 4px;
}

select {
	font-weight: bold;
	font-size: 12px;
}

form input.submit {
	width: auto;
	border: none;
	padding: 0;
	font: bold 12px Arial, Tahoma, sans-serif;
	color: #fff;
	cursor: pointer;
}

#header {
	width: 994px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	float: right;
	margin: 18px 16px 0 0;
	display: inline;
	text-transform: uppercase;
	font: bold italic 22px Arial, Tahoma, sans-serif;
	color: #d5013b;
}

#header ul {
	height: 25px;
	position: absolute;
	bottom: 19px;
	right: 4px;
}

#header ul li {
	display: block;
	float: left;
	margin: 0 2px;
	position: relative;
}

#header ul li a {
	display: block;
	float: left;
	height: 25px;
	padding: 0 12px;
	font: bold 12px/25px Arial, Tahoma, sans-serif;
	color: #1b1c20;
}

#header ul li span.menu_l {
	display: block;
	width: 12px;
	height: 25px;	
	float: left;
	background: url(http://raabkarcher.adimo.pl/images/cms/menu_l.png) no-repeat;
}

#header ul li span.menu_r {
	display: block;
	width: 12px;
	height: 25px;	
	float: left;
	background: url(http://raabkarcher.adimo.pl/images/cms/menu_r.png) no-repeat;
}

#header ul li a:hover, #header ul li.active a, #header ul li.hover a {
	color: #fff;
	padding: 0;
	text-decoration: none;
	background: #d5013b;
}

#header ul li ul {
	height: auto;
	position: absolute;
	top: 25px;
	left: 4px;
	width: 140px;
	border-top: 1px solid #e5e5e5;
	z-index: 9999;
}

#header ul li ul li {
	width: 140px;
	border: 1px solid #e5e5e5;
	border-top: 0;
}

#header ul li ul li a {
	width: 140px;
	text-indent: 6px;
	font: bold 11px/25px Arial, Tahoma, sans-serif;
}

#header ul li ul li span.menu_l {
	display: none;
}

#header ul li ul li span.menu_r {
	display: none;
}

#intro {
	width: 994px;
	height: 350px;
	margin: 0 auto;
}

#redbox {
	width: 190px;
	height: 351px;
	padding: 0 0 0 25px;
	overflow: hidden;
	background: url(http://raabkarcher.adimo.pl/images/cms/redbox.png) no-repeat;
}

#main #redbox {
	width: 216px;
	height: 350px;
	float: left;
	background: url(http://raabkarcher.adimo.pl/images/cms/redbox_main.png) no-repeat;
}

#redbox h2 {
	font-weight: normal;
	margin: 7px 0 10px;
}

#search_text {
	width: 184px;
	width: 151px;
	background: #fff;
	color: #313131;
	border: 1px solid #c30035;
	padding: 4px 3px;
}

#main #search_text {
	width: 184px;
}

#szukaj {
	border: none;	
	cursor: pointer;
	padding: 0;
  	width: 78px;
	height: 21px;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
	line-height: 0;
	margin: 9px 0 5px 80px;
	background: url(http://raabkarcher.adimo.pl/images/cms/button_search.png) no-repeat;
}

#main #szukaj {
	margin-left: 113px;
}
	
#redbox ul li {
	display: block;
	margin: 5px 0 0;
	height: 35px;
}

#redbox ul li img {
	float: left;
	margin: 0;
	padding: 0;
}

#redbox ul li a {
	display: block;
	width: 90px;
	height: 33px;
	overflow: hidden;
	padding: 2px 32px 0 7px;
	position: relative;
}
#redbox ul li a img.ok {
  position: absolute;
  right: 0px;
  top: 0px;
}

#redbox ul li a span {
	font: bold 12px Arial, Tahoma, sans-serif;
	color: #fff;
}

#redbox ul li a:hover {
	text-decoration: none;
}

#redbox ul li a span.oneline {
	line-height: 33px;
}

#intro_main {
	width: 867px;
	height: 100px;
	overflow: hidden;
	background: url(http://raabkarcher.adimo.pl/images/cms/intro.png) no-repeat 0 bottom;
}

#main #intro_main {
	width: 753px;
	height: 350px;
	float: left;
	background: url(http://raabkarcher.adimo.pl/images/cms/intro_main.jpg) no-repeat;
}

#intro_main div h1, #main #intro_main h1.ext {
	text-transform: uppercase;
	font: bold italic 18px/41px Arial, Tahoma, sans-serif !important;
	color: #d5013b;
	height: 41px;
}

#main #intro_main h1.ext {
	margin: 0 0 0 15px;
}

#intro_main div h1 span, #main #intro_main h1.ext span {
	color: #fff;
}

#intro_main div ul {
	margin: -7px 0 0 !important;
	line-height: 100% !important;
}

#intro_main div ul li {
	color: #fff;
	font-size: 12px;
	line-height: 1.25em !important;
	font-weight: bold;
}

#content {
	width: 994px;
	margin: 0 auto 20px;
	overflow: hidden;
}

#main #content {
	margin-top: 28px;
}

.box {
	width: 205px;
	float: left;
	margin-right: 60px;
	display: inline;
	overflow: hidden;
}

.mapa {
	width: 224px;
	margin-right: 35px;
}

.last {
	margin: 0;
}

.box h3 {
	margin: 0 0 16px;
}

.box span {
	color: #a3a3a3;
	line-height: 1.8;
}

.box img {
	margin: 0 0 4px;
}

ul.list_arrow {
	margin: 10px 0;
}

ul.list_arrow li {
	background: url(http://raabkarcher.adimo.pl/images/cms/arrow.png) no-repeat 0 center;
}

ul.list_arrow li a {
	display: inline;
	line-height: 1.8;
	color: #d5013b;
	padding: 0 0 0 9px;
}

#partners {
	width: 994px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #969696;
}
#partners img { 
	margin-right: 35px;
}
#partners img.koniec {
	margin-right: 0px;
}

#footer {
	width: 994px;
	height: 80px;
	overflow: hidden;
	margin: 15px auto 0;
	background: #969696;
}

#footer p {
	font: 10px/1.7 Arial, Tahoma, sans-serif;
	color: #fff;
	float: left;
	padding: 22px 21px;	
}

#footer p a {
	color: #fff;
}

#footer ul {
	float: right;
	padding: 0 21px;
	white-space: nowrap;
}

#footer ul li, #adimo ul li {
	display: inline;
	font: 10px/80px Arial, Tahoma, sans-serif;
}

#footer ul li:before, #adimo ul li:before {
	content: "|";
	color: #fff;
	padding: 0 3px 0 2px;
}
		
#footer ul li:first-child:before, #adimo ul li:first-child:before {
	content: "";
	padding: 0;
}

#footer ul li a {
	color: #fff;
}

#footer ul li a:hover, #footer ul li.active a {
	text-decoration: underline; 
	color: #fff;
}

#adimo {
	width: 973px;
	height: 57px;
	margin: 0 auto;
	padding-right: 21px;	
	color: #969696;
	text-align: right;	
}

#adimo ul li {
	font: 11px/57px Arial, Tahoma, sans-serif;
}

#adimo ul li:before {
	color: #969696;
	padding: 0 6px 0 4px;
}

#adimo a {
	color: #969696;
}

/* Content_Main
==============================================================================================================*/
#content_main {
	width: 764px;
	float: right;
	overflow: hidden;
}

#content_main p {
	font-size: 12px;
	margin: 15px 0 8px;
}

#content_main ul, #content_main ol {
	margin: 4px 0 20px 20px;
	font-size: 12px;
	line-height: 160%;
	text-align: justify;	
}

#content_main ul {
	list-style-type: disc;
}

#content_main ol {
	list-style-type: decimal;
}

#content_main h2 {
	height: 37px;
	margin: 9px 0;
	overflow: hidden;
	color: #1b1c20;
	line-height: 37px;
	text-indent: 17px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: url(http://raabkarcher.adimo.pl/images/cms/icon_nav.png) no-repeat 0 center;
}

#content_main h3 {
	font-size: 14px;
	color: #d5013b;
	margin: 5px 0 8px 8px;
}

table {
	width: 100%;
	margin: 10px 0 20px;
}

#dane th {
	border-bottom: 1px solid #e7b7c4;
	padding: 5px 8px;
	text-align: left;
	vertical-align: middle !important;
	color: #a3a3a3;
	font-weight: normal;
}

#dane td {
	border-bottom: 1px solid #e7b7c4;
	padding: 5px 8px;
	text-align: left;
	vertical-align: middle !important;
	font-size: 12px;
}

#dane td img {
	display: block;
	float: left;
	margin-right: 2px;
	white-space: nowrap;
}

/* Sidebar
==============================================================================================================*/
#sidebar {
	width: 215px;
	float: left;
	overflow: hidden;
}

#sidebar .box {
	float: none;
	display: block;
	margin: 20px 0;
}

#firmy label {
	display: block;
	color: #c8c8c8;
}

#firmy input.submit {
  	width: 64px;
	height: 21px;
	overflow: hidden;
	margin-left: 6px;
	text-indent: -999px;
	background: url(http://raabkarcher.adimo.pl/images/cms/button_search2.png) no-repeat;
}

tr.row1 {
	background: #ebebeb;
}

tr.row2 {
	background: #f5f5f5;
}

#firmy th {
	border-top: 1px solid #fff;
	padding: 12px 12px;
	text-align: left;
	vertical-align: middle !important;
	font-weight: normal;
	background: #131418;
}

#firmy td {
	border-top: 1px solid #fff;
	padding: 12px 12px;
	text-align: left;
	vertical-align: middle !important;
	font-size: 12px;
	line-height: 160%;
}

/* Paginacja
==============================================================================================================*/
.pagenavi {
	width: 100%;
	text-align: right;
	padding: 10px 0 0;
	color: #d5013b;
	font: bold 12px Arial, Tahoma, sans-serif;		
}

.pagenavi span.current_nav {
	color: #1b1c20;
	padding: 0 3px;
}

.pagenavi a {
	padding: 0 3px;
}

a.pager, span.pager {
	display: inline-block;
	height: 17px;
	font: bold 12px/17px Arial, Tahoma, sans-serif;
	color: #fff;
	background: #d5d5d5 url(http://raabkarcher.adimo.pl/images/cms/pager_bg.png) repeat-x;
	border: 1px solid #aeaeae;
	padding: 0 5px;
	margin: 0 2px;
	text-decoration: none;
}

span.pager {
	background: gray;
	border: 1px solid black;
}

#oddzial {
	width: 100%;
	overflow: hidden;
	margin: 20px 0 30px;
}

#mapa_google {
	width: 500px;
	float: right;
}

#info {
	float: left;
	font-size: 12px;
	line-height: 160%;
	padding-left: 8px;
}

#info small {
	font-size: 11px;
	color: #a3a3a3;
}


.promocje-pole {
	border: solid 1px #C1C1C1;
	margin-bottom: 6px;
}
.promocje-pole h4 {
	background: #C1C1C1;
	padding: 6px;
}
.promocje-pole h4 a {
	color: #000;
}
.promocje-pole .promocje-pole-tresc {
	padding: 6px;
}
dt#zgoda1-label { 
   /*display: inline;*/ 
} 

dt#zgoda1-label label { 
   font-size: 10px; 
   line-height: 1.2em; 
   margin-top: 40px;
} 

dd#zgoda1-element { 
   display: inline; 
} 

input#zgoda1 { 
   width: auto !important; 
   border: 0; 
   padding: 0; 
   margin: 0 3px -2px 0; 
}

