h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	margin:0px;
}
h1 {
	font-size: 14px;
	color: #003300;
}
h2 {
	font-size: 14px;
	color: #003300;
}
h3 {
	font-size: 12px;
	color: #003300;
}
#content {
	background-image:url(images/bg1.jpg);
	background-repeat:repeat;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	vertical-align:top;
	padding-top:15px
	}
	.post {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color:#14370B;
	font-size: 12px;
	padding-left:20px;
	padding-top:15px;
	margin-top:0px;
	}
	.post a:link {color:#14370B; text-decoration:none}
	.post a:visited {color:#14370B; text-decoration:none}
	.post a:hover {color:#D1E292; text-decoration:none;border-bottom:dashed 1px #FF0000}
	.post a:active {color:#14370B; text-decoration:none}

#postTD {
	background-image:url(images/bg2.jpg);
	background-repeat:repeat;
	vertical-align:top;
	}
#menu {
	background-image:url(images/bg4.jpg);
	background-repeat:repeat;
	vertical-align: middle;
	padding-left:20px;
	}
#menu a:link {font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; color:#638606; text-decoration:underline;}
#menu a:visited {font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; color:#666666; text-decoration:none;}
#menu a:hover {font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; color:#273F01; text-decoration:none;}
#menu a:active {font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; color:#d03a20; text-decoration:none;}

#white {
	background-image:url(images/bg3.jpg);
	background-repeat:repeat;
	}
#me {
	background-image:url(images/bg3.jpg);
	background-repeat:repeat;
	}
#me a:link { color: #FFFFFF; text-decoration: none;}
#me a:visited {color: #FFFFFF; text-decoration: none;}
#me a:hover {color: #FFFFFF; text-decoration: none;}
#me a:active {color: #FFFFFF; text-decoration: none;}
#foot {
	background-image:url(images/foot.gif);
	background-repeat:repeat;
	height: auto;
	}
	.gray {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color:#666666;
	padding-left:20px;
	padding-top:15px;
	}
	.podpis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style:italic;
	font-weight:500;
	letter-spacing: 0.1em;
	padding-left:70px;
	}
	.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style:italic;
	color:#638606;
	font-weight:900;
	padding-left:10px;
	margin:0px;
	}	
	.green {
	color:#003300;
	padding-left:30px;
	padding-right:50px;
	list-style-image:url(images/arrow.gif);
	list-style-position: inside;
	}
	.map {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	font-weight: bold;
	vertical-align:top;
	padding-top:35px;
	letter-spacing: 0.1em;
	}
	.map a:link {color:#666666; text-decoration:none}
	.map a:visited {color:#14370B; text-decoration:none}
	.map a:hover {color:#638606; text-decoration:none;border-bottom:dashed 1px #FF0000}
	.map a:active {color:#666666; text-decoration:none}
/* kalendarz */
	.main {
	width:200px;
	border:1px solid #14370B;
	}
	.month {
	background-color:#14370B;
	font:bold 12px verdana;
	color: #FFFFFF;
	}
	.daysofweek {
	background-color: #638606;
	font:bold 12px verdana;
	color:#14370B;
	}
	.days {
	font-size: 12px;
	font-family:verdana;
	color: #000000;
	background-color: #D1E292;
	padding: 2px;
	}
	.days #today{
	font-weight: bold;
	color: #FF0000;
	}
/* message */
#dhtmltooltip {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style:italic;
	font-weight:900;
	color: #000000;
	position: absolute;
	width: 250px;
	border: 2px solid #FF0000;
	padding: 2px;
	background-color: #D1E292;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	}