/*############################## MAIN ########################*/
*{
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
}
.all {
	position: relative;
	width: 534px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
.middle {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 534px;
/*	margin: 0px auto;*/
	color: #332B23;
	vertical-align: top;
/*	background-color: #ECECEC; */
/*        background:url(../images/background_middle.jpg) 0 0 repeat-y;*/
/*	border-top: 1px solid #5B1223;*/
/*	border-bottom: 1px solid #5B1223;*/
/*	border-left: 1px solid #938E8A;*/
/*	border-right: 1px solid #938E8A;*/
	min-height: 434px;
}

.header {
	background-color: #FFFFFF;
	color: #FFFFFF;
	padding: 0 0 0 0;
        text-align:right;

}
.content, .contentLeft, .contentRight {
	float: left;
}
/* IE6 - Hack */
* html .content {
	height: 590px;
}
.content {
	position: relative;
	width: 534px;
	line-height: 16px;
	background-color: #ECECEC;
}
.content #layer1, .content #layer2 {
	height: 385px;
/*	width: 634px; */
	width: 534px;

	background-color: #ECECEC;
	z-index: 0;

}
.content #layer2 {
margin-top:385px;
}


.contentLeft {
display:none;
}

.content, .contentLeft, .contentRight {
	float: left;
}
/* IE6 - Hack */
* html .content {
	height: 590px;
}

.content ul {
	margin: 10px 0 10px 0;
}
.content ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 24px;
	margin-bottom: 5px;
}
.content .bodytext {
	padding: 0px;
	margin: 0px;
}
.content h1 {
	margin: 32px 0 17px 0;
	padding: 0 10px 0 32px;
	font-size: 12px;
	font-weight: bold;
}
.content h1 a {
	text-decoration: none;
}
.content h2 {
	font-style: italic;
	font-size: 11px;
}
img.hr {
	display: block;
	margin: 10px 0;
	padding: 0;
}
.sitemap, .textItem {
	padding: 0 10px 0 32px;
}
.contentLeft {
	width: 222px;
	background-color: #ECECEC;
	border-right: 1px solid #8D8C8A;
}
.contentRight {
	width: 58px;
	background-color: #ECECEC;
}
.contentRight {
	position: relative;
}
/* IE6 - Hack */
* html .contentRight {
	height: 590px;
}
.clear {
	clear: both;
	background-color: white;
}
a img {
	border: 0px;
}
img {
	vertical-align: bottom;
}
hr {
	color: #fff;
	padding: 10px 0;
	width: 156px;
	margin: 10px 0 0 5px;
}
a {
	color: #5B1223;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	color: #1F5BAE;
	text-decoration: underline;
}



/* ###################################################### */
/* ####################### NAVIGATION ################# */
/* ###################################################### */
#navigation {
	width: 222px;
	padding: 0px;
}
/* ###################################################### */
/* ####################### FOOTER ################# */
/* ###################################################### */
/* Meta-Navi*/
#metanavigation {
display:none;
}
#pagenavigation{
display:none;
}
