/* body */

html, body {
		height: 100%;
}

body {
	font-family: Verdana, arial, helvetica, serif;
	color: #015477;
	font-size: 11px;
	line-height: 1.6;
	margin: 0px 0px 0px 0px;
	background: url(../img/bg_body.gif) repeat-x;
	background-color: #ebe7dd;
}

a:link, a:visited, a:active {
	font-weight: normal;
	text-decoration: none;
	color: #e46e15;
}

a:hover {
	text-decoration: underline;
}

a.mainmenu:link, a.mainmenu:visited, a.mainmenu:active {
	font-family: "Trebuchet MS", Verdana, arial, helvetica, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../img/bt_menu.gif) no-repeat;
	display: block;
	width:200px;
	padding-left: 38px;
}

a.mainmenu:hover {
	font-weight: bold;
	background: url(../img/bt_menu_activ.gif) no-repeat;
}

/* struktura */

table.maintable {
	border:0px;
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
}

table.maintable td.left {
	background: url(../img/corner_left.gif) no-repeat right top;
}

table.maintable td.center {
	width:880px;
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	vertical-align:top;
}

table.maintable td.right {
	background: url(../img/corner_right.gif) no-repeat left top;
}

#body {
	width:100%;
	height:100%;
	padding: 0px;
	position: absolute;
}

#body_left {
	float:left;
}

#body_center {
	width: 880px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	background-color: #FFF;
}

#header {
	position: static;
	width: 880px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	position: static;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#menu {
	width: 250px;
	position:relative;
	float:left;
	background-color: #e28314;
}

#menu_top {
	position: static;
	width: 250px;
	height: 25px;
	background: url(../img/bg_menu_top.gif) no-repeat;
}

#menu_main {
	position: static;
	width: 250px;
	background: url(../img/bg_menu_middle.gif) repeat-y;
}

#menu_bottom {
	position: static;
	width: 250px;
	height: 30px;
	background: url(../img/bg_menu_bottom2.gif) no-repeat;
}

#content {
	width: 610px;
	position:relative;
	float:right;
}

#foot {
	position: static;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* czcionki */

span.kalendarium_data {
	font-size: 11px;
	color: #ba4a0d;
	font-weight: bold;
}
span.kalendarium_opis {
	color: #124961;
	font-weight: normal;
}
span.kalendarim_msze {
	font-size: 12px;
	color: #07a1d1;
	font-weight: bold;
}

/* teksty cms */
.page_header {
	margin:0px;
	padding:0px;
	font-size:20px;
	font-weight:bold;
	color:#06a5cd;
	font-family: "Trebuchet MS", Verdana, arial, helvetica, serif;
}
.page_content {
	margin:0px;
	padding:0px;
	text-align:justify;
}
.page_news_title {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	color:#06a5cd;
	font-family: "Trebuchet MS", Verdana, arial, helvetica, serif;
	text-align:left;
}
.page_news_date {
	color:#929292;
	font-size:11px;
	font-weight:normal;
}

/* strona startowa */

#cal_contener {
	position:relative;
	margin-bottom:10px;
}

#cal_top {
	position:relative;
	width:390px;
	background:url(../img/calendar_top.gif) top no-repeat;
	min-height:75px;
}
#cal_cont {
	position:relative; 
	width:300px; 
	padding-top:10px; 
	margin-left:80px;
	font-size:11px;
	font-weight:normal;
	color: #124961;
}
#cal_bottom {
	position: static;
	width:390px;
	background:url(../img/calendar_bottom.gif) top no-repeat;
	height:10px;
}
span.cal_dzien {
	font-size:11px;
	font-weight:bold;
	color:#ba4a0d;
}
span.cal_godzina {
	font-size: 12px;
	font-weight:bold;
	color:#07a1d1;
}

/* aktualnosci i ogloszenia */
td.aktual_lewa {
	text-align: right;
	vertical-align:top;
	padding-right:20px;
	width: 200px;
}
td.aktual_prawa {
	text-align: justify;
	vertical-align:top;
}
span.aktual_temat {
	font-size:15px;
	font-weight:bold;
	color:#06a5cd;
	font-family: "Trebuchet MS", Verdana, arial, helvetica, serif;
	text-align:right;
	line-height: 1.1;
}
span.aktual_data {
	font-size:11px;
	color:#929292;
}

/* galeria */

img.foto {
	border: #ebe7dd solid 6px;
}

#menu_galeria {
	padding: 25px 10px 75px 20px;
	background:url(../img/bg_menugal.gif) no-repeat;
	min-height:250px;
}

#menu_galeria a {
	font-size: 12px;
	font-weight: bold;
	color: #06a5cd;
}


/* kontakt */
td.kontakt_lewa {
	width:250px;
	vertical-align:top;
}
td.kontakt_prawa {
	vertical-align:top;
}
	
	
