* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
	background-image: url(../g/bg.jpg);
	background-repeat: repeat;
}

/**********************top menu**********************/
#div_top_menu {
	width: 770px;
	margin: 20px 15px 20px 0;
	float: right;
	text-align: right;
	background: none;
}
	#div_top_menu a {
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: 0.06em;
		text-decoration: none;
		margin: 0 0 0 20px;
	}
	#div_top_menu a:hover {color: #80add9;}
	#div_top_menu a.selected {color: #80add9;}

/***********************header***********************/
#h1_header {
	margin: 0 15px;
}
	#h1_header img {
		width: 900px;
		height: 260px;
		border: 0;
	}
	#h1_header strong {
		display: block;
		height: 40px;
		position: relative;
		top: 40px;
		text-indent: -99999px;
	}

#dane_kontaktowe_header {
	font-size: 17px;
}

#header_buttons {
	width: 240px;
	position: relative;
	top: -20px;
	left: 685px;
}
#header_buttons * {
	display: block !important;
	float: left !important;
}
#header_buttons script {
	display: none !important;
}
	#fb_icon {
		width: 20px;
		height: 20px;
		margin: 0 10px 0 0;
		background-image: url(../g/facebook-icon.png);
		background-repeat: no-repeat;
		text-indent: -99999px;
	}
	#fb_icon:hover {
		background-position: 0 -20px;
	}

/***********************footer***********************/
#div_footer {
	width: 930px;
	height: 91px;
	clear: both;
	margin: 0 auto;
	background-image: url(../g/footer.png);
	background-repeat: no-repeat;
}
	#div_dane_kontaktowe_footer {
		margin: 0 0 0 100px;
		padding: 10px 0 0 0;
	}
	#div_dolny {
		margin: 0 15px 0 100px;
	}
		#div_copyrights {float: left;}
		#div_licznik {float: right;}
	p.p_footer {
		font-size: 13px;
		letter-spacing: normal;
		color: #789cc0;
	}
		p.p_footer a {
			text-decoration: underline;
			color: #9ebfe1;
		}
		p.p_footer a:hover {
			text-decoration: none;
		}
		p.p_footer span {color: #9ebfe1;}

/**********************content***********************/
#div_wrapper {
	width: 930px;
	margin: 0 auto;
	background: none;
}
div.div_content {
	width: 900px;
	clear: both;
	margin: 0 15px;
}
div.div_separator {
	width: 930px;
	height: 1px;
	clear: both;
	margin: 0 auto 20px auto;
	background-image: url(../g/separator.gif);
	background-repeat: no-repeat;
}

/******************common & others*******************/
.naglowek2, h2 {
	display: block;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: normal;
	text-align: center;
	color: #81add8;
	margin: 0 0 20px 0;
}
.naglowek3, h3 {
	display: block;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: normal;
	text-align: left;
	color: #81add8;
	margin: 0 0 15px 0;
}
/*
h3 {
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: left;
	color: #81add8;
	margin: 0 0 15px 0;
}
*/
p {
	letter-spacing: normal;
	text-align: justify;
	margin: 0 0 15px 0;
}
ul {
	letter-spacing: normal;
	text-align: justify;
	margin: 0 0 15px 35px;
}
address {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin: 0 0 15px 0;
}
div.div_column {
	width: 435px;
}
.div_column li {
	text-align: left;
}
.lewy {
	float: left;
}
.prawy {
	float: right;
	margin-left: 30px;
}
.pogrubienie {
	font-weight: bold;
}
.wyroznienie {
	color: #FFFF00;
}
.wersaliki {
	text-transform: uppercase;
}
.zwykly {
	font-weight: normal;
}
.bottom_margin_0 {
	margin-bottom: 0;
	padding-bottom: 0;
}
a.a_content {
	color: #81add8;
	text-decoration: underline;
}
a.a_content:hover {
	text-decoration: none;
}

/****ZAPISY****/
div#div_zapisy_left {
	width: 410px;
	float: left;
}
	div#div_zapisy_left p {
		text-align: left;
	}
div#div_zapisy_right {
	width: 460px;
	float: right;
}
	div#div_zapisy_right p {
		text-align: left;
	}
	div#div_zapisy_right form div div {
		clear: both;
	}
p.p_form {
	width: 90px;
	float: left;
}
input.input_form {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	width: 360px;
	height: 16px;
	float: right;
	background-color: #fff;
	border: 1px solid #999;
	color: #333;
}
p#p_tresc {
	width: 90px;
	height: 160px;
	float: left;
}
textarea#tresc {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	width: 360px;
	height: 160px;
	min-width: 360px;
	min-height: 160px;
	max-width: 360px;
	max-height: 320px;
	resize: vertical;
	margin: 0 0 15px 0;
	float: right;
	background-color: #fff;
	border: 1px solid #999;
	color: #333;
}
input#submit {
	width: 90px;
	margin: 0 0 15px 0;
	border: 1px outset #fff;
	float: left;
	clear: both;
}

/****KONTAKT****/
div.div_map div.div_kont_left {
	width: 320px;
	float: left;
}
	div.div_map div.div_kont_left p {
		width: 300px;
		text-align: left;
	}
	div.div_map div.div_kont_left address {
		width: 300px;
	}
div.div_map div.div_kont_right {
	width: 580px;
	float: right;
}
	div.div_map div.div_kont_right iframe {
		background-color: #e8e8e8;
		padding: 1px;
		border: 1px solid #aaa;
	}
	div.div_map div.div_kont_right small a {
		display: block !important;
		margin: 5px 0 15px 0 !important;
		text-align: right !important;
		color: #81add8 !important;
	}
	div.div_map div.div_kont_right small a:hover {
		text-decoration: none;
	}

/****GALERIA****/
div.div_thumbs {
	margin: 0 auto 2px auto;
}
	div.div_thumbs a img {
		padding: 1px;
		border: 1px solid #fff;
	}
