address { font-style: normal; }
#l4 {	/* prawa kolumna w kontakcie */
	float: left;
	width: 268px;
	padding-left: 22px;
	font-family: Tahoma, Arial;
	line-height: 16px;
	color: #333;
	font-size: 11px;
}

#l4 h1 {
	font-family: Georgia;
	font-size: 14px;
	color: #4D4B31;
	font-weight: normal;
	margin: 10px 0px 15px 0px;
}

#l4 a {
	color: #4D4B31;
}

#l4 a:hover {
	text-decoration: none;
	color: #666;
}

#l5 {	/* poziomy pasek na stronie glownej */
	padding: 25px 0px 0px 0px;
	margin-top: 40px;
	background-color: #E6E4D9;
	border-bottom: 1px solid #D4D0C2;
	background-image: url("../gfx/l3bg.gif");
	background-repeat: repeat-x;
}

#l6 {
	width: 760px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	margin: 40px auto 0px auto;
	line-height: 18px;
}

#l6 a {
	color: #4D4B31;
}

#l6 a:hover {
	text-decoration: none;
	color: #666;
}

#ex1{
	width: 602px;
	margin: 20px auto 0px auto;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	height: 327px;
	border: 1px solid #CCC;
	position: relative;
}

#editable_top, #editable_right, #editable_left {
	overflow: hidden;	
}

#editable_top {
	border-bottom: 1px solid #CCC;
}

#editable_right {
	border-left: 1px solid #CCC;
}

#ex1 #header .top_style{
	width: 592px;
	height: 65px;
	padding: 5px;
	font-family: Georgia, Times New Roman;
	font-size: 18px;
	text-align: center;
}

#ex1 #ex1_content .left_style{
	width: 140px;
	height: 240px;
	padding: 5px;
	float: left;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
}

#ex1 #ex1_content .right_style{
	width: 440px;
	height: 240px;
	padding: 5px;
	float: left;
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
}

#ex1 textarea {
	border: none;
	padding: 0px;
	margin: 0px;
	background-image: url("../gfx/editablebg.gif");
	overflow: auto;
}

#ajaxloading {
	height: 16px;
	width: 16px;
	text-align: center;
	position: absolute;
	display: none;
	top: -25px;
	right: -1px;
}