* {
	font-size : 11px;
}

body,html {
	height : 100%;
	background-color : #F9BD75;
	background-image : url("gfx/tlo01.gif");
	background-repeat : repeat;
	margin : 0px;
}

a {
	text-decoration: none;
	color : #015353;
}

a:hover {
	text-decoration: underline;
}

div.hr {
	background-image : url("gfx/hr-dbl.gif");
	background-repeat : repeat-x;
	height : 6px;
	border : 0px;
	margin : 0px;
	padding : 0px;
}
hr {
	display: none;
}

/* Tabela podstawowa, menu itp */
#main_tab {
	width : 775px;
	height : 100%;
}

.vert_line {
	width : 10px;
	background-image : url("gfx/vert_ln.gif");
	background-repeat : repeat-y;
}

#main_top {
	width : 755px;
	height : 120px;
}

#menu_tab {
	height : 150px;
	background-image : url("gfx/menu_logo.gif");
	background-repeat : no-repeat;
}

#menu_hor1 {
	height : 22px;
	background-image : url("gfx/menu_bar.gif");
	background-position: bottom;
	background-repeat : no-repeat;
	padding : 0px 10px 0px 10px;
}

#menuForm {
	padding : 0px;
	margin : 0px;
}

#menu_hor2 {
	height : 26px;
	background-image : url("gfx/menu_th_bar.gif");
	background-position: bottom;
	background-repeat : no-repeat;
	padding : 0px 10px 0px 10px;
}

#bott_hor {
	height : 26px;
	background-image : url("gfx/menu_th_bar.gif");
	background-position: top;
	background-repeat : no-repeat;
	padding : 5px 10px 0px 10px;
	vertical-align : middle;
	text-align : center;
	font-size : 11px;
}

#main_part {
	font-family : arial;
}
	#main_part hr {
		background-image : url("gfx/hr-dbl.gif");
		background-repeat : repeat-x;
		height : 6px;
		border : 0px;
		margin : 0px;
		padding : 0px;
	}
	#main_part h2 {
		color : #FFFFFF;
		font-size : 14px;
		padding : 5px 0px 5px 0px;
		margin : 0px;
		letter-spacing: -0.2px;
	}
	#main_part h3 {
		font-size : 12px;
		padding : 0px 0px 1px 0px;
		margin : 0px;
	}
/* Zawartosc strony glownej */
#login_col {
	width : 150px;
	height : 200px;
	background-image : url("gfx/sheriff.gif");
	background-position: top;
	background-repeat : no-repeat;
	vertical-align : top;
	text-align : center;
}
	#login_col form {
		margin : 2px 0px 5px 8px;
		text-align : left;
		font-size : 9px;
	}
	#login_col select {
		font-size : 10px;
		width : 135px;
		border : 1px solid #222222;
		background-color: #F8B651;
		margin-bottom : 3px;
	}
	#login_col input {
		font-size : 10px;
		width : 135px;
		border : 1px solid #222222;
		background-color: #F8B651;
		margin-bottom : 3px;
	}
	#login_col #submit {
		width : 60px;
		margin : 3px 7px 0px 0px;
	}

#sheriff_text {
	height : 140px;
	width : 140px;
}

#main_news {
	width : 210px;
	padding-left : 15px;	/*5  px*/
}
	#main_news .data {
		font-size : 10px;
		font-weight : bold;
	}
	#main_news .more {
		font-weight : bold;
		padding-bottom : 10px;
	}
.vert_dn_ln {
	width : 16px;
	background-image : url("gfx/vert_dn_ln.jpg");
	background-repeat : repeat-y;
	vertical-align : top;
}

/* Strona aktualnosci */
.news_data {
	font-size : 10px;
	font-weight : bold;
}
.news_tytul {
	font-size : 11px;
	font-weight : bold;
}
.news_tresc {
	padding-left : 20px;
	padding-bottom : 3px;
}
.news_hr {
	width : 99.5%;
	margin-bottom : 10px;
}

