body, p, div, ul, ol, li, h1, h2, h3, h4, h5, h6, input, form{
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	font-size: 9pt;
	color: #626262; 
}

#strona{
	width: 900px;
	margin: 40px auto 10px auto;
	background-image: url('images/tlo_strzalka.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}


/*style nagłówka*/
#naglowek{
	line-height: 44px;
	margin-bottom: 25px;
}
	#logo{
		width: 300px;
		float: left;
		text-align: left;
	}
	#haslo{
		width: 300px;
		float: left;
		font-family: calibri, tahoma, arial, helvetica, sans-serif;
		font-size: 10pt;
	}
	#haslo h1{
		font-size: 10pt;
		font-weight: normal;
		}
		
	#gorne_menu{
	text-align: right;

	}


/*style lewej kolumny*/

#kolumna_lewa{
	width: 215px;
	float: left;
	text-align: left;
}
	#menu {
	
		width: 200px;
		margin: 10px 2px;
	}
	#menu a{
		display: block;
		line-height: 28px;
		font-size: 10pt;
		font-family: calibri, arial, helvetica, sans-serif;
		text-align: left;
		padding-left: 25px;
		margin: 2px 0;
	}
		#menu a:hover{
			background-color: #f6f6f6;
			background-image: url('images/tlo_menu_hover.png');
			background-repeat: no-repeat;
		}
	.podkreslenie{
		border-bottom: 1px solid #dfdfdf;
		line-height: 0px;
	}

	#box_formularz{
		background-color: #eaeaea;
		margin: 25px 0;
		width: 200px;
	}
	#box_formularz_gora_lewa{
		height: 15px;
		background-image: url('images/box_corner_left_top.png');
		background-repeat: no-repeat;
		background-position: left;
	}
	#box_formularz_gora_prawa{
		height: 15px;
		background-image: url('images/box_corner_right_top.png');
		background-repeat: no-repeat;
		background-position: right;
	}
	#box_formularz_dol_lewa{

		background-image: url('images/box_corner_left_bottom.png');
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	#box_formularz_dol_prawa{

		background-image: url('images/box_corner_right_bottom.png');
		background-repeat: no-repeat;
		background-position: right bottom;
		text-align: center;
	}
	#box_formularz_tresc{
	margin: 5px 0 10px 20px;
	font-size: 9pt;
		text-align: left;	
	}
	
	input{
		border: 1px solid #db00c4;
		font-size: 10pt;
		padding: 2px;
		width: 155px;
		color: #626262; 
	}
	 input.przycisk{
		border: none;
		color: #db00c4;
		font-weight: bold;
		font-size: 10pt;
		background-color: #fff;
		background-image: url('images/przycisk_wyslij.png');
		background-repeat: no-repeat;
		width: 71px;
		height: 22px;
		padding: 0;
	}

/*style prawej kolumny*/
#kolumna_prawa{
	width: 665px;
	float: right;
}

#baner{
	width: 662px;
	height: 283px;
	background-image: url('images/baner_reklamowy.jpg');
	background-repeat: no-repeat;
}

#tresc{
	margin: 10px 0 20px 0;
	padding: 20px 20px 0 30px;
	border-left: 3px solid #f6f6f6;
	text-align: justify;
}
#tresc p{
	line-height: 20px;
}

/*style stopki*/
#odkreslenie{
	border-top: 3px solid #f6f6f6;
	line-height: 0px;
	padding-bottom: 10px;
}
#stopka{
	width: 900px;
	margin: 0 auto 10px auto;
	color: #dcdcdc;
}

#menu_dolne{
	float: left;
	width: 600px;
	text-align: left;
}
#projektant{
	float: right;
	text-align: right;
}


ul{
	margin: 5px;
	list-style: none;
	line-height: 20px;
}
li{
	padding-left: 10px;
	background-image: url('images/punkt.png');
	background-repeat: no-repeat;
	background-position: left 10px;
}

/*style uniwersalne*/
.wiecej{
	text-align: right;
}

.wiecej a{
	color: #db00c4;
	font-weight: bold;
}
.wiecej a:hover{
	color: #626262;
}
.male{
	font-size: 6pt;
}

a img {
	border: none;
}
a{
	color: #626262;
	text-decoration: none;
}
a:hover{
	color: #db00c4;
}
*:focus{
	outline: none;
}
.rozowe{
	color: #db00c4;
}
.niebieskie{
	color: #001ca9;
}
h1{
font-size: 9pt;
}
.nowalinia{
	clear: both;
}

p{
	padding: 5px 0 10px 0;
	line-height: 15px;
}
