/* CSS Document */

body
{
	background: #A7BC83;
	padding: 0;
	margin: 0;
}

p, td
{
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #555555;
	line-height: 17px;
}

p.padded
{
	padding: 10px;
	margin: 1px;
}


p.padded20
{
	padding:  10px 30px 10px 30px; 
	margin: 1px;
}


p.submenu
{
	padding:  20px 20px 10px 20px; 
	margin: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #849568;
}

p.submenu .price
{
	font-size: 11px;
	color: #555;
	margin-left: 10px;
}

a:link, a:visited, a:active
{
	color: #849568;
	text-decoration: underline;
}

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

#bodyleft
{
	background: url('../images/header/images/leftcolumn_back.gif');
	vertical-align: top;
}

#bodyleft p
{
	margin: 10px;
}

#bodyright
{
	background: url('../images/header/images/leftbody_back.gif') repeat-y;
	vertical-align: top;
}

#bodyright p
{

}

#footer a:link, #footer a:visited
{
	color: #555555;
	text-decoration: none;
}
#footer a:active, #footer a:hover
{
	color: #555555;
	text-decoration:: underline;
}

.newsdate
{
	color: #849568;
	font-weight: bold;
	font-size: 11px;
}

.newstext
{
	color: #555555;
	padding: 5px 0 15px 10px;
}

#contactform .text
{
	text-align: right;
}

#contactform input
{
	font-weight: normal;
	font-size: 11px;
	color: #555555;
	font-family: verdana, tahoma, sans-serif;
}

#contactform textarea
{
	font-weight: normal;
	font-size: 11px;
	color: #555555;
	font-family: verdana, tahoma, sans-serif;
}