body {
	background: url(../layout/bg_general.png) top repeat-x #222014;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#bg_topmenu{
	position: absolute;
	top: 0px;
	height: 30px;
	width: 100%;
	background: url(../layout/bg_topmenu.png) repeat-x;
}
#topmenu {
	width: 970px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 7px;
}
#topmenu a {
	color: #FFFFFF;
	margin-left: 10px;
}
#topmenu select {
 	border: 0px;
	width: 130px;
	background-color: #898983;
	margin-left: 15px;
	padding-left: 5px;
	color: white;
 } 
#logoplacer {
	position: absolute;
	z-index:2;
}
#body {
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F0EFE6;
	padding-top: 84px;
	padding-bottom: 30px;
}
#container {
	width: 976px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}
#search {
	float: right;
	margin-top: -41px;
}
#search .txtfield{
	width: 181px;
	height: 27px;
	background: url(../layout/search_field.png) top left no-repeat;
	float:left;
	padding-top: 10px;
	padding-left: 15px;
}
#search .txt {
	width: 170px;
	border: none;
	background: none;
	height: 16px;
}
#search .btnfield {
	float: left;
	width: 40px;
	height: 31px;
	padding-top: 6px;
	background: url(../layout/search_btn.png) top left no-repeat;
}
#search .btn {
	background: none;
	border: none;
	width: 35px;
	height: 26px;
	cursor: pointer;
	cursor: hand;
}
#mainmenu {
	background: url(../layout/bg_mainmenu.png) top no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 18px;
	padding-left: 20px;
	padding-right: 20px;
	height: 38px;
}
#content {
	padding: 30px 33px 30px 33px;
	width: 910px;
	margin-top: -10px;
	background: url(../layout/bg_content.png) repeat-y; 
	overflow: hidden;
	line-height: 1.5;
}

#content_text li{
margin-bottom: 12px;
}

#content_text a{
text-decoration:underline;
}

#headerbanners {
	width: 970px;
	height: 240px;
	margin-left: -30px;
	margin-top: -30px;
	margin-bottom: 30px;
	background-color: #F0EFE6;
}
#content_text{
	float: left;
	overflow: hidden;
	padding-top:5px;
}
#content_text.teasers{
	width: 600px;
	
}
#content_text.noteasers{
	width: 910px;
}
#content_text p{
	margin-bottom: 20px;
	overflow: hidden;
}
#content_teasers {
	float: right;
	width: 280px;
	overflow: hidden;
	margin-bottom: -30px;
	padding-top:23px;
}
#content_teasers .teaser {
	margin-bottom: 30px;
	cursor: pointer;
	cursor: hand;
}
#contentfooter {
	height: 107px;
	background: url(../layout/bg_contentfooter.png) no-repeat;
	text-align: center;
	padding-top: 26px;
}
#contentfooter td {
	padding-left: 40px;
	padding-right: 40px;
}
#contentfooter img {
	border: none;
}
#footer {
	background: url(../layout/bg_footer.png) top repeat-x #1F1D12;
	bottom: 0px;
	width: 100%;
	clear: both;
	padding-bottom: 30px;
}
#footer a {
	color: #A5A5A0;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer_content {
	width: 970px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10px;
	color: #ACA893;
	padding-top: 22px;
	line-height: 16px;
}
#footer_content ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer_content ul li {
	position: relative;
	display: inline;
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}
#footer_content ul li ul {
	left: 0;
}
#footer_content ul li ul li{
	display: list-item;
	float: none;
	font-weight: normal;
	left: 0;
	margin-left: 0px;
	margin-right: 0px;
}
#breadcrumbs {
	margin-top: -23px;
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
}
#breadcrumbs img {
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 5px;
}
#clearer {
	width: 100%;
	clear: both;
	height: 0px;
}
h1 {
	font-size: 28px;
	margin: 10px 0px 5px 0px;
	line-height: 34px;
}
h2 {
	font-size: 20px;
	margin: 10px 0px 5px 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
h4 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
a {
	text-decoration: none;
}

