*{
	margin: 0px;
	padding: 0px;
}

html{
	margin: 0px;
	padding: 0px;
}

body {

	font: normal 12px Arial, Helvetica;
	color: #444;
	line-height: 140%;
	background: #D2CCBE url("../images/bg.jpg") top left repeat-x;
}

.clearFloat{
	clear: both;
	border: none;

}

.banner
{
	background: url('../images/banner_pt_danutz.jpg') top center no-repeat;
	height: 267px;
	width: 909px;
	margin: 0 0 0 55px;
	text-align: center;
	padding: 0;
}

.banner img
{
	margin: 8px 0 0 0;
}

a
{
	color:#A71C21;
}

p
{
	padding:10px 0;
}

ul li{
	list-style: none;
}

img{
	border: none;
}

li
{
	padding-left:5px;
}

a{
	text-decoration: none;
}


h1{
	font-size: 16px;
	margin: 5px 0px;
}

h2{
	font-size: 13px;
	margin: 5px 0px;
}

h3{
	font-size: 12px;
	margin: 5px 0px;
}

#search
{
	float: right;
	width: 300px;
	margin: 50px 50px 0px 0px;
}

#search_input
{
	background: url("../images/bg_search.jpg") no-repeat;
	width: 229px;
	height: 23px;
	border: none;
	padding: 5px;
	font-weight: bold;
	color: #ABA1A0;
}



#wrapper{

	width: 1020px;
	margin: 0px auto;
}

#header{
	background: none;
	height: 118px;
	position:relative;
}

#banner{
	background: url("../images/bg_header.jpg") bottom center no-repeat;
	height: 437px;
	overflow: hidden;
	text-align: center;
}

#logo{
	width: 200px;
	float: left;
	padding-left: 50px;
	padding-top: 30px;
}


#menu{
	text-align: right;
	width: 900px;
	margin: 0px auto;
	margin-top: 5px;
	padding-right: 30px;
	height: 35px;
}



#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li{
	display: inline;
	margin: 0px;
	padding: 0px;

}

#menu ul li .tree_selected{
	display: inline;

}


#menu ul li a{

	line-height: 35px;
	display: block;
	float: right;
	width: 118px;
	padding: 0px;
	overflow: hidden;
	font-size: 14px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: url("../images/bg_menu.jpg") bottom center no-repeat;
}

#menu ul li .tree_selected a{
	background: url("../images/bg_menu_selected.jpg") bottom center no-repeat;
}

#menu ul li a:hover{
	background: url("../images/bg_menu_selected.jpg") bottom  center no-repeat;
}




#content{
	margin-top: 6px;
	background: url("../images/bg_content.jpg") top center no-repeat;
}


#main_top{
	background: url("../images/bg_main_top.jpg") left top no-repeat;
}

#main_bottom{
	background: url("../images/bg_main_bottom.jpg") left bottom no-repeat;
	padding: 15px;
}

#main{
	background: url("../images/bg_main_.jpg") left repeat-y;
	float: left;
	width: 680px;
	margin: 10px 5px;
	color: #7F786C;
}


#main h1{
	margin: 0px;
	padding: 4px 0px 0px 0px;
	font-size: 18px;
}

#main h2
{
	font-size: 16px;
}

#left_top{
	background: url("../images/bg_left_top.jpg") left top no-repeat;
	padding: 10px;
}

#left{

	float: left;
	width: 225px;
	margin: 1px 10px 10px 40px;
	padding: 0px;
}

#left_center
{
	background: url("../images/bg_left_.jpg") left repeat-y;
	padding: 0px;
}

#left_bottom{
	background: url("../images/bg_left_bottom.gif") left bottom no-repeat;
	padding: 10px;
}



#footer
{
	background: #544B44;
	color: #aaa;
}

#footer ul li
{
	display: inline;
	margin-right: 0px;
}

#footer ul li .tree_selected{
	display: inline;
}

#footer ul li a {
	color: #aaa;
	padding: 10px;

}

#footer ul li .tree_selected a{
}

#footer ul li a:hover{
}

#footer_inner{

	width: 960px;
	margin: 0px auto;
	padding: 20px 20px 15px 20px;
}


