body{
	background-color:#676767;
	margin:0;
	padding:0;
	font-family:'Verdana';
	font-size:11px;
	color:#393939;
}
a{
	font-family:'Verdana';
	font-size:11px;
	color:#3B3B3B;
	text-decoration:underline;
}
a:hover{
	font-family:'Verdana';
	font-size:11px;
	color:#3B3B3B;
	text-decoration:none;
}


.MainContainer{
	width:899px;
	background-image:url(../images/bgrd/page.gif);
	background-repeat:repeat-y;
	margin:auto;
	padding:0px 30px 20px 30px;
}

/* main left */
/* ////////////////////////////////////////////////////////// */

.MainLeft{
	width:255px;
}

.Menuitem{
	display:block;
	background-image:url(../images/bgrd/menuitem.gif);
	background-repeat:no-repeat;
	width:215px;
	height:19px;
	color:#000000;
	text-decoration:none;
	margin:0px;
	padding:6px 0px 0px 40px;
}
.Menuitem:hover{
	background-image:url(../images/bgrd/menuitem-h.gif);
	color:#CF5300;
}
.Menuitem-Open{
	display:block;
	background-image:url(../images/bgrd/menuitem-open.gif);
	background-repeat:no-repeat;
	width:215px;
	height:19px;
	text-decoration:none;
	margin:0px;
	padding:6px 0px 0px 40px;

	color:#CF5300;
}
.Menuitem-Open:hover{
	background-image:url(../images/bgrd/menuitem-open.gif);
	color:#CF5300;
}
.SubMenu{
	display:block;
	background-color:#FFFFFF;
	border-left:1px solid #C9C9C9;
	border-right:1px solid #C9C9C9;
	border-bottom:1px solid #C9C9C9;
	margin:0px 6px 3px 16px;
	padding:5px 5px 5px 15px;
}
.SubMenu a{
	text-decoration:none;
	padding-left:20px;
	background-image:url(../images/bgrd/submenuitem.gif);
	background-repeat:no-repeat;
}
.SubMenu a:hover{
	text-decoration:none;
	padding-left:20px;
	color:#CF5300;
	background-image:url(../images/bgrd/submenuitem-h.gif);
	background-repeat:no-repeat;
}
.SubSubMenu{
	display:block;
	background-color:#FFFFFF;
	margin:0px 6px 3px 16px;
	padding:5px 5px 5px 15px;
}
.SubSubMenu a{
	text-decoration:none;
	padding-left:20px;
	background-repeat:no-repeat;
}
.SubSubMenu a:hover{
	text-decoration:none;
	padding-left:20px;
	color:#CF5300;
	background-repeat:no-repeat;
}
.Left-Rama{
	background-image:url(../images/bgrd/rama-left.gif);
	background-repeat:no-repeat;
	width:216px;
	height:220px;
	overflow:hidden;
	margin:10px;
	padding:10px;
}

/* main right */
/* ////////////////////////////////////////////////////////// */

.MainRight{
	width:644px;
}
.RightHeader{
	margin-bottom:1px;
}
.Right-Header-Left{
	width:336px;
	margin-right:1px;
}
.Right-Header-Right{
	width:306px;
}
.Right--Header-Title{
	background-image:url(../images/common/linie-right-up.gif);
	background-repeat:repeat-x;
	height:50px;
	@margin-top:-2px;
}
.Right-Header-Pictures{
	margin-left:8px;
	border:1px solid #D3D3D3;
	width:289px;
	height:215px;
	overflow:hidden;
}
.Right-Header-Pictures img{
	border:1px solid #000000;
	margin:5px;
}
.Right-Center-Title{
	height:61px;
	background-image:url(../images/bgrd/center_title.gif);
	background-repeat:repeat-x;
}
.Right-Center-Title-Right{
	background-image:url(../images/bgrd/center-title-right.gif);
	background-repeat:no-repeat;
	height:54px;
	width:215px;
	padding-top:5px;
	padding-left:145px;
}
.Right-Center-Title span{
	font-size:14px;
	font-weight:bold;
}
.Right-Content{
	padding:0px 15px 0px 15px;
	background-image:url(../images/bgrd/content.gif);
	background-repeat:repeat-y;
	background-position:center;
}
.Right-CommonImg{
	border:1px solid #7E7E7E;
	padding:1px;
	margin:0px 5px 5px 0px;
	float:left;
}

/* footer */
/* ////////////////////////////////////////////////////////// */

.Footer{
	width:959px;
	height:135px;
	background-image:url(../images/bgrd/footer.gif);
	background-repeat:no-repeat;
	margin:auto;
}











