
body {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #645d53;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin-bottom: 20px;
	margin-top: 0px;
	text-transform: uppercase;
	height: 18px;
}

	* html h2 {
		font-size: 15px;
	}


p {
	margin-top: 10px;
	margin-bottom: 10px;
}



	input {
		background-color: #ece5dd;
		border: 1px solid #6c5e4b;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #49423c;
		height: 14px;
		width: 150px;
		padding: 2px;
	}

	input.wyczysc {
		height: 20px;
		font-weight:bold;
		width: 80px;
		background-color: #49423c;
		color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
		font-family: Tahoma;
	}
	input.wyslij {
		height: 20px;
		font-weight:bold;
		width: 80px;
		font-size: 11px;
		font-weight: bold;
		font-family: Tahoma;
	}
		
	textarea {
		background-color: #ece5dd;
		border: 1px solid #6c5e4b;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #49423c;
		height: 90px;
		width: 220px;
		padding: 2px;
	}
	

a:link {
	color: #5f6d81;
	text-decoration: none;
}

a:visited {
	color: #5f6d81;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.blue {
	color: #5f6d81;
	font-weight: bold;
}

.textMargin {
	margin-left: 20px;
}

.back {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 10px;
}
	.back a {
		height: 10px;
		display: block;
	}
	
#intro {
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -275px;
	width: 550px;
	height: 400px;
}

#container {
	width: 850px;
	height: 600px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}

#top {	
	width: 850px;
	height: 148px;
	background-image:url(../images/top_bck.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#logo {	
	width: 296px;
	height: 78px;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 40px;
}

#langBar {
	width: 91px;
	height: 27px;
	position: absolute;
	left: 50%;
	margin-left: 310px;
	top: 0px;
	background-image:url(../images/langbar_bck.gif);
	background-position: top;
	background-repeat:no-repeat;
}

	#langBar ol {
		margin: 4px 0px 0px 0px;
		padding: 0px;
	}
	
	#langBar ol li {
		margin: 0px;
		float: left;
		list-style: none;
		padding: 0px;
		margin-left: 10px;
	}
	
	* html #langBar ol li {
		margin-left: 7px;
	}
	
#navigation {
	width: 850px;
	height: 54px;
}


	#navigation ol {
		margin: 0px;
		padding: 0px;
	}


	* html #navigation {
		margin-bottom: -3px;
	}
		
	#navigation ol li {
		list-style: none;
		float: left;
		margin: 0px;
		padding: 0px;
	}

#content {
	width: 850px;
	background-image: url(../images/content_bck.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f0f0ee;
	padding-top: 25px;
	padding-bottom: 25px;
}
	
	#contentData {
		width: 770px;
		margin-left: 40px;
	}	
	
	#contentData .leftCol {
		width: 450px;
		float: left;	
	}
	
	#contentData .separator {
		width: 1px;
		float: left;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#contentData .rightCol {
		width: 270px;
		float: left;
	}



	
#darkContent {
	width: 848px;
	background-image:url(../images/darkcontent_bck.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	border-left: 1px solid #5a4730;
	border-right: 1px solid #5a4730;
	border-top: 1px solid #5a4730;
	padding-top: 20px;
	padding-bottom: 20px;
}	
	
	#darkContentData {
		width: 770px;
		margin-left: 40px;
		font-family: Tahoma;
	}	
	
	#darkContentData a,link,visited {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}	
	
	#darkContentData a:hover {
		text-decoration: underline;
	}
	
		#darkContentData .colWider {
			width: 320px;
			float:left;
			margin-left: 40px;

		}
		
	.l {
		width: 120px;
		text-align:right;
		float: left;
		font-size: 11px;
	}
	
	.r {
		text-align: left;
		float: left;
		border: 1px #0033CC;
		margin-bottom: 10px;
		margin-left: 8px;
	}
	

#shortMain {	
	width: 790px;
	height: 200px;
	position: absolute;
	top: 420px;
	font-size: 11px;
	font-family: Tahoma;
	color: #2c2c2c;
	line-height: 15px;
}
	
	#shortMain .col {
		width: 145px;
		float: left;
		margin-right: 10px;
	}
	
	#shortMain .col a,link,visited,hover {
		color: #FFFFFF;
		font-weight: bold;
	}


#footer {
	width: 848px;
	height: 45px;
	background-image:url(../images/footer_bck.gif);
	background-position:top;
	background-repeat:no-repeat;
	border: 1px solid #302c29;
	font-family: Tahoma;
}

	#footer .left {
		width: 450px;
		color: #a5a19e;
		float:left;
		font-size: 11px;
		margin-left: 20px;
		margin-top: 15px;
	}

		#footer .left a,link,visited {
			color: #a5a19e;
			text-decoration: none;
		}
		
		#footer .left a:hover {
			text-decoration: underline;
		}
	
	#footer .right {
		width: 300px;
		color: #6b6561;
		float: right;
		margin-right: 10px;
		margin-top: 3px;
		font-size: 10px;
		text-align: right;
	}

		#footer .right a,link,visited {
			color: #a5a19e;
			text-decoration: none;
		}
		
		#footer .right a;hover {
			text-decoration: underline;
		}



#subFooter {
	width: 848px;
	height: 45px;
	font-family: Tahoma;
}

	#subFooter .left {
		width: 330px;
		color: #a5a19e;
		float:left;
		font-size: 11px;
		margin-left: 10px;
		margin-top: 10px;
	}
	
	#subFooter .center {
		width: 250px;
		float:left;
		margin-top: 15px;
	}

	#subFooter .right {
		width: 200px;
		color: #a5a19e;
		float: right;
		text-align: right;
		font-size: 11px;
		margin-right: 10px;
		margin-top: 10px;
	}
		

ul.list {
	margin-left: 30px;
}

	ul.list li {
		list-style: url(../images/ico_dot.gif);
		margin-bottom: 0px;
	}


ul.yellow {
	margin-left: 30px;
}

	ul.yellow li {
		list-style: url(../images/ico_dot_yellow.gif);
		margin-bottom: 7px;
	}

.field {
	width: 220px;
	float: left;
}


.clear {
	clear: both;
}






	
	
	
	
	