@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
}
p,ul,li,h1,h2,div,span {
	margin:0px;
	padding:0px;
}
.header {
}
.header .redbar {
	background:#bf0a0a;
	border-bottom:1px solid #FFFFFF;
	height:6px;
}
.header .logopanel {
	background:url(../images/headerbg.gif) top repeat-x;
	height:172px;
}
.header .linkspanel {
	background:url(../images/linksbg.gif) top repeat-x;
	height:41px;
}
.header .linkspanel a {
	background:url(../images/linkdevider.gif) right no-repeat;
	font-family:"trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#6d0100;
	text-decoration:none;
	padding:11px 21px 0 21px;
	height:30px;
	display:block;
	float:left;
}
.header .linkspanel a:hover {
	color:#147f47;
}
.menu {
	background:#f1fcd9;
	border:1px solid #b5bb98;
	font-family:Tahoma;
	font-size:11px;
	color:#bf0a0a;
}
.menu a {
	color:#bf0a0a;
	text-decoration:none;
	display:block;
	padding-left:28px;
	line-height:25px;
	background:url(../images/menustar.gif) left no-repeat;
}
.menu a:hover {
	background:url(../images/menustarred.gif) left no-repeat;
}
.menu .selected {
	background:url(../images/menustarred.gif) left no-repeat;
}
.menu .heading {
	line-height:25px;
	background:#bf0a0a;
	color:#FFFFFF;
	padding-left:10px;
	border:2px solid #f1fcd9;
}
.menu .line {
	border-bottom:1px solid #b5bb98;
}
.newsletter {
	background:url(../images/newsletter.gif) top center no-repeat;
	height:180px;
}
.newsletter input {
	height:17px;
	width:133px;
	border:none 0px;
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	padding:3px 2px 0 2px;
}
.content {
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
}
.content p {
	text-align:justify;
	line-height:18px;
}
.content h2 {
	font-size:16px;
	color:#147f47;
}
.content h2 span {
	color:#bf0a0a;
}
.footer {
	font-family:Tahoma;
	font-size:11px;
	color:#7c8165;
}
.footer a {
	color:#7c8165;
	text-decoration:none;
}
.footer .fotoerredbar{
	background:#bf0a0a;
	border-bottom:1px solid #FFFFFF;
	height:6px;
}
.footer .fbg {
	height:27px;
	border-top:1px solid #b3b997;
	border-bottom:1px solid #b3b997;
	background:#dfebb8;
}