* {
	padding: 0;
	margin: 0;
}
body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
}

a{
	color: #576c67;
	
}

a:hover {
	color: #FF0000;
	
}

img {
	border: 0px;
}


#wrapper {
	width: 984px;
	margin: 0 auto;
}
#header {
	width: 984px;
	height: 179px;
	background-image: url(images/bg_header.jpg);
	background-repeat:no-repeat;
}
#menue {
	width: 984px;
	height: 42px;
	background-image: url(images/bg_navi.jpg);
	background-repeat:no-repeat;
	text-align: center;
	padding-top: 0px; 
}
/*#menue a {
	color: #c4a87c;
	padding-top: 23px;
	padding-right: 18px;
	padding-bottom: 21px;
	padding-left: 18px;
	text-decoration: none;
	font-weight: normal;
}
#menue a:hover {
	color: #251708;
	background-image: url("images/bg_navi.jpg");
	background-repeat: repeat-x;
}*/


#content_container {
	width: 984px;
	height: 659px;
	background-image: url(images/bg_content.jpg);
	background-repeat:no-repeat;
}
#content {
	width: 693px;
	height: 640px;
	padding-left: 13px;
	overflow-x: auto;
	overflow-y: auto;
}
#footer {
	width: 984px;
	height: 117px;
	background-image: url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	position: relative;
}


#footer_inner {
	position: absolute;
	left: 9px;
	top: 19px;
	width: 180px;
}


#footer_menue {
	position: absolute;
	right: 287px;
	top: 19px;
	width: 350px;
	text-align:right;
}

#footer_menue a {
color: #5a6e6a;
font-weight: bold;
text-decoration: none;
}

#footer_menue a:hover {
color: #000;
}

#MainMenu 
{
	height:30px;
	border:0;
	margin:0;
	
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
	
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0 1px 0 0;
	padding:0 0px;
}
#tab a 
{
	background: url(images/right.jpg) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background: url(images/left.jpg) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:700;
	line-height:34px;
	padding:0 14px;
	
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#000;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}


h1 {padding-left: 25px;
background-image: url(images/h1.gif);
background-repeat:no-repeat;
font-size: 22px;
font-weight: bold;
line-height: 30px;

}


h2 {
color: #FF0000;
font-size: 16px;
font-weight: bold;


}


h3 {
color: #000;
font-size: 16px;
font-weight: bold;


}

