body {
	font-family: verdana, arial, "times new roman";
	font-size: 13px;
	color: #666666;
	
	margin: 0px;
	margin-bottom: 10px;
	
	line-height: 120%;
}
img {
	border: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border: none;
}
td {
	vertical-align: top;
}
/********************************** layout ***********************************/
#containerHeader {
	width: 980px;
	font-size: 11px;
}
#bgHeader {
	width: 980px;
	height: 113px;
}
#rasterHeader {
	width: 980px;
	height: 113px;
	background: url("/images/bg_raster.gif") no-repeat;
}
#address {
	width: 362px;
	padding-right: 32px;
	float: right;
	
	margin-top: 85px;
	text-align: right;
}
#containerContent {
	width: 980px;
	margin-top: 10px;
}
#content {
	float: right;
	width: 654px;
	padding-left: 55px;
	padding-right: 40px;
	padding-top: 35px;
	padding-bottom: 25px;
	line-height: 160%;
}
#nav {
/*
	width: 219px;
	padding-right: 11px;
	float: right;
*/
	width: 230px;
	float: right;
}
/********************************** top navigation ***************************/
ul.topNav {
	margin-top: 117px;
	margin-right: 84px;
	float: right;
}
li.topNav {
	float: left;
}
a.topNav {
	text-decoration: none;
	color: #666666;
}
a.topNav:hover, a.topNavSel {
	color: #690E4C;
}
/********************************** left navigation **************************/
ul.leftNav {
	width: 219px;
	font-size: 13px;
	/*font-weight: bold;*/
}
li.leftNav {
	background: url("/images/leftnav.jpg") bottom right no-repeat;
}
a.leftNav {
	display: block;
	width: 187px;
	padding-left: 10px;
	
	height: 20px;
	padding-top: 14px;

	text-decoration: none;
	border-bottom: 2px solid #690E4C;
	color: #999999;
}
a.leftNav:hover, a.leftNavSel {
	color: #690E4C;
}
ul.subNav {
	font-size: 12px;
	width: 197px;
}
li.subNav {
}
a.subNav {
	display: block;
	width: 187px;
	padding-left: 10px;
	
	text-decoration: none;
	color: #999999;
}
a.subNav:hover, a.subNavSel {
	color: #690E4C;
}
/********************************** box navigation ***************************/
div.boxNavNewsletter {
	margin-top: 42px;
	margin-left: 10px;
	width: 172px;
	font-size: 12px;
	background-color: #690E4C;
}
div.bgPicNewsletter {
	background: url('/images/boxnav.jpg') no-repeat bottom right;	
	padding: 4px;
	padding-left: 8px;
}
div.boxNavWeiterempfehlen {
	margin-top: 15px;
	margin-left: 10px;
	width: 172px;
	font-size: 12px;
	color: #666666;	
}
div.bgPicWeiterempfehlen {
	background: url('/images/newsletter_bg.gif') no-repeat bottom right;	
	height: 66px;
	padding: 4px;
	padding-left: 8px;
}
a.boxNewsletter {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 160px;
}
a.boxWeiterempfehlen {
	color: #666666;
	text-decoration: none;
	display: block;
	width: 160px;
}
/********************************** content **********************************/
div.bgTitle {
	float: left;
	margin-bottom: 10px;
	line-height: 100%;
	font-size: 14px;
	
	padding-left: 5px;
	padding-right: 50px;
	height: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	color: #FFFFFF;
	background-color: #690E4C;
}
span.title, td.title, div.title {
	font-size: 14px;
	color: #690E4C;
}
td.title {
	line-height: 100%;
	padding-bottom: 8px;
}
div.bgSubtitle {
	float: left;
	line-height: 100%;
	width: 580px;
	padding-left: 5px;
	height: 15px;
	padding-top: 3px;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #690E4C;
}
div.bgSeparator {
	float: left;
	width: 80px;
	height: 18px;
	color: #FFFFFF;
	background-color: #690E4C;
	margin-bottom: 10px;
}
a.text {
	color: #666666;
}
a.text:hover {
	color: #690E4C;
}
.border {
	border: 1px solid #666666;
}
img.portrait {
	float: left;
	width: 100px;
	height: 150px;
	margin-left: 1px;
	margin-right: 15px;
}
/********************************* powered by ********************************/
#poweredBy {
	padding-top: 40px;
	padding-left: 10px;
	font-size: 10px;
}
.orange {
	color: #FF9900;
}
.gray {
	color: #434444;
}
#search {
	font-size: 10px;
	height: 10px;
	overflow: hidden;
	visibility: hidden;
}
a.poweredByClus {
	text-decoration : none;
	color: #322223;
}
a.poweredBySemikolon {
	text-decoration : none;
	color: #000000;
}
.orangeDark {
	color: #E37000;
}
