body {
	margin: 0px;
	font-family: Verdana,Arial,sans serif;
	background-color: #0A0A0A;
}

#mainContainer {
	width: 850px;
	margin: 0px auto;
}

#headerContainer {
	height: 88px;
	background: url(../../images/head.jpg) no-repeat;
}

#logo {
	float: left;
	padding-left: 80px;
}

#navigation {
	float: right;
	margin: 58px 10px 0px 0px;
}

#navigation img {
	margin-right: 3px;
}

#contentContainer {
	margin-top: 5px;
	padding: 10px 0px 10px 10px;
	background-color: #2A2B2D;
}

#contentInner {
	border-collapse: collapse;
	border: 1px solid #B3B3B5;
	width: 828px;
}

#leftBox {
	width: 222px;
	vertical-align: top;
	padding-top: 9px;
	background: #080808 url(../../images/nav_left.jpg) no-repeat;
	border-right: 1px solid #68696D;
}

#contentBox {
	vertical-align: top;
	padding-top: 9px;
	background-color: #0A0A0A;
}

.contentTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 1px;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding-left: 12px;
	vertical-align: middle;
	background: url(../../images/punkte.gif) repeat-x;
}
.contentElement {
	margin: 0px 0px 10px 10px;
}
.contentText {
	margin: 0px 0px 20px 10px;
	padding: 0px 2px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #fff;
}
.contentLeft {
	float: left;
	padding-bottom: 15px;
}
.contentRight {
	float: right;
	width: 345px;
}
.contentTableText {
	margin: 0px 0px;
	padding-left: 12px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #fff;
}

.leftTitle {
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 1px;
	color: #fff;
	margin: 0px;
	padding-left: 9px;
	vertical-align: middle;
	background: url(../../images/punkte.gif) repeat-x;
}
.leftElement {
	padding: 0px 9px 0px 9px;
	color: #fff;
}
.newsTitle {
	padding: 10px 9px 0px 9px;;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #AD734E;
}
.newsText {
	padding: 0px 9px 9px 9px;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #fff;
	background: url(../../images/punkt.gif) bottom repeat-x;
}

a.subnav {
	display: block;
	margin: 5px 0px 10px 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;	
	color: #FFF;
}
a.subnavA {
	display: block;
	margin: 5px 0px 10px 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;	
	color: #AD734E;
}
a:hover.subnav,a:hover.subnavA {
	color: #AD734E;
}

a {
	color: #AD734E;
}
.morebutton {
	font-weight:normal; 
	color:#FFFFFF; 
	text-decoration:none; 
	font-size:10px;
}
.listPoster {
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #68696D;
}
.viewPoster {
	border: 1px solid #68696D;
}
.orange {
	color: #AD734E;
}
.clear {
	clear: both;
}
