h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
p { font-size: 1.4em; }
span { font-weight: bold;}

p.ramka {
	font-size: 1.8em;
  border: 3px dotted;
  text-align: center;
  padding: 10px;
}

p.italics {
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
}

body {
	text-align: center;
	font-size: 62.5%; /* ustawienie czcionki bazowej na 10px */
	font-family: "trebuchet ms", helvetica, arial;
}

#main {
	width: 960px;
  max-width: 1200px;
  min-width: 960px;
	margin: 10px auto 10px auto;
	text-align: left;
	font-size: 1.0em;
	background: url(../images/menu_repeat.jpg) left repeat-y;
}

#header {
	height: 150px;
	padding: 0px;
  background-image: url(../images/header_repeat.jpg);
}

#header_inner_left {
	float: left;
	width: 250px;
	height: 150px;
	margin: 0px;
  padding: 0px;
  cursor: pointer;
	background-image: url(../images/header_left.jpg);
}

#header_inner_right {
	float: right;
	width: 710px;
	height: 150px;
	margin: 0px;
  padding: 0px;
	background-image: url(../images/header_right.jpg);
}

#content {
	width: 960px;
	min-height: 500px;
	margin: 0px;
	padding: 0px;
	text-align:justify;
}

#content_inner_left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
}

#content_inner_right {
	float: right;
	padding: 0px;
	width:820px;
}

#content_inner_right_kwadracik {
	width: 15px;
	height: 15px;
	margin: 0px;
	padding: 0px;
  background-image: url(../images/kwadracik.jpg);
}

#content_inner_right_tresc {
	margin: 0px;
	padding: 15px 30px 30px 30px;
  background: white;
}

#content_inner_right_tresc li {
	list-style-type: square;
	font-size: 1.4em
}

#footer {
	clear: both;
  height: 50px;
	text-align: center;
	color: white;
	background: #204369;
}

#menu { 
	margin: 0;
	padding: 0;
}

#menu li {
	cursor: pointer;
	display: block;
	list-style: none;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	width: 141px;
	height: 40px;
}

#menu li p {
	color: white;
	padding: 20px 0px 0px 55px;
  margin: 0px;
}

#menu li p:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

#oferta { background: url(../images/button_1.jpg) left no-repeat; }

#historia { background: url(../images/button_2.jpg) left no-repeat; }

#zapytanie { background: url(../images/button_3.jpg) left no-repeat; }

#kontakt { background: url(../images/button_4.jpg) left no-repeat; }

#ele_kontakt table { width: 300px; }

#ele_kontakt p {
	margin: 0;
	padding: 5px 0px 0px 0px;
}

#header_inner_left, #header_inner_right, #content_inner_left, #content_inner_right, #content_inner_right_tresc ,#content_inner_right_kwadracik, #footer_inner { overflow: hidden; }

/* style formularza: */

#formularz { padding: 0 10px 10px; }

#formularz label {
	display: block;
	color: #797979;
	font-size: 1.4em;
	line-height: 1.4em;
}

#formularz input , textarea {
	width: 250px;
	padding: 6px;
	color: #949494;
	border: 1px solid #cecece;
}

#formularz input:focus, #formularz textarea:focus {	border: 2px solid #7AA; }

#formularz input.error {
	background: #f8dbdb;
	border-color: #e77776;
}

#formularz div { margin-bottom: 15px; }

#formularz div span {
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 1.1em;
	font-style: italic;
}

#formularz div span.error { color: #e46c6e; }

#formularz #send_form_pl {
	background: #6f9ff1;
	width: 264px;
	color: #fff;
	border: 0;
	cursor: pointer;
}

#formularz #send_form_pl:hover { background: #79a7f1; }

#formularz #send_form_pl[disabled] { background: #A7A7A7; }

