﻿html {
  overflow-y: scroll;
}
  
html,body {
	color: #000;
	margin: 0 auto;
	padding: 0;
}

#All {
	overflow: hidden;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	font-family:Arial, Tahoma;
	font-size:13px;
	color:#4C4C4C;
	line-height:19px;
}

a {
	color:#518C84;
	text-decoration:none;
}

a:hover {
	color:#CE3600;
	text-decoration:none;
}

td {
	font-family:Arial;
}

a.info {
	text-decoration:underline;
}

table.info {
	font-size:13px;
}

#Header {
	height: 108px;
	background-image: url('img/topmap.jpg');
}

#Main {
	width: 960px;
	overflow: hidden;
	position: relative;
}

h1 {
	font-size:18px;
	font-size:bold;
	font-family:"Trebuchet MS";
	color:#4C4C4C;
}

hr.menu {
	color:#CEEADF; background-color:#CEEADF; border:0px;height:1px;
}

#LeftColumn {
	overflow: hidden;
	width: 185px;
	float: left;
	height: 100%;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	background-color: #AEDCC9;
	padding-top:15px;
	padding-left:5px;
}

#LeftColumn a {
	font-size:16px;
	color:#2D726C;
	font-weight:bold;
	text-decoration:none;
	line-height:21px;
}

#LeftColumn a:hover {
	color:#89AC24;
}

#RightColumn {
	width: 770px;
	float: left;
	overflow: hidden;
	background-image: url('img/baner.jpg');
	background-repeat:no-repeat;
}

#RightColumnSub {
	width: 690px;
	float: left;
	overflow: hidden;
	vertical-align:top;
	padding:30px 20px 20px 60px;
}

#RightColumnSub h1 {
	font-size:24px;
	font-size:bold;
	font-family:"Trebuchet MS";
	color:#4C4C4C;
	line-height:29px;
}


#Footer {
	height: 34px;
	clear: both;
}

#FooterLeft {
	height: 34px;
	display:inline;
	float:left;
	background-color: #AEDCC9;
	width:190px;
}

#FooterRight {
	height: 24px;
	display:inline;
	float:right;
	width:770px;
	background-image: url('img/footer.gif');
	font-size:11px;
	text-align:center;
	padding-top:10px;
}

a#kalkulator {
	width:350px;
	height:50px;
	background-image: url('img/button.gif');
	display:block;
	margin:auto;
	margin-bottom:10px;
}

a:hover#kalkulator {
	width:350px;
	height:50px;
	background-image: url('img/button-on.gif');
	display:block;
	margin:auto;
	margin-bottom:10px;
}

a#oblicz {
	width:193px;
	height:44px;
	background-image: url('img/oblicz-off.gif');
	display:block;
	margin:auto;
	margin-bottom:10px;
}

a:hover#oblicz {
	width:193px;
	height:44px;
	background-image: url('img/oblicz-on.gif');
	display:block;
	margin:auto;
	margin-bottom:10px;
}

a#wyslij {
	width:110px;
	height:25px;
	background-image: url('img/wyslij-off.gif');
	display:block;
	margin:auto;
	margin-bottom:10px;
}

a:hover#wyslij {
	width:110px;
	height:25px;
	background-image: url('img/wyslij-on.gif');
	display:block;
	margin:auto;
	margin-bottom:10px;
}

a#kup {
	width:110px;
	height:25px;
	background-image: url('img/kup-off.gif');
	display:block;
	margin:auto;
	margin-bottom:4px;
	margin-top:10px;
}

a:hover#kup {
	width:110px;
	height:25px;
	background-image: url('img/kup-on.gif');
	display:block;
	margin:auto;
	margin-bottom:4px;
	margin-top:10px;

}

a#zamow {
	width:110px;
	height:25px;
	background-image: url('img/zamow-off.gif');
	display:block;
	margin:auto;
	margin-bottom:4px;
	margin-top:10px;
}

a:hover#zamow {
	width:110px;
	height:25px;
	background-image: url('img/zamow-on.gif');
	display:block;
	margin:auto;
	margin-bottom:4px;
	margin-top:10px;
}

a#dalej {
	width:110px;
	height:25px;
	background-image: url('img/dalej-off.gif');
	display:block;
	margin:auto;
	margin-bottom:4px;
	margin-top:10px;
}

a:hover#dalej {
	width:110px;
	height:25px;
	background-image: url('img/dalej-on.gif');
	display:block;
	margin:auto;
	margin-bottom:4px;
	margin-top:10px;
}

#trackbalVal {
	font-size: 13px;
}

#trackbalVal B {
	font-size: 15px;
}

#error {
	border: 1px solid red;
	color: red;
	width: 560px;
	margin: 0 auto;
	padding: 4px 8px;
	font-family:Arial, Tahoma;
	font-size:11px;
	font-weight: bold;
	display: none;
}