* { border: 0; padding: 0; margin: 0; }

html, body { 

	margin: 0;
	margin-right: auto; 
	margin-left: auto;
	padding: 0; 
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 10pt;
	color: #000000;
	line-height: 1.5;
	background: #cfcfcf;
	height: 100%;
	width: 100%;

}

a, a.link {
	color: #5e94b6;
}

a.hover {
	color: #c4dcf6;
}

.punktowanie li, ul {
	margin-left: 40px;
}

img { border: 0px; padding: 0px; margin: 0px; }

.container {
	margin: auto;
	margin-right: auto; 
	margin-left: auto;
	padding: 0;
	text-align: center;
	width: 1100px;
	
	background: #ffffff;
}

.header {
	height: 99px;
	width: 1100px;
	background: #cfcfcf url("../grafika/header.jpg") no-repeat 0 50%;
}

.menu {
	height: 50px;
	width: 1040px;
	background: #cfcfcf url("../grafika/menu.jpg") no-repeat 0 50%;
	color: #ffffff;
	/*border-right: 1px solid red;*/
	padding-left: 60px;
	
}

.menuInside {
	height: 50px;
	width: 980px;
	background: #ffffff;
	color: #ffffff;
	
	float: left;
	
}

.left {
	float: left;
	width: 59px;
	height: 640px;
	background: #fff url("../grafika/left.jpg") no-repeat 0 50%;
	/*border-right: 1px solid black;*/
}

.right {
	float: left;
	width: 59px;
	height: 640px;
	background: #fff url("../grafika/right.jpg") no-repeat 0 0%;
	/*border-left: 1px solid black;*/
}

.slideshow {
	margin: auto;
	margin-right: auto; 
	margin-left: auto;
	padding: 0;
	float: left;
	width: 390px;
	height: 620px;
	background: #ffffff;
	padding: 10px;
}

.content {
	margin: auto;
	margin-right: auto; 
	margin-left: auto;
	float: left;
	width: 562px;
	height: 620px;
	background: #ffffff;
	padding: 10px;
	padding-left: 0;
	text-align: justify;
	line-height: 1.5;
	overflow: auto;

}

DIV.pictureHolder DIV.content {
	float: none;
	padding: 0;
}

H1 {
	font-size: 20px;
	margin-bottom: 15px;
}

HR {
	margin-bottom: 10px;
	width: 500px;
	color: #000000;
	display: none;
}

TH {
	text-align: center;
}

TABLE {
	text-align: left;
}

.tableFirst {
	text-align: center;
}

.odd {
	background: #C7CFDA;
}

.oddRed {
	background: #C7CFDA;
	color: 		#cb4e4a;
}

.evenRed {
	color: 		#cb4e4a;
}


.paragraph {
	font-size: 14px;
}

.footer 
{
	display: block;
	height: 99px;
	width: 1100px;
	float: left;
	background: #cfcfcf url("../grafika/footer.jpg") no-repeat 0 50%;
}

.page1 {
	float: left;
}

.page2 {
	float: left;
}

#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}