body {
	/* Schriften mit Serifen */
	font-family: Georgia, "Times New Roman", Courier New, serif;
	
	margin: 0px;
	padding: 0px;
	
	color: #F8F6F6;
	font-size: 12px;
	
	background-color: #000000;
}
table {
	border: none;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border: none;
}
h1 {
	margin: 0px;
	padding: 0px;
	padding-left: 80px;
	font-size: 17px;
	color: #B44120;
	font-weight: normal;
}
h2 {
	margin: 0px;
	padding: 0px;
	padding-left: 80px;
	font-size: 17px;
	font-weight: normal;
}
h3 {
	margin: 0px;
	padding: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 15px;
	color: #B44120;
	font-style: italic;
	font-weight: normal;
}
/********************************** layout ***********************************/
#containerBgTopnav {
	background: url("/images/bg_topnav.jpg") repeat-x;
}
#containerBgTopIndex {
	background-color: #222222;
}
#containerTopIndex {
	width: 950px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}
#containerBgHeader {
	background: url("/images/bg_header.jpg") repeat-x;
}
#containerHeader {
	height: 80px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#containerBgBody {
	background: url("/images/bg_body.jpg") repeat-x;
}
div.containerBody {
	width: 950px;
	height: 416px;
	margin-left: auto;
	margin-right: auto;
}
#containerBgNav{
	background: url("/images/bg_nav.jpg") repeat-x;
}
#containerFooter {
	width: 951px;
	height: 10px;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 13px;
}
/********************************** topnav ***********************************/
ul.topnav {
	width: 943px;
	padding-left: 7px;
	height: 20px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url("/images/bg_topnav.jpg") repeat-y;
}
li.topnav {
	float: left;
	padding-left: 14px;
}
a.topnav {
	color: #F8F6F6;
	font-size: 13px;
	text-decoration: none;
}
a.topnav:hover, a.topnavSel {
	color: #FFCC66;

}
/********************************** nav **************************************/
ul.nav {
	width: 951px;
	height: 99px;
	margin-left: auto;
	margin-right: auto;
		
}
li.nav {
	float: left;
}
a.nav {
	display: block;
	width: 297px;
	padding-left: 19px;
	margin-right: 1px;
	height: 87px;
	padding-top: 12px;
	color: #F8F6F6;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px solid #531F10;
	border-top: 1px solid #531F10;
}
a.nav:hover, a.navSel {
	
}
/********************************** footer ***********************************/
.red {
	color: #B44120;
}
img.dot {
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 3px;
	width: 2px;
	height: 2px; 
}

/********************************** content **********************************/
div.containerContent {
	line-height: 150%;
	height: 330px;
	margin-top: 80px;
	width: 460px;
}
div.content {
	padding-left: 80px;
}
a.logo {
	display: block;
	width: 135px;; 
	height: 130px;;
	float: left;
	position: relative;
} 
a.Logo:hover {
}
a.text {
	color: #FFFFFF;
}
a.text:hover {
	color: #B44120;
}
div.category {
	float: left;
	font-size: 12px;
	text-align: center;
}
/********************************* powered by ********************************/
#poweredBy {
	width: 951px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-family: verdana, arial;
	font-size: 10px;
}
.orange {
	color: #FF9900;
}
.semikolon {
	color: #A1A1A4;;
}
.bracket {
	color: #807F84;
}
a.poweredby {
	text-decoration : none;
	color: #742C18;
}
