body, td, textarea, p, html, input, button {

	margin: 0;
	padding: 0;
	
}
body
{ background: #f6f8f7;
	color: #66813d;
	font: 11px 'georgia';
	
	
}


input {
	font-size: 12px;
	cursor: pointer;
}

label {
	cursor: pointer;
}

#container{	
  position:relative;
	margin: auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
	width: 800px;

}

#header1{	
	height:390px;
	background: url('images/kwiatki_01.png') no-repeat;	
}





#menu{	
  float: left;
	width: 150px;
	overflow: hidden;
	min-height: 200px;
	display: inline;
	text-align: left;
	margin-left: 120px;
	margin-top: 15px;

	}
	

#content{	

	float: right;
	width: 320px;
	overflow: hidden;
	min-height: 200px;
	background: url('') no-repeat;	
	display: inline;
	text-align: center;
	margin-right: 170px;
	margin-top: 25px;
}



#foot{	
	width: 800px;
	height:142px;
	text-align:center;
	clear: both;
}

#foot p{

	
	color:#99ac7d;
	font-size: 9px;
	font-style: normal;
	text-align: center;
margin-left: 80px;

}



a {
	color: #38481f;
	font-weight: normal;
	text-decoration: none;

}

a:hover {
	color: #000000;
	background-position: bottom;
	border-bottom: 0px solid #7d7d7e;

	}

.menu1{text-align: left;line-height:22px; color:#99ac7d; FONT-SIZE: 14px; margin-top:15px;margin-bottom:3px; BORDER-BOTTOM:1px dotted; border-color: #d0eaa9; background-color: ;}




textarea, input, button {
	background: #ffffff;
	border: 1px solid #392d30;
	}


