p{
	margin: 0;
	padding: 0;
}
body {
	background: url("../graphics/background.png") repeat left top;
	margin: 0;
	padding: 0;
	text-align: center; 
	font-family: tahoma, verdana;
	font-size: 11px;
	color: black;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

input {
	font-family: tahoma;
	font-size: 12px;
}



#main {
	width: 995px;
	text-align: left;
	margin: 0 auto 0 auto;
}

#logo {
	width: 995px;
	height: 130px;
	background-image: url("../graphics/logo.png");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#middle {
	width: 995px;
	overflow: auto;
	height:auto;
}

#leftMenu {
	background-image: url("../graphics/bgrBorderBlue.png");
	background-repeat: repeat-y;
	width: 162px;
	float: left;
	height: auto;
	overflow: hidden;
}

#leftBgrBorder {
	width: 162px;
	background-image: url("../graphics/bgrBorder.png");
	background-repeat: repeat-y;
}

#leftBgr {
	width: 162px;
	background-image: url("../graphics/leftBgr.png");
	background-repeat: no-repeat;
}

.menuElemBgr {
	padding-top: 3px;
	padding-bottom: 7px;
	background: url("../graphics/menuSeparator.png") no-repeat left bottom;
}

.menuElem {
	font-size: 12px;
	font-weight: bold;
	
	display: block;
	margin-left: 4px;
	padding-left: 10px;
	background: url("../graphics/menuWhiteDot.png") no-repeat left center;
}

.menuSubList {
	display: none;
}

.menuSubElem {
	font-size: 12px;
	
	display: block;
	background: url("../graphics/menuTriangle.png") no-repeat left top;
	margin-left: 12px;
	padding-left: 10px;
	margin-top: 4px;
	margin-bottom: 5px;
}

#sectionLogform {
	height: 30px;
}

#logform {
	display: none;
	background: url("../graphics/loginBgr.png") no-repeat left top;
	width: 162px;
	height: 58px;
	clear: both;
	padding-left: 4px;
	padding-top: 4px;
}

#logform input {
	background-color: #eef2d0;
	width: 116px;
	height: 14px;
	margin-left: 2px;
	padding-left: 4px;
	margin-top: 1px;
	margin-bottom: 5px;
	border: none;
}

#logform span.input {
	display:block;
	width: 125px;
	height: 19px;
	margin-bottom: 4px;
	background: url("../graphics/loginInput.png") no-repeat left top;
}

#logform input.image {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	margin-top: 24px;
}

#centerColumn {
	background-color: white;
	text-align: center;
	float: left;
	width: 671px;
	overflow: hidden;
}

#topMenu {
	height: 41px;
	margin-bottom: 20px;
}

#contentFrame {
	margin: auto;
	text-align: center;
	width: 613px;
	float: none;
	clear: both;
	background: url("../graphics/content/middleFrame.png") repeat-y left top;
}

#topContentFrame {
	background: url("../graphics/content/topFrame.png") no-repeat left top;
	width: 613px;
	height: 29px;
	padding-top: 12px;
}

#bottomContentFrame {
	background: url("../graphics/content/bottomFrame.png") no-repeat left top;
	width: 613px;
	height: 18px;
}

#subsiteTitle {
	text-align: center;	
}

.title {
	font-size: 16px;
	font-weight: bold;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
}

#content {
	font-size: 13px;
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: justify;
	overflow: auto;
}

#rightMenu {
	background-image: url("../graphics/bgrBorderBlue.png");
	background-repeat: repeat-y;
	width: 162px;
	float: left;
	height: auto;
	overflow: hidden;
}

#rightBgrBorder {
	width: 162px;
	background-image: url("../graphics/bgrBorder.png");
	background-repeat: repeat-y;
}

#rightBgr {
	width: 162px;
	background-image: url("../graphics/rightBgr.png");
	background-repeat: no-repeat;
}

.offersList {
	padding-top: 7px;
	padding-bottom: 7px;
}

.offerElem {
	font-size: 11px;
	font-weight: bold;
	
	display: block;
	background: url("../graphics/menuTriangle.png") no-repeat left top;
	margin-left: 7px;
	padding-left: 10px;
	padding-bottom: 6px;
}


.promotionsList {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 10px;
}

.promotionImage {
	margin-left: 2px;
	margin-right: 3px;
	width: 50px;
	border: solid 1px black;
}

.promotionDesc {
	font-size: 11px;
	font-weight: bold;
	
	font-family: tahoma, verdana;
	padding: 0;
	padding-right: 2px;
}

.promotionLimit {
	font-size: 11px;
	font-weight: bold;

	width: 162px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;

}
.menuSeparatorR {
	width: 162px;
	height: 4px;
	background: url("../graphics/menuSeparator.png") no-repeat left bottom;
}

#bottomBar {
	background-image: url("../graphics/bottomBar.png");
	width: 995px;
	height: 29px;
}

#footer {
	clear: both;
	position: absolute;
	width: 995px;
	background-color: #bac7d3;
}

#footerIn {
	margin: 1px;
	background-color: #8098af;
	padding-top: 9px;
	padding-bottom: 7px;
}

#baner {
	border: solid 1px #375e81;
	margin-left: 19px;
	margin-right: 19px;
}

/*
	ogólne
*/

.distance {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}