#zdjecie {
	float: right;
	width: 900px;
	height: 230px;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: white;
}

img {
}

.holder {
	width: 900px;
	clear: both;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0;
	padding: 0px 0px 0px 0px;
}

#rside {
	width: 200px;
	height: 830px;
	background-color: white;
	background-image: url(../img/rside_bg.bmp);
	background-repeat: repeat-y;	
	text-align: left;
	clear: both;
	float: left;
	padding: 0px 0px 0px 0px;
}

#lside {
	width: 200px;
	height: 830px;
	background-color: white;	
	background-image: url(../img/lside_bg.bmp);
	background-repeat: repeat-y;
	text-align: right;
	clear: both;
	float: right;
	padding: 0px 0px 0px 0px;
}

#dside {
	height: 20px;
	background-color: #cecece;
	clear: both;
	padding: 0px 0px 0px 0px;
}

#leftframe {
	background-color: white;
	background-image: url(../img/lframe_tlo2.bmp);
	background-repeat: repeat-y;
	clear: both;
	float: left;
	padding: 10px 15px 0px 15px;
	overflow: auto;
}

#rightframe {
	background-color: white;
	background-image: url(../img/rframe_bg.bmp);
	background-repeat: repeat-y;
	clear: both;
	float: left;
	padding: 5px 5px 5px 5px;
	overflow: auto;
}

#event
{
	padding: 16px 0px 0px 15px;
	height: 530px;
	max-height: 530px;
	overflow:hidden;
}

#event .holder {
	height: 530px;
}

#event_pending {
	width: 320px;
	height: 120px;
	background-color: white;
	background-image: url(../img/logo/eventback_pending.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
}

#event_done {
	width: 320px;
	height: 120px;
	background-color: white;
	background-image: url(../img/logo/eventback_done.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
}

#event_cancel {
	width: 320px;
	height: 120px;
	background-color: white;
	background-image: url(../img/logo/eventback_cancel.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
}

#event_running {
	width: 320px;
	height: 120px;
	background-color: white;
	background-image: url(../img/logo/eventback_running.gif);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
}

#pas1 {
	background-color: #f5f5f5;
	background-image: url(../img/cien.bmp);
	background-repeat: repeat-x;
	clear: both;
	padding: 0;
	height: 230px;
}

#pas1sub {
	background-color: #eaeaea;
	clear:both;
	padding:0;
	margin:0;
}

#pas1sub .holder {
	background-image:url(../img/sub_content_bg.gif);
	background-repeat:repeat-y;
}

#pas2 {
	background-color: #13294e;
	clear:both;
}

#pas2 .holder {
	background-image:url(../img/index_content_bg.gif);
	background-repeat:repeat-y;
}

#news {
	float: left;
	width: 390px;
	background-color: #eaeaea;
	height: 100%;
}

#contents {
	background-color: #fff;
	width: 390px;
	float: right;
}

#content {
	background-color: #fff;
	width: 580px;
	float: right;
}

.clearboth {
	clear: both;
}

.pad7 {
	padding: 7px;
	margin: 0;
}

.pad15 {
	padding: 5px 15px 10px 15px;
	margin: 0;
}
