@charset "utf-8";
/* CSS Document 4 Hanga by 2EXIST*/

* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #adadad;*/
 color: #000;
}

h1, h2, h3 {
	color: #e01e31;
	font-weight: normal;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
	margin-top: 18px;
}
h1.firstHeader,
h2.firstHeader {
	margin-top: 0;
	padding-top: 0;
}
h3 {
	font-size: 16px;
}
.clearer {
	clear: both;
}
.bold {
	font-weight: bold;
}

#outerContainer {
	width: 855px;
	margin: 15px auto;
	margin-bottom: 5px;
	position: relative;
}

#wynikoc {
  width:  460px;
  z-index: 50;
  /*background-color: #fcc;*/
  background-image:url(/images/formBg2.jpg);
  background-repeat:no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height:335px;
}

 #wynikoc .wrapper {
  }
  
    #wynikoc .wrapper h5 {
      margin-left: 190px;
      font-weight: bold;
      color:#E4001B;
      text-align: right;
      padding: 90px 15px 0px 0px;
      font-size: 54px;
      margin-top: 10px;
    }
    
    #wynikoc #back {
      display: block;
      width: 86px;
      height: 26px;
      background-image: url(/images/powrot.jpg);
      background-repeat: no-repeat;
      margin-left: 340px;
      margin-top: 50px;
    }

#mainMenu {
	height: 120px;
	background-image: url(/images/mainMenuBg.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
}
#mainMenu.long {
  background-image: url(/images/mainMenuBg2.jpg);
}
#mainMenu li a {
	display: block;
	padding-bottom: 11px;
}
#mainMenu li {
  list-style: none;
	float: left;
	margin-top: 64px;
	height: 30px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
}
#menuHome {
	width: 127px;
	background-image: url(/images/menuHome.jpg);
}
#menuPromocje {
	width: 80px;
	background-image: url(/images/menuPromocje.jpg);
}
#menuNowosci {
	width: 80px;
	background-image: url(/images/menuNowosci.jpg);
}
#menuMedyczna {
	width: 140px;
	background-image: url(/images/menuMedyczna.jpg);
}
#menuAgent {
	width: 92px;
	background-image: url(/images/menuAgent.jpg);
}
#menuPomoc {
	width: 74px;
	background-image: url(/images/menuPomoc.jpg);
}
#menuKontakt {
	width: 75px;
	background-image: url(/images/menuKontakt.jpg);
}
#mainMenu li a {
	/*color: #838383;*/
  color: #000;
	text-decoration: none;
}
#mainMenu li a:hover {
	color: #e01e31;
	font-weight: bold;
}
#mainMenu #car {
	width: 182px;
	height: 120px;
	float: right;
	margin-top: 0px;
}

#hangaLogo {
	width: 137px;
	height: 51px;
	position: absolute;
	top: 0;
	left: 10px;
}

#mainContainer {
	border-bottom: 1px solid #e8e7e7;
}

#leftColumn {
	width: 215px;
	float: left;
}
#leftColumn ul {
	list-style: none;
	color: #e01e31;
}
#leftColumn ul li {
	margin: 5px 0;
}
#leftColumn ul li a {
	/*color: #adadad;
  color: #838383;*/
  color: #000;
	text-decoration: none;
	padding-left: 5px;
}
#leftColumn ul li a:hover {
	color: #e01e31;
}

#content {
	width: 460px;
	height: 410px;
	float: left;
}
#content #formContainer {
	width: 100%;
	height: 335px;
	background-image: url(/images/formBg.jpg);
	background-repeat: no-repeat;
  position: relative;
}

/*--------FORMULARZE------------*/
#contactForm input.text.error,
#contactForm textarea.text.error {
  border: 1px solid #E01E31;
}

#ocForm {
	margin: 0 5px;
	font-size: 12px;
	margin-left: 270px;
	padding-top: 30px;
}
#contactForm {
	margin: 0 5px;
	font-size: 12px;
	margin-left: 20px;
	padding-top: 0;
	margin-top: 0;
}

#ocForm fieldset,
#contactForm fieldset {
	border: 0;
	padding: 0;
}

#ocForm fieldset div {
	overflow: hidden;
	width: 160px;
	margin-bottom: 1px;
	padding-top: 1px;
}
#contactForm fieldset div {
	overflow: hidden;
	width: 360px;
	margin-bottom: 1px;
	padding-top: 1px;
}

#ocForm div label {
	width: 160px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
}
#contactForm div label {
	width: 360px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
}
#contactForm div label.radio {
  width: 100px;
  
}

#ocForm select,
#ocForm input.text,
#ocForm textarea,
#contactForm select,
#contactForm input.text,
#contactForm textarea {
	border: 1px solid #7f9db9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-bottom: 10px;
}

#ocForm select,
#contactForm select {
	padding: 2px;
	width: 160px;
}

#ocForm select:focus {
}

#ocForm input.text,
#contactForm input.text,
#contactForm textarea {
	padding: 3px;
	width: 240px;
}

#ocForm input.button,
#ocForm input.submit,
#contactForm input.button,
#contactForm input.submit {
	padding-top: 2px;
	padding-bottom: 2px;	
	cursor: pointer;
}

#ocForm input.button::-moz-focus-inner,
#ocForm input.submit::-moz-focus-inner,
#contactForm input.button::-moz-focus-inner,
#contactForm input.submit::-moz-focus-inner {
	border: 0;
	padding: 1px 3px;
}

#ocForm input.submit,
#contactForm input.submit {
	font-weight: normal;
}

input.sendButton {
	display: block;
	width: 86px;
	height: 26px;
	background-image: url(/images/button.jpg);
	background-repeat: no-repeat;
	border: 0;
	margin-left: 74px;
	color: #FFF;
}

/*--------------------------------*/

#content #flashSlider {
	width: 100%;
	height: 75px;
}

#rightColumn {
	width: 175px;
	float: right;
}
#rightColumn a {
	display: block;
	height: 45px;
	margin-left: 10px;
	padding-left: 70px;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	/*color: #6c6c6c;*/
  color: #000;
	text-decoration: none;
	line-height: 18px;
}
#rightColumn a:hover {
	color: #e01e31;
}
#rightColumn a#carInsurance {
	background-image: url(/images/carInsurance.jpg);
}
#rightColumn a#homeInsurance {
	background-image: url(/images/homeInsurance.jpg);
}
#rightColumn a#travelInsurance {
	background-image: url(/images/travelInsurance.jpg);
}
#rightColumn a#lifeInsurance {
	background-image: url(/images/lifeInsurance.jpg);
	/*width: 185px;*/
	font-size: 10px;
	line-height: 12px;
}
#rightColumn a#healthInsurance {
	background-image: url(/images/healthInsurance.jpg);
}
#rightColumn a#companyInsurance {
	background-image: url(/images/companyInsurance.jpg);
	margin-bottom: 0;
}

/*--------- FOOTER -----------*/
#footer div {
	float: left;
	line-height: 25px;
	/*color: #787878;*/
  color: #000;
}
#footerLeft {
	width: 215px;
}
#footerCenter {
	width: 460px;
	text-align: center;
	word-spacing: 6px;
	letter-spacing: 4px
}
#footerRight {
	width: 175px;
	text-align: right;
}
#footerRight a {
	/*color: #787878;*/
  color: #000;
	text-decoration: none;
}
#footerRight a:hover {
	color: #e01e31;
	font-weight: bold;
}

/*----------PODSTRONA------------------*/
#wyliczNajtansze {
	margin-top: 70px;
}
#contentSubpage {
	width: 635px;
	float: left;
	background-image: url(/images/verticalLine.jpg);
	background-repeat: no-repeat;
  line-height: 1.6em;
}
#contentSubpage h1,
#contentSubpage h2, 
#contentSubpage h3,
#contentSubpage h4
{
  padding-top: 10px;
  padding-left: 20px;
}
#contentSubpage h1 {
	padding-top: 40px;
	padding-left: 20px;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#contentSubpage h1.firstHeader {
	padding-top: 0;
}
#contentSubpage p {
	padding: 10px 0 10px 20px;
	font-size: 12px;
	/*color: #838383;*/
  color: #000;
	text-align: justify;
}
#contentSubpage a {
	color: #e01e31;
}
#contentSubpage a:hover {
	text-decoration: none;
}
#contentSubpage .marked {
	color: #e01e31;
	font-weight: bold;
  padding-bottom: 0px;
}
#contentSubpage img {
	float: right;
	margin: 10px;
}
#contentSubpage table {
	margin: 0 auto;
	border: 1px solid #E01E31;
}
#contentSubpage table th {
	background-color: #E01E31;
	color: #FFF;
	padding: 3px 8px;
}
#contentSubpage table th.dark {
  background-color: #2B2F3F;
  color: white;
}
#contentSubpage table th.bottomborder,
#contentSubpage table td.bottomborder {
  border-bottom: 3px solid white;
}
#contentSubpage table th h1 {
  font-size: 45px;
  color: white;
  padding: 0px;
  margin: 0px;
}
#contentSubpage table td {
	color: #E01E31;
	padding: 3px 8px;
	text-align: center;
}
#contentSubpage table tr.odd {
	background-color: #fdeeee;
}
#contentSubpage table tr.even {
	background-color: #ffdede;
}
#contentSubpage table td.dot {
  background-color: #FFDEDE;
}
#contentSubpage p.tableNote {
	color: #E01E31;
	font-size: 0.8em;
	text-align: center;
}
#contentSubpage ul,
#contentSubpage ol {
	padding: 5px 0 5px 35px;
}
#contentSubpage ul ul {
	padding: 0 0 5px 25px;
}
#contentSubpage ul li {
	list-style: square;
  font-size: 12px;
	/*color: #878787;*/
  color: #000;
}
#contentSubpage ol li {
  font-size: 12px;
  /*color: #878787;*/
  color: #000;
}

#contentSubpage table#nasiPartnerzy {
	border: none;
}

/*---ciekawostki------*/
#contentSubpage .ciekawostka {
	margin-left: 20px;
  padding-bottom: 20px;
	border-bottom: 1px solid #E8E7E7;
}
#contentSubpage .ciekawostka h2 {
	font-size: 16px;
}
/*--------------------*/

#contentSubpage .box {
  border: 1px dashed #ccc;
  padding: 5px 10px;
  margin: 10px 15px;
  /*color: #878787;*/
  color: #000;
}
#contentSubpage .box ul {
  padding: 0px 0px 0px 15px;
}

#contentSubpage .box.green {
  border-color: #D70715;
}
#contentSubpage .box.green strong,
#contentSubpage .box.green span {
  color: #D70715;
}
#contentSubpage .box strong {
  font-size: 115%;
}

/*----- LISTY DEFINICJI -----*/
#contentSubpage dl {
  padding: 0px 0px 10px 20px;
  width: 80%;
}
#contentSubpage dl dt {
  font-size: 14px;
  color: #D70715;
  border-bottom: 1px dashed #D70715;
  padding-bottom: 2px;
}
#contentSubpage dl dd {
  padding: 5px 10px;
  text-align: justify;
  display: block;
  margin-bottom: 10px
}
#logowanieForm {
  margin: 5px 45px 22px;
  font-size: 12px;
  line-height: 18px;
}
#logowanieForm div {
  clear:both;
  padding-bottom: 15px;
  height: 15px;
}
#logowanieForm label {
  width: 70px;
  display: block;
  float: left;
}
#logowanieForm input.text {
  border: 1px solid #888;
  float: left;
  font-size: 14px;
}
#logowanieForm input.button {
  background-color: #E3001B;
  color: white;
  padding: 2px 10px;
}
a#nospecial {
  text-decoration: none;
  color: #555;
}


input.border {
  border: 1px solid gray;
}


.hidden {
  display: none;
}
