/* ------RESET CSS -------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------------------------------------*/
/*===============================================================================================================*/

body{
	background-color: lightgray;
}
/*================================================================================================================*/

#strona{
	background-color: white;
	width: 920px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
}
/*==================================================================================================================*/

#naglowek{
	background-color: #17F7FF;
	width: 100%;
	min-height: 200px;
	background-image: url('tlo_naglowka.jpg');
	font-family: sans-serif;
	line-height: 200px;
	text-align: center;
	font-size: 72px;
	font-weight: bold;
	color: #17F7FF;
	text-shadow: 10px -8px 7px #030303;
}
/*===================================================================================================================*/

#menu-bar {
  width: 97%;
  margin: 0px 0px 0px 0px;
  padding: 4px 6px 4px 12px;
  height: 40px;
  line-height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: 6px -5px 8px #080000;
  -webkit-box-shadow: 6px -5px 8px #080000;
  -moz-box-shadow: 6px -5px 8px #080000;
  background: #660000;
  border: solid 3px #660000;
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
  text-align: center;
  width: 18%;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 20px;
  color: #17F7FF;
  text-decoration: none;
  display: block;
  padding: 6px 20px 6px 20px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 6px -3px 3px #000000;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #EEF5E6;
  color: #3355FF;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 3px -1px 3px #030303;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #F5F5F5 !important;
  color: #17F7FF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 7px -2px 3px #050505;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #660000;
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #660000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#17F7FF !important;
  font-size:20px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 6px 2px 3px #141414;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
/*================================================================================================*/

#tresc{
	background-color: white;
	width: 100%
	min-height 600px;
	font-family: sans-serif;
	font-size: 20px;
  border: ridge 4px #660000;
}

img{
  width: 400px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  border: ridge 4px #660000;
  box-shadow:6px -7px 8px #080000;
}

.dania{
  font-family: sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
  margin-right: 100px;
  margin-top: 50px;
  font-weight: bold;
  float: right;
  text-shadow: 4px -4px 5px #0D0000;
}

.przygotowanie{
  font-family: sans-serif;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

p{
  font-family: sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  text-indent: 1cm;
  text-align: justify;
}

ul{
  list-style-type: disc;
  margin-left: 40px;
  margin-top: 10px;
}

#formularzyk label{
  display: block;
}

/*================================================================================================*/

#stopka{
	background-color: #660000;
	width: 100%;
	min-height: 100px;
	font-family: sans-serif;
	color: #17F7FF;
	line-height: 100px;
	text-align: center;

}
/*==================================================================================================*/
