@charset "utf-8";
.BG {
	margin: 0;
	padding: 0;
	background-image: url(../images/BG.png);
}

.container {
	background-image: url(../images/shadows-2.png);
	background-repeat: no-repeat;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #140600;
	border-left-color: #140600;
	float: left;
	color: #CCCCCC;
}
.wrapp {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.top {
	float: left;
	width: 1000px;
	height: 115px;
}
.middle {
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	float: left;
	width: 1000px;
}
.right {
	background-image: url(../images/content.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 420px;
	color: #b76937;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 46px;
	text-align: justify;
	padding-left: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.logo_pad {
	background-image: url(../images/logo_pad.png);
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	width: 300px;
	padding-top: 30px;
	padding-left: 58px;
}
.menu_pad {
	background-image: url(../images/menu_pad.png);
	background-repeat: no-repeat;
	float: left;
	height: 93px;
	width: 610px;
	font-family: Arial, Helvetica, sans-serif;
	color: #d5671b;
	padding-top: 22px;
	padding-left: 32px;
}


.footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	float: left;
	height: 118px;
	width: 1000px;
	color: #FFFFFF;
}
.footer_right {
	float: right;
	height: 88px;
	width: 380px;
	padding-top: 30px;
}
.footer_counter {
	float: right;
	height: 88px;
	width: 120px;
	padding-top: 30px;
	text-align:center;
}
.footer_left {
	height: 88px;
	width: 450px;
	margin-left: 80px;
	padding-top: 30px;
	text-align: left;
}



a:link, a:visited, a:active {
	color: 965320;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: 965320;
}
.parket {
	text-align: center;
	float: left;
	width: 464px;
	margin-top: 500px;
}

.moduletable_menu a{
	color: #d5671b;

}
.moduletable_menu ul{
	margin:0;
	padding:0;

}

.moduletable_menu li{
	display:inline-block;
	list-style-type: none;
	margin-right:20px;
	margin-left:10px;	
	
}

#current{
	font-weight:bold;
}
