* {
	margin: 0;
	padding: 0;
}
html[xmlns="http://www.w3.org/1999/xhtml"] {
	height: 100.05%;
}
h\tml:f\irst-child>body {
	height: 101%;
}
body {
	text-align: center;
	background-image: url('bg-pattern.jpg');
	background-repeat: repeat-x;
	background-color: #cecece;
	color: #878787;
	font-size: 12px;
	font-family: Arial, Verdana;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: bold;
	color: #878787;
	margin-top: 15px;
	margin-bottom: 15px;
}
ul {
	list-style: none;
}
li {
	padding-left: 20px;
	background-image: url(bullet_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 0em;
}
p {
	color: #878787;
	line-height: 1.5em;
}
a {
	color: #F6A800;
	text-decoration: none;
}
.clearer {
	clear: both;
}
a {
	outline: none;
}
img {
	border: none;
}
#outer {
	text-align: center;
	margin: 0px auto;
	width: 794px;
	background-image: url(schatten.png);
	background-repeat: repeat-y;
}
* html #outer {
  background: none;
}
#inner {
	margin: 0px auto;
	width: 758px;
	background-color: #FFF;
	text-align: left;
}
/* min-height hack working in all browsers! */
.prop {
	height: 550px;
	float: right;
	width: 1px;
}
.clear {
	clear: left;
	height: 1px;
	overflow: hidden;
}
#wrap {
	min-height: 550px;
	height: auto;
}
/* bis 6 */
* html #wrap {
	height: 550px;
}
/* ie 5*/
html + body #wrap {
	height: 550px;
}
/* bis 6 */
* html .prop {
	display: none
}
#header {
	height: 260px;
	background-image: url(bg-header.jpg);
	background-repeat: no-repeat;
}
#pagetitle {
	margin: 20px 0px;
	color: #F6A800;
	font-weight: bold;
	font-size: 16px;
}
#topnavi {
	line-height: 1.6em;
	width: 758px;
	height: 20px;
	overflow: hidden;
	background-color: #878787;
}
#topnavi ul {
	padding: 0;
	margin: 0;
}
#topnavi li {
	background: none;
  display: inline;
  list-style-type: none;
  padding-right: 5px;
  padding-left:10px;
}

#topnavi ul li a {
	color: #FFF;
}
#topnavi a:hover {
	color: #FFF;
}
#topnavi a.actlink {
	color: #FFF;
}

#footer {
	padding: 15px 0 5px 0;
	text-align: center;
	font-size: 10px;
}
#leftcol {
	float: left;
	width: 175px;
}
#navlist, #leftnavi ul {
	list-style: none;
	width: 170px;
	margin: 0px;
	padding: 0px;
}
#leftnavi li {
	margin: 0px;
	padding: 0px;
	background: none;
	display: block;
	line-height: 0;
}
/* for IE5 and IE6 */
* html #leftnavi li {
	display: inline;
}
/*ie7*/
*:first-child+html #leftnavi li {
	display: inline;
}
#leftnavi a {
	text-decoration: none;
	color: #000;
	display: block;
}
/* for IE5 and IE6 */
* html #leftnavi a {
	width: 99.99%;
}
#rightcol {
	float: right;
	width: 124px;
	overflow: hidden;
	padding: 5px 10px 10px 0px;
}
#clickpathmenu {
	font-size: 11px;
	margin: 5px 0px 0px 0px;
}
#clickpathmenu a {
	text-decoration: none;
	color: #8b8686;
}
#clickpathmenu span.activestate {
	color: #ffaa06;
}
#contentcol {
	float: left;
	width: 55%;
	padding: 0px 10px;
}
* html #contentcol {
	float: left;
	width: 72%;
	padding: 0px 10px;
}
#leftsidelogo {
	padding: 15px;
}
#footer a {
	clear: both;
	color: #878787;
	text-decoration: none;
}

