/*Reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, 
h6, p, blockquote, pre, a, code, del, em, font, img, small, 
strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, 
label, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent;
	text-align:justify;
}
body { 
	line-height: 1; 
} 
ol, ul { 
	list-style: none; 
}
a{
	text-decoration: underline;
	color: #FFFF00;
}
a:hover{
	text-decoration:underline;
	color:#ff0000;
}
/*General*/
body{
	background:#000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}
/*Header*/
#header-wrapper{
	max-width:1600px;
	min-width:980px;
	height:227px;
	background: url(../images/headerwrapperbg.jpg) no-repeat top center;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
#header {
	width:980px;
	height:227px;
	position:relative;
	margin:0 auto;
	padding:0;
}
/*Content*/
#body-wrapper{
	background:#000000 url(../images/body-bg.jpg) repeat-y bottom center;
}
#content-wrapper{
	margin:0 auto;
	background: url(../images/contentwrapperbg.png) repeat-x top center;
	max-width:1600px;
	min-width:980px;
}
#content-wrapper #content{
	margin:0 auto;
	padding: 23px 31px 0 31px;
	width:918px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	line-height:18px;
	text-align:justify;
}
#content-wrapper #content img{
	margin:0 12px;
}
#bottomcontentwrapper{
	max-width:1600px;
	min-width:980px;
	height:290px;
	background: url(../images/bottomcontentbg.jpg) no-repeat bottom center;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	position:relative;
	z-index:3;
}
#bottomcontentwrapper #bottomcontent{
	margin:0 auto;
	padding:0px 20px 0 20px;
	width:940px;
	height:260px;
	position:relative;
}
#bottomcontentwrapper #bottomcontent .click{
	width:940px;
	height:260px;
	display:block;
}
#footer{
	max-width:1600px;
	min-width:980px;
	min-height:150px;
	background: #000000 url(../images/footerbg.jpg) no-repeat top center;
	margin:-66px auto 0 auto;
	padding:76px 0 10px 0;
	overflow:hidden;
	position:relative;
	z-index:2;
}
#footer #footer-wrapper{
	width:960px;
	padding:0 10px;
	margin:0 auto;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	line-height:18px;
}
table.index_table
{
  width: 100px;
}
td.index_table_cell
{
  width: 50%;
  padding: 0px;
  border: none;
}
td.index_subcat_table_cell
{
  padding: 0px;
  border: none;
}
.thumbnail {
  text-align: center;
}
.bannert{
	font-weight:bold;
	color:#ffffff;
	line-height:18px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}