@charset "utf-8";
html {
	width: 100%;
	height: 100%;
}
body {
	background-color: white;
/* trzeba podac szerokosc strony  a potem margin: t r b l   dziala dobrze dla wszystkich przegladarek, text-align nie dziala pod FF aby wysrodkowac */
	/*width: 1000px;
	margin: 0px auto 0px auto;
*/
}

img {
	border: 0px none white;
}
hr {
	clear: both;
}
h3 {
	margin-left: 30px;
	margin-top: 10px;
	font-family: Verdana;
	border-bottom: 1px solid black;
	width: 750px;
}
h4 {
	margin-left: 10px;
	margin-top: 10px;
	font-family: Verdana;
	border-bottom: 1px solid black;
	width: 480px;
}
a:link, a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: black;
}
#blue {
/*span blue  zeby zanzaczyc wybrane fragmenty tekstu na niebiesko  */
	color: #6FA496;
	font-weight: bold;
}
#main_container {
	width: 1000px;
	min-height: 500px;
	background: transparent;
	background-color: white;
	font-size: 1.0em;
	color: black;
	text-align: left;
	margin-left: 0px;
	font-family: Arial, Verdana, Geneva, sans-seri;
	overflow: hidden;
}
#inside_container {
	width: 720px;
/* 30px zapasu, na pomiedzy */
	margin: 10px 0px 10px 130px;
	background: transparent;
	background-color: white;
}
#baner_container {
	width: 1000px;
	height: 230px;
	background-image: url('../files/baner.png');
}
/*           MAIN MENU     */
#main_menu {
	width: 500px;
	height: 14px;
	margin: 2px auto 2px 400px;
	background: transparent;
	background-color: white;
}
#wrong_web {
	width: 500px;
	height: 200px;
	margin: 50px auto 2px 250px;
	background: transparent;
	background-color: white;
}
#footer_container {
	width: 1000px;
	clear: both;
}
#footer {
	height: 24px;
	margin: 2px 0px 2px 40px;
	background: transparent;
	background-image: url('../files/stopka.png');
	background-repeat: no-repeat;
	clear: both;
}
#footer_bottom {
	width: 750px;
	margin: 0px 0px 2px 100px;
	background: transparent;
	font-size: 0.6em;
	color: gray;
}
#wizytowka {
	float: left;
}
#footer_menu {
	float: right;
}
/******************************************************************************/
#ofirmie_left_side {
	width: 220px;
	float: left;
	margin-right: 15px;
}
#ofirmie_right_side {
	width: 470px;
	float: right;
	margin-left: 15px;
}
#ofirmie_right_side p,#ofirmie_right_side li {
	font-size: 0.7em;
	text-indent: 30px;
	text-align: justify;
}
#ofirmie_left_side_map {
	margin-bottom: 15px;
}
#ofirmie_left_side_logos {
	margin-top: 15px;
}
/******************************************************************************/
#referencje_main_right_side {
	width: 470px;
	float: right;
	margin-left: 15px;
}
#referencje_main_right_side td {
	font-size: 0.7em;
	text-align: justify;
}
#small_p {
	color: gray;
	font-size: 0.6em;
	text-align: right;
}
#referencje_main_right_side hr {
	width: 470px;
	height: 1px;
}
#referencje_main_right_side_menu {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
}
/******************************************************************************/
#kontakt_left_side {
	width: 290px;
	float: left;
	margin-right: 15px;
	text-align: left;
	font-size: 0.7em;
}
.formularz{
	text-align: right;
}
#kontakt_right_side {
	width: 400px;
	float: right;
	margin-left: 15px;
}
#kontakt_right_side_map {
	margin-bottom: 0px;
}
/******************************************************************************/
#praca_right_side {
	width: 470px;
	float: right;
	margin-left: 15px;
}
#praca_right_side_text {
  
}
#praca_right_side_text li {
	font-size: 0.8em;
}
#header {
	font-size: 1.2em;
	color: #6FA496;
}
#small_header {
	font-size: 1.0em;
	color: #6FA496;
}
