body {
	background: url(images/bg.png);
	margin: 0 auto;
	color: #E9CC87;
}

table, td {
	background-color:#333333;
}

a:link, a:active, a:visited {
	color: #D0A632;
	text-decoration: none;
}

a:hover {
  color: #D0A632;
  text-decoration: none;
  text-shadow: 0px 0px 20px #D0A632, -1px -1px #000;
}

/* Container */
#wrapper {
	margin: 0 auto;
	width: 918px;
	background: url(images/container_bg.png) repeat-y;
}
/* Header */
#header {
	height: 208px;
	background: url(images/header.png) no-repeat;
	margin-bottom: 4px;
}
/* Container 3x */
#cont_left {
	float: left;
	margin-left: 5px;
	width: 163px;
}
#cont_center {
	float: left;
	margin-left: 6px;
	width: 570px;
	min-height: 500px;
}
#cont_right {
	float: right;
	margin-right: 5px;
	width: 163px;
}
.clear {
	clear: both;
}
/* Mittlerer Containerbereich */
.cont_cont {
	width: 570px;
}
.cont_top {
	background: url(images/cont_head.png) no-repeat;
	margin-top: 2px;
	min-height: 2px; 
}
.cont_middle {
	background: url(images/cont_middle.png) repeat-y;
	padding: 4px 3px 4px 3px;
}
.cont_foot {
	background: url(images/cont_foot.png) no-repeat;
	height: 2px;
	margin-bottom: 10px;
}
/* mContainer Header */
#cont_usercenter {
	background: url(images/cont_usercenter.png) no-repeat;
	height: 45px;
	padding-top: 12px;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	color:#807600;	
	
}
#cont_news {
	background: url(images/cont_news.png) no-repeat;
	height: 45px;
}

/* Navigation */
.navi_cont {
	width: 163px;
}
.navi_top {
	background: url(images/nav_head.png) no-repeat;
	margin-top: 2px;
	min-height: 2px; 
}
.navi_middle {
	background: url(images/nav_middle.png) repeat-y;
	padding: 5px 3px 5px 3px;
}
.navi_foot {
	background: url(images/nav_foot.png) no-repeat;
	height: 2px;
	margin-bottom: 5px;
}
/* Navigations Header */
#navi_mitglieder {
	background: url(images/tab_mitglieder.png) no-repeat;
	height: 45px;
}
#navi_sponsor {
	background: url(images/tab_sponsor.png) no-repeat;
	height: 45px;
}
#navi_sonstiges {
	background: url(images/tab_sonstiges.png) no-repeat;
	height: 45px;
}
#navi_counter {
	background: url(images/tab_counter.png) no-repeat;
	height: 45px;
}
#navi_partner {
	background: url(images/tab_Partner.png) no-repeat;
	height: 45px;
}
#navi_buttonwerbung {
	background: url(images/tab_buttonwerbung.png) no-repeat;
	height: 45px;
}

/* Footer */
#footer {
	background: url(images/footer_middle.png) repeat-x;
	color: #000000;
}
#footer_left {
	float: left;
	width: 43px;
	height: 43px;
	background: url(images/footer_left.png) no-repeat;
}
#footer_center {
	float: left;
	width: 832px;
	padding-top: 12px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
}
#footer_right {
	float: right;
	width: 43px;
	height: 43px;
	background: url(images/footer_right.png) no-repeat;
}
