* {
	margin : 0;
	padding : 0;
	z-index : 0;
}
a {
	text-decoration : none;
}
body {
	background-color : #ffffff;
}
#site_div {
	position : relative;
	margin-left : auto;
	margin-right : auto;
	width : 995px;
	height : 550px;
}
#logo_div {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 35px;
	border-bottom : 1px solid black;
	text-indent : 25px;
	background-color : #ffffff;
}
#picture_div {
	position : absolute;
	top : 40px;
	left : 30px;
	height : 350px;
	width : 300px;
	border-right : 1px solid white;
	border-left : 1px solid #464646;
	z-index : 2;
	background-image : url("img/ladna_buzia.jpg");
}
#menu_div {
	position : absolute;
	top : 40px;
	left : 0;
	height : 25px;
	width : 100%;
	border-bottom : 1px solid #000000;
	background-color : rgb(222,222,222);
	background-color : rgba(222, 222,222 , 0.4);
	z-index : 10;
}
#menu_div ul {
	list-style-type : none;
}
#menu {
	position : absolute;
	top : 0;
	left : 331px;
	height : auto;
	width : auto;
	background-color : #ffffff;
}
#menu li {
	display : inline;
	margin : 1px;
}
#menu_div a {
	display : inline-block;
	width : 158px;
	height : 20px;
	padding : 2.5px 0 2.5px 0;
	color : #ffffff;
	text-align : center;
	text-transform : lowercase;
	font-size : 16px;
	font-weight : bold;
	letter-spacing : 0.5px;
	background-color : #9f9f9f;
	color : white;
	cursor: pointer;
}
#menu_zabiegi {
	position : absolute;
	top : 26px;
	left : 490px;
	border-top : 0;
	display : none;
}
#menu_zabiegi a {
	border : 1px solid black;
	border-top : 0;
}
#menu_div a:hover {
	background-color : #ce0000;
	color : white;
}
#content_div {
	position : absolute;
	top : 40px;
	left : 0;
	height : 350px;
	width : 100%;
	background-color : #aeaeae;
	z-index : 1;
}
#promocje_div {
	position : absolute;
	top : 392px;
	left : 332px;
	height : 150px;
	width : 663px;
	border-top : 6px solid #ce0000;
	border-bottom : 6px solid #ce0000;
	background-color : rgb(240, 240, 240);
	text-indent : 15px;
}
#nawigacja_div {
	position : absolute;
	top : 554px;
	left : 332px;
	height : 20px;
	width : 658px;
	background-color : #000000;
	padding-right : 5px;
	text-align : right;
	color : white;
}
#nawigacja_div a {
	font-size : 11px;
	font-family : verdana;
	color : white;
}
#footer_div {
	position : absolute;
	top : 574px;
	left : 332px;
	height : 20px;
	width : 663px;
	text-align : center;
}
#logo_div em {
	font-style : normal;
	font-size : 25px;
	color : #ce0000;
}
#logo_div a {
	font-family : Verdana;
	font-weight : bold;
	font-size : 19px;
	color : #aeaeae;
}
#content {
	position : absolute;
	display : block;
	left : 332px;
	top : 25px;
	width : 618px;
	height : 305px;
	color : white;
	padding : 10px;
	overflow : auto;
	background-color : rgb(90,90,90);
}
#content h1 {
	font-size : 20px;
	color : #ffffff;
}
#content a {
	color : #ffffff;
}
#zabiegi_div {
	position : fixed;
	display : none;
	top : 75px;
	left : 350px;
	width : 500px;
	height : 320px;
	padding : 0 20px 0 20px;
	color : #ffffff;
	background-color : rgb(45,45,45);
	background-color : rgba(0,0,0,0.7);
}
#zabiegi_div div{
	height: auto;
	width: 100%;
}
#zabiegi_nazwa {
	position : absolute;
	top : 10px;
	left : 20px;
}
#zabiegi_technologia {
	position : absolute;
	top : 50px;
	left : 20px;
}
#zabiegi_opis {
	position : absolute;
	top : 90px;
	left : 20px;
}
#zabiegi_cena {
	position : absolute;
	right : 120px;
	bottom : 0;
	height : 40px;
}
#zabiegi_zamknij {
	position : absolute;
	top : 0;
	right : 15px;
	color : rgb(75,75,75);
	font-size : 25px;
	font-family : "Arial Black";
	cursor : pointer;
}
