/* CSS Document */
ul, ol {list-style-type:none; padding:0; margin: 0;}
a img {border: 0 none;}

body {
	background: #F5FEEA url(img/bg.gif) repeat-y center;
	text-align:center;
	margin: 0;
	font-size: 11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}


#container {
	text-align:left;
	margin: 0 auto;
	width: 950px;
}
#header {
	height: 191px;
	border-bottom: 1px solid #98C225;
}
#menu {
	width: 196px;
	float:left;
}
#content {
	width: 534px;
	float:left;
	padding: 15px 23px;
	line-height: 1.55em;
}
#right {
	width: 156px;
	float:left;
	padding: 10px 6px;
	text-align:center;
	line-height: 1.55em;
}
#footer {
	clear: both;
	height: 1px;
}

/*
 * Typo
 */
hr {
	padding: 0;
	height: 1px;
	background: #98C225;
	color: #98C225;
	border: solid 0;
}

#content a:link,
#content a:visited {
	color: #627B23;
	text-decoration:underline;
	font-weight:bold;
}
#content a:active,
#content a:hover,
#content a:focus {
	color: #627B23;
	text-decoration: none;
	font-weight:bold;
}
#content li {
	background: url(img/list_style.gif) no-repeat 0 .4em;
	margin: 10px 0 0 -12px;
	padding-left: 12px;
}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #627B23;
}
address {font-style: normal;}
.imageHeadlines { line-height: 0px; font-size: 1px; }
.imageHeadlines img { display: block; line-height: 0px; }
.imageHeadlines .line { height: 44px; }

/*
 * EXT: powermail
 */
fieldset.tx-powermail-pi1_fieldset {
	border: 1px solid #98C225;
	background-color: #E6F5BA;
}
fieldset.tx-powermail-pi1_fieldset label {
	margin-right: 15px;
	text-align:right;
	cursor: pointer;
	width:100px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {margin:20px 0 10px 115px;}
