#zentrieren {
   position: absolute;
   visibility: visible;
   left: 50%;
   width: 900px;
   margin-left: -450px;
   z-index : 1;
} 

BODY {
	margin: 0px;
	background: #E4E3E3 url(../images/pbk.gif) repeat-y;
	background-position: center;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 80px;
	background: url(../images/cash.jpg) no-repeat;
}

#maintopic {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 900px;
	height: 30px;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background: url(../images/pmt.gif) repeat-x;
	overflow: hidden;
}

#plaintext {
	position: absolute;
	left: 750px;
	top: 111px;
	width: 195px;
	height: 30px;
	text-align: right;
	z-index: 100;
}

#plaintext a {
	color: #888888;
	text-decoration: none;
}


#youarehere {
	position: absolute;
	left: 0px;
	top: 111px;
	width: 900px;
	height: 30px;
}

#youarehere a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 23px;
	line-height: 30px;
	color: #888888;
	text-decoration: none;
	font-size: 11px;
	background : url(../images/pmr.gif) no-repeat;
}

#youarehere a:hover {
	color: #50617C;
	background : url(../images/pmra.gif) no-repeat;
}


#maintopic a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	color: #888888;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing : 2px;
	background : url(../images/pln.gif) no-repeat right;
}

#maintopic a:hover {
	background: url(../images/pmta.gif) repeat-x;
	color: #333333;
}

#maintopic a.active {
	background: url(../images/pmta.gif) repeat-x;
	color: #333333;
	font-weight: bold !important;
	font-size: 11px;
}


#menu {
	position: absolute;
	left: 0px;
	top: 145px;
	width: 200px;
	background-color: #50617C;
}

#menu a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #C1CBD7;
	padding: 0px;

	text-transform: uppercase;
	font-size: 10px;
}

#menu p {
	text-align: center;
}

#menu p a {
	border-bottom: none !important;	
}

#menu a:hover, #topic a.active {
	color: #C1CBD7;
	background-color: #3C475D;
}

#menu h1 {
	padding: 9px 20px 9px 20px;
	background-color: #3C475D;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	text-decoration: none;
}

#menu li a.sel {
}

.maintopic {
	padding: 9px 12px 9px 12px;
	margin: 3px 20px 3px 20px;
	color: #C1CBD7;
	font-weight: normal;
}

.maintopicsel {
	padding: 9px 12px 9px 12px;
	margin: 3px 20px 3px 20px;
	color: ;
	background-color: #3C475D;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

.topic {
	padding: 9px 12px 9px 22px;
	margin: 3px 20px 3px 27px;
	color: #C1CBD7;
	font-weight: normal;
}

.topicsel {
	padding: 9px 12px 9px 22px;
	margin: 3px 20px 3px 27px;
	color: ;
	background-color: #3C475D;
	font-weight: bold;
	display: block;
}

.subtopic {
	padding: 9px 12px 9px 35px;
	margin: 3px 20px 3px 35px;
	color: #C1CBD7;
	font-weight: normal;
}

.subtopicsel {
	padding: 9px 12px 9px 35px;
	margin: 3px 20px 3px 35px;
	color: ;
	background-color: #3C475D;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

#eyecatcher {
	position: absolute;
	left: 250px;
	top: 145px;
	width: 0px;
	height: 0px;
	background: url(../images/peye.jpg) no-repeat;
}

#content {
	position: absolute;
	left: 220px;
	top: 145px;
	width: 460px;
	padding: 0px;
	margin: 0px;
}

#sidebar {
	position: absolute;
	top: 145px;
	left: 700px;
	width: 200px;
	background-color: #50617C;
	color: #fffff;
}

form.search {
	position: absolute;
	top: 85px;
	left: 730px;
	width: 160px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #cdcdcd;
	color: #333333;
	width: 118px;
	padding: 2px;
	background: url(../images/pmt.gif) repeat-x;
	font-size: 10px;
}

em { 
   font-weight: bold; 
   font-style: normal; 
   font-family: arial; 
   color: ; 
   font-size : 100%; 
}

