/* mac hide\*/
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	}
/* end hide */

h1 {
	font-size: 18px;
	color: #b39a24;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	color: #b39a24;
}
h3 {
	font-size: 16px;
	color: #b39a24;
}
h4 {
	font-size: 14px;
	font-weight:bold;	
	color: #b39a24;
}
h5 {
	font-size: 14px;
	color: #b39a24;
}
h6 {
	font-size: 12px;
	color: #b39a24;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	padding:0;
	margin:0;
	text-align:center;
	min-width:800px;/* for mozilla*/
	background:url(/images/topbg.gif) top repeat-x #fff;
}

#bottom {
	width: 100%;
	height: 78px;
	*height: 78px;
	_height: 77px;	
	background: #e6d790;
	margin: 0;
	margin-top: -78px;
}

#outer{
	height:100%;
	min-height:100%;
	width:800px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(/images/bg.gif) no-repeat;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:800px;
}

#header{
	position:absolute;
	top:0px;
	left: 0px;
	width:800px;
	height:239px;
	background:url(/images/top.gif) right no-repeat;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#titeltxt{
	position:absolute;
	top:220px;
	left: 184px;
	width:600px;
	height:20px;
	overflow:hidden;
	color: #b39a24;
	z-index:100;
	text-align: left;
	font-weight:bold;
}

#left {
	position:relative;
	width:210px;
	height: 100%;
	float:left;
	padding-left: 0px;
}

#footer {
	width:800px;
	clear:both;
	height:78px;
	background-color: #e6d790;
	font-family: verdana;
	font-size: 8px;
	font-style: normal;	
	color: #053b80;
	text-align: left;
	vertical-align:top;
	left:0;
	bottom:0;
	position: absolute;
}

#footertxt {
	padding-left: 150px;
	width: 800px;
	height: 45px;
}

#footertxt2 {
	float: left;
	font-size: 12px;
	font-weight:normal;
	color: #b39a24;	
	padding-right: 25px;
}

#footertxt2 a {
	color: #b39a24;
}

.txt {
	padding-top: 25px;
}

.txt2 {
	padding-left: 20px;
}

* html #footer {/*only ie gets this style*/
	\height:78px;/* for ie5 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width: 570px;
	float:left;
	padding-top:270px;
	padding-bottom:32px;/* needed to make room for footer */
	line-height: 18px;
}

#centrecontent p {
	line-height: 18px;
	color: #676767;
}

#centrecontent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	line-height: 18px;
}

#titel {
	color: #000;
}

#clearfooter {width:100%;height:78px;clear:both} /* to clear footer */

#menu {
	padding-top: 280px;
	width: 200px;
	height: 293px;
}

#menu ul {
	margin-left: -40px;
	*margin-left: 0px;
	_margin-left: 0px;		
}

#menu ul li {
	list-style: none;
	font-size: 11px;
	margin-bottom: 1px;
	padding-bottom: 2px;
}


#menu ul li ul {
	display: none;
}

#menu ul li.selected ul {
	margin-left: -35px;
	*margin-left: 5px;	
	_margin-left: 5px;
	padding-top: 2px;
	display: block;
}

#menu ul li.selected ul li a {
	font-weight: normal;
}

#menu ul li.selected ul li a:hover, #menu ul li.selected ul li a.sfhover {
	font-weight: bold;
}

#menu ul li.selected ul li.selected a {
	font-weight: bold;
}

#menu a, 
#menu a:link {	
	color: #000;
	text-decoration:none;
	padding-left: 15px;	
}

#menu li:hover a, #menu li.sfhover a {
	color: #b39a24;
}

#menu ul li.selected a {
	color: #b39a24;
	font-weight: bold;
}


a,
a:link,
a:visited,
a:active {
    color: #000;
}