

/* default/pl - z wyborem jezyka, dla napisow */
/* default - bez wybrou jezyka, dla ogolnych */

/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}

ul.default {margin-left:20px;list-style-type: disc}
ul.default li {margin-left:20px;}

h1 {font-size:20pt;font-weight:normal;}
body {
	background:url(/public/images/default/bg.png) repeat-x #000;
	padding:0;
	font-family:Cambria, Georgia, Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:22px;
	
}
a {
color:#520903;
}

td {padding:3px;}
input,textarea
{
padding:3px;
width:170px;
background-color:#FFF7E2;
border:1px solid #A0947B;
}

#wrapper {
	margin:0 auto;
	width:1000px;
	overflow:auto;
}

#header {
	width:1000px;
	height:159px;
}


#mainContent {
	background:url(/public/images/default/contentRepeat.png) repeat-y;
	width:1000px;
	overflow:auto;
	background-position:0px 20px;
	margin-top:10px;
}
#contentProper {
	background:url(/public/images/default/contentHeader.png) no-repeat;
	width:950px;
	overflow:auto;
	margin-top:-10px;
	padding:20PX 25px;
}

#leftSidebar {
	float:left;
	width: 270px;
	padding-top:20px;
}
#contentRight{
	float:right;
	width:660px;
	padding:0px 10px 15px 10px;
}
.center {
	padding-left:200px;
}

#footer {
	background:url(/public/images/default/footerBg.png) repeat-x;
	height:226px;
}
#footer a {
color:#ddccaa;
}
#footerContent {
	margin:0 AUTO;
	padding:25px 15px 0 15px;
	width:970px;
	height:100px;
	background:url(/public/images/default/pl/footerTxt.png) no-repeat 20px 20px;

}

.credits {
	float:right;
	color:#e9d7b3;
	font-size:12px;
}

.menuBottom {
	float:left; margin-left:300px;
	color:#e9d7b3;
	font-size:12px;}
	
.packet {
	background:url(/public/images/default/packetOverlay.png) no-repeat;
	height:94px; width:229px;
	color:#521c03;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:13px 4px 0 10px;
	font-size:18px;
	text-shadow:1px 1px 1px #cbaa79;
	position:absolute;
	top:0;
	left:0;
	
	}

	.packetContainer {
	height:94px; 
	width:237px;
	margin-bottom:10px;
	position:relative;
	cursor:pointer;
	
	}
	
	.title 
	{
	height:60px;
	}
	
	.imgList {
	float:left;
	}
	
	.border {
	border:1px solid #9b8455;
	padding:2px;
	background:#eedebd;
	margin:4px;
	}
	
	#submenu{
	margin-top:-30px;
	/*font-family: "courier new", "arial", "sans";
	font-size:14px;*/
	}
	
	.submenuItems ul li a{
	background:url(/public/images/default/menuItemBg.png) no-repeat;
	background-position:0px 0px;
	width:199px;
	height:25px;
	display:block;
	padding:6px 0px 0px 23px;
	text-decoration:none;
	}
	
	.submenuItems ul li a:hover {
	background-position:0px -32px;
	text-decoration:underline;
	}
	.submenuItems ul li a.over{
	background-position:0px -32px;
	text-decoration:underline;
	}
	#contactBar {
	
	/*font-family: "courier new", "arial", "sans";
	font-size:14px;*/
	color:#520903;
	line-height:16px;
	}
	
	#packages {
	/*overflow:auto; robi scroll ? */
	margin-bottom:20px;
	margin-top:-30px;
	}
	
	.packagesList {
	padding:5px;
	overflow:auto;
	}
	.button {
	background:url(/public/images/default/bttn.png) no-repeat;
	width:89px;
	height:25px;
	padding:4px 0px 0px 0px;
	text-align:center;
	color:#ffd35e;
	font-family:verdana, sans-serif;
	font-size:12px;
	border:0;
	outline:0;
	cursor:pointer;
	text-shadow:1px 1px 1px #000000;
	
	}
	
	.error {
	color: #a0433f;
display: block;
font-family: "arial";
font-size: 7pt;
}
	
	
	
