body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #262f36 url(../images/bg.gif) repeat;
	margin: 0;
	padding: 0;	
}

img {
	border: none;
}

#top_bg {
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;

}

div#page_wrapper {
	width: 1015px;
	margin-left: auto;
	margin-right: auto;
}

div#breadthumb {
	margin-left: 30px;
	padding-left: 15px;
	background:url(../images/bull_tendenzer.gif) no-repeat left center;
	width:500px;
    margin-bottom: 10px;
	margin-top: 10px;
}

#main { 
	background-image: url(../images/wraper_bg.png);
	width: 868px;
	float: left;
	}

#menu { 
	margin-top: 64px;
	padding-top: 50px;
	padding-bottom: 7px;
	float: left;
	background:url(../images/menu_bg.gif);
	width: 147px;
	}


div#menu ul {
	margin:0;
	padding:0;
	list-style-type: none;
	overflow: hidden;
}

div#menu ul li {
	display: block;
	float: left;
}

div#menu ul li a 
{
	display: block;
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	white-space: nowrap;
/*	border-left: 1px solid #fff;	*/
	padding: 0 15px 0 20px;
	line-height: 20px;
	margin-left: -1px;
	margin-right: 1px;
	margin-top: 5px;
}
div#menu ul li.selected a, div#menu ul li.selected a:hover {
/*	background:#FFFFFF;	*/
	text-align: left;
	color: #ff9900;
	text-decoration:none;
/*	border-left: 1px solid #fff;	*/
}

div#menu ul li a:hover
{
	color: #ff9900;
	text-decoration:none;

/*	border-left: 1px solid #fff;	*/
}

#content_wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.iefix {
	clear: both;
}

#footer {
	background-image: url(../images/footer_bg.png);
	padding-top: 90px;
	text-align: center;
	height: 90px;
	width: 868px;
	clear:both;
}

/* Text */

h1, h2 {
	color: #FF9900;
}