body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(../graphics/background.png);
}

a,
a:active,
a:focus,
a:link,
a:visited{
	font-weight: bold;
	text-decoration: none;
	color: Gray;
	background-color: inherit;
}

a:hover{
	color: #369;
	background-color: inherit;
}

ul{
	text-align: left;
}

hr{
	clear: both;
	margin: 1px 5px;
}

p{
	clear: both;
	margin: 5px 2px;
	padding: 0;
	text-align: justify;
}

h1{
	height: 43px;
	margin: 0 0 20px 0;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	font-size: 18px;
	color: #DC0028;
	background-color: inherit;
	background-image: url(../graphics/h1.png);
}

h1#promotions{
	color: #DC0028;
	background-color: #FFE666;
	background-image: url(../graphics/lable-promotions.png);
	background-repeat: no-repeat;
	background-position: right;
}

#photo{
	margin: 20px auto;
}

#photo img{
	border-left: 2px solid #DCDCDC;
	border-top: 2px solid #DCDCDC;
	border-right: 2px solid Black;
	border-bottom: 2px solid Black;
}

#photo_nav{
	width: 750px;
	margin: 20px auto;
	color: #D2B48C;
	background-color: inherit;
}

#photo_prev{
	float: left;
	width: 375px;
}

#photo_next{
	float: right;
	width: 375px;
}

#page{
	width: 750px;
	margin: 5px auto;
	padding: 0;
	color: Black;
	background-color: #FFFFE0;
	border: 1px solid Black;
}

#header,
#footer{
	padding: 5px;
	font-size: 10px;
}

#header-logo{
	float: left;
	margin-left: 40px;
	width: 400px;
	padding: 10px 0;
}

#header-logo img{
	border: none;
}

#header-promotions{
	float: right;
	width: 230px;
}

#header-ankieta{
	margin-top: 5px;
	font-size: 18px;
}

#header-ankieta a{
	color: #dc0028;
	background-color: inherit;
}

#header-ankieta a:hover{
	color: #369;
	background-color: inherit;
}

#header-address{
	clear: both;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	color: White;
	background-color: #696969;
	border: 1px solid Black;
}

#footer_counter{
	margin: 5px;
	font-size: 12px;
}

#footer_counter strong{
	text-decoration: underline;
	color: #DC0028;
	background-color: inherit;
}

#footer_counter em{
	font-style: normal;
	font-weight: bold;
}

#main-menu{
	float: left;
	width: 150px;
	padding: 5px;
	text-align: left;
}

#main-menu .lable{
	padding: 5px;
	font-weight: bold;
	text-align: center;
	color: White;
	background-color: #696969;
	background-image: url(../graphics/lable.png);
	background-repeat: no-repeat;
	border-left: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}

#main-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main-menu a
#main-menu a:active,
#main-menu a:focus,
#main-menu a:link,
#main-menu a:visited{
	width: 138px;
	display: block;
	margin-top: 1px;
	padding: 6px;
	font-weight: bold;
	text-decoration: none;
	color: #FFD700;
	background-color: #A9A9A9;
	background-image: url(../graphics/button.png);
	background-repeat: no-repeat;
	background-position: right;
}

#main-menu a:hover{
	color: White;
	background-color: #369;
	background-image: url(../graphics/button-hover.png);
	background-repeat: no-repeat;
	background-position: right;
}

#main-menu a#active{
	color: White;
	background-color: #596F7C;
	background-image: url(../graphics/button-active.png);
	background-repeat: no-repeat;
	background-position: right;
}

#main-menu a#promotions{
	color: #DC0028;
	background-color: #FFE666;
	background-image: url(../graphics/button-promotions.png);
	background-repeat: no-repeat;
	background-position: right;
}

#content{
	float: right;
	width: 575px;
	margin: 5px;
	font-size: 13px;
	line-height: 170%;
}

#info{
	float: right;
	width: 575px;
	margin: 30px 5px;
	font-size: 13px;
	font-weight: bold;
}

#left{
	float: left;
}

#right{
	float: right;
}

.no_border{
	border: none;
}

.list{
	list-style-type: none;
	padding: 0;
	margin: 20px 0 20px 20px;
	font-size: 12px;
}

.list li{
	padding: 5px 25px;
	font-weight: bold;
	background-image: url(../graphics/list.png);
	background-repeat: no-repeat;
	background-position: 0;
}

.links{
	margin: 20px auto;
}

.links img{
	margin: 5px 2px;
	border-left: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}

.gallery{
	margin: 20px auto;
}

.gallery img{
	margin: 5px;
	border-left: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}

#form_kontakt{
	margin-left: 50px;
	text-align: left;
}

#form_kontakt #buttons{
	text-align: center;
}

#form_kontakt form input,
#form_kontakt form textarea{
	font-weight: bold;
	color: Black;
	background-color: #FFE666;
	border: 1px solid Black;
}

.promocje_photo{
	float: right;
	width: 150px;
	margin: 15px 5px 5px 0;
}

.promocje_photo img{
	width: 150px;
	height: 120px;
	border: 1px solid Black;
}

.promocje_body{
	float: left;
	width: 400px;
	margin: 15px 5px;
	font-weight: bold;
	text-align: center;
}

.promocje_lable{
	width: 140px;
	padding: 0 3px;
	text-align: left;
	color: White;
	background-color: #596F7C;
}

.promocje_text{
	padding: 0 3px;
	font-size: 13px;
	color: #DC0028;
	background-color: #FFE666;
}

.promocje_price{
	padding: 1px 3px;
	font-size: 18px;
	color: #FFE666;
	background-color: #DC0028;
}

.promocje_end,
.promocje_adddate{
	padding: 0 3px;
	font-weight: normal;
	color: Black;
	background-color: #A9A9A9;
}

/*--- ADMINISTRACJA ---*/
.admin_buttons{
	clear: both;
	margin-right: 10px;
	text-align: right;
}

.admin_form{
	margin-bottom: 40px;
	padding: 10px;
	text-align: left;
	background-color: #FFE666;
	border: 1px solid Black;
}

.admin_auth{
	margin: 10px auto;
}