/* agro.css */
/* Dom Noclegowy w Szczecinku */ 
/* Project and design by: http://www.robakdesign.com */

/* OGÓLNIKI */
body, h1, h2, h3, h4, h5, h6, p, div, form, code, pre, fieldset, legend, dl, dt, dd, img
{margin:0; padding:0; border:0}

body {
	background: #535353 url(gfx/bg_body.png) repeat-y;
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#logo {
	background: url(gfx/bg_logo.png) no-repeat;
	width: 233px;
	height: 128px;
	top: 0px;
	left: 0px;
}

#dzial {
	position: absolute;
	width: 483px;
	height: 128px;
	top: 0px;
	left: 233px;
}
/* STYLE NAWIGACJI  i  SZYBKIEJ NAWIGACJI */

#nav{
	margin: 0px;
	padding: 0px;
	width: 233px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li{
	border-bottom: 1px solid #A5C208;
	text-align: right;
	border-right: 13px solid #E0C900;
}
#nav ul li a{
	display: block;
	text-decoration: none;
	color: #BEDC1C;
	padding: 10px 17px 10px 10px;
}
#nav li a:hover{
	background-color: #E0C900;
	color: #4A4E15;
}

#mark{
	font: 9px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	padding: 10px 20px 10px 10px;
	text-align: right;
	width: 192px;
	line-height: 200%;
	color: #B0CE0B;
}
#mark a{
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #BEDC1C;
}
#mark a:hover{
	text-decoration: none;
	border-bottom: 1px solid;
	color: #F3FFB2;
}

#txt {
	position: absolute;
	width: 440px;
	padding: 15px 25px 15px 15px;
	left: 233px;
	top: 127px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #303424;
	line-height: 170%;
	text-align: justify;
}
#txt a{
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #586800;
}
#txt a:hover{
	text-decoration: none;
	border-bottom: 1px solid;
	color: #F3FFB2;
}
#txt ul{
	list-style-type: none;
	list-style-image:url(gfx/bg_ul_bullet.png);
	margin: 10px 30px 0px 30px;
	padding: 0px;
}


#txt img {
	padding: 0px;
	border: 5px solid #B9C495;
	margin: 6px 0px 0px 15px;
	float: right;
}


#txt .right {
	float: right;
	margin: 0px 0px 10px 0px !important;
	padding: 0px;
	border: 5px solid #B9C495;
}
#txt .left {
	float: left;
	margin: 0px 0px 10px 0px !important;
	padding: 0px;
	border: 5px solid #B9C495;
}

