

 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #D6D6D6;
	}

div.naglowek {
background-image: url("images/header.jpg");
width: 755px;
height: 223px;
text-align: left;
}
div.uwaga{
color: #FF0000;
}
div.menu {
margin-left: 10px;
/* background: #FFFFFF; 
border: 1px solid #C3C3C3;
width: 555px;*/
text-align: middle;

}


div.page {
width: 755px;
margin-bottom: 5px;
font-size: 14px;
background-image: url("images/lapka.jpg");
background-position: top left; 
background-repeat: no-repeat;
}
div.strona {
width: 755px;
border: 1px solid #606060;
background: #FFFFFF;
}
div.footer {
background-image: url("images/footer.jpg");

height: 78px;
vertical-align: middle;
}

div.wciecie {
margin-left: 10px;
margin-right: 10px;
}
div.wciecie_rasa {
margin-left: 25px;
margin-right: 25px;
line-height: 150%;
text-align: justify;
}


h1,h2,h2,h3,h4,h5	{ margin-top: 5px; margin-bottom: 5px; }

h1.header, h2.header, h3.header {
margin-top: 5px; 
margin-bottom: 5px; 
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 22px; 
color: #000000;
font-weight : normal;
}

h1.header,h2.header {
font-size: 24px; 

}

.kontakt {
font-size: 14px;
}

a.menu:link,a.menu:active,a.menu:visited { font-size: 16px; text-decoration: none; color :#000000; font-weight : normal;}
a.menu:hover		{ color : #606060; }



a.wiecej:link,a.wiecej:active,a.wiecej:visited {
 color: #674D3D; 
 text-decoration: none;
 font-weight : bold;
}

a.wiecej.hover {
 color: #98725A;
}

.strony {
line-height: 150%;
}

/* nowe menu */
div.menuv2 {
margin-left: 10px;
background: #FFFFFF;
width: 650px;
text-align: middle;
border: 1px solid #C3C3C3;
}
a.menuv3:link,a.menuv3:active,a.menuv3:visited { font-size: 16px; text-decoration: none; color :#000000; font-weight : normal; border: 1px solid #003366; background: #FFFFFF;}
a.menuv3:hover		{ color : #606060; background: #D7D7FF;}

div.menuv3 {
background-image: url("images/linia.gif");
width: 690px;
height: 20px;
text-align: middle;


}


/* admin */
#main {
	text-align: left;
	padding: 20px 0;
	clear: both;
}
#content {
	padding: 30px;
	background-color: #fff;
  	border-top: 1px solid #BAC9CF;
	border-bottom: 5px solid #BAC9CF;
	min-height: 450px;
	_height: 450px; /* IE Only */
}
/* Menu
------------------------------ */
#nav {
	list-style-type: none;
	padding: 0;
	_padding: 0 0 0 30px;
	margin: 0 0 0 30px;
	height: 30px;
	width: 80%;
}
#nav li {
	display: inline;
}
#nav li a {
	border-top: 1px solid #C7D3D8;
	border-left: 1px solid #C7D3D8;
	border-right: 1px solid #C7D3D8;

	font-size: 120%;
	display: block;
	float: left;
	padding: 6px 12px;
	margin: 0px 8px 0px 0px;
	text-decoration: none;
	font-weight: normal;
	height: 17px;
	color: #8797A5;
	background: #E9ECEF;
	
	_position: relative; /* IE Only */
	_top: 6px;	/* IE Only */
}
#nav li a:hover {
	border-top: 1px solid #BAC9CF;
	border-left: 1px solid #BAC9CF;
	border-right: 1px solid #BAC9CF;

	color: #000;
	background-color: #F7F8F9;

	height: 21px;
	_height: 24px;

	position: relative;
	top: -3px;
	_top: 1px; /* IE Only */
}
#nav li.current a {
	border-top: 1px solid #BAC9CF;
	border-left: 1px solid #BAC9CF;
	border-right: 1px solid #BAC9CF;

	color: #4D646F;
	background-color: #fff;
	cursor: default;

	height: 21px;
	_height: 24px;

	position: relative;
	top: -3px;
	_top: 1px; /* IE Only */
}


