/* -- html document layouts -- */

.cleaner{
	clear:both;
	margin:0;
	padding:0;
	height:0;
	width:0;
	border:none;
}

.header{
	text-align:center;
	background-color:#000000;
}

.middle{
	background-color:#212121;
}

.middle_ic{
	width:1016px;
	margin:0 auto;
	background-image:url(images/bg_shadow_middle.jpg);
	background-repeat:repeat-y;
	background-position:center;
	padding-bottom:20px;
}

.middle_left{
	width:185px;
	float:left;
	padding-top:25px;
	padding-right:15px;
	text-align:right;
	display:inline;
}

.middle_left ul{
	list-style-type:none;
}

.middle_center{
	width:576px;
	float:left;
	border-top:4px solid #b69f63;
	padding:20px;
	display:inline;
}

.middle_right{
	width:195px;
	float:left;
	padding-top:20px;
	display:inline;
}
.inpage_link{
	margin-top:50px;
}

.inpage_link, .inpage_link a{
	color:#c1c1c1;
	text-decoration:none;
	font-size:11px;
}

.inpage_link a:hover{
	text-decoration:underline;
}

.footer{
	background-color:#000;
	background-image:url(images/ela_pattern.jpg);
	background-repeat:repeat-x;
}

.spots{
	width:660px;
	margin:0 auto;
	padding-top:20px;
}

.spot{
	width:155px;
	margin-right:10px;
	float:left;
	display:inline;
	padding-top:10px;
}

.spot ul {
	list-style-type:none;
	margin-bottom:20px;
}

.spot h3{
	color:#2e4c83;
	font-size:16px;
	font-weight:normal;
	padding-bottom:7px;
	margin-bottom:10px;
	border-bottom:2px solid #999999;
}
.spot h3 a{
	color:#2e4c83;
	text-decoration:none;
}

.spot h3 a:hover{
	color:#6b89c0;
}



.spot ul a{
	display: inline-block;
	voice-family:inherit;
	border-bottom:1px dotted #c1c1c1;
	width:155px;
	color:#485458;
	font-size:10px;
	padding:5px 0;
	text-decoration:none;
}

.spot ul a:hover{
	color:#78898e;
}

.bottom_flash{
	margin:0 auto;
	/*width:375px;*/
	width:505px;
	text-align:center;
	color:#bfa86a;
	background-color:#0b0b0b;
	border:1px solid #161616;
	border-bottom:none;
	padding:0;
}

.bottom_flash a{
	color:#bfa86a;
	text-decoration:none;
}

.bottom_flash_button{
	position:absolute;
	margin-top:-7px;
	margin-left:330px;
}

.bottom_flash_opener{
	padding:10px 10px;
}

.bottom_register{
	background-image:url(images/bg_bottom.jpg);
	background-repeat:repeat-x;
	height:30px;
	border-top:1px solid #171717;
	/*border-bottom:1px solid #171717;*/
	padding-bottom:30px;
	color:#898989;
	font-size:11px;
}

.bottom_register_ic{
	width:620px;
	margin:0 auto;
}

.bottom_register a{
	color:#2e4c83;
}

.bottom_logo{
	width:45px;
	margin-right:7px;
	float:left;
}

.bottom_terms{
	float:left;
	width:540px;
	margin-top:8px;
}
.bottom_d4d
{
    float:left;
    width:20px;
    margin-top:8px;
}


/* Everlanq Layout */
.middle_everland{
	background-color:#fff;
}

.middle_ic_everland{
	width:1016px;
	margin:0 auto;
	background-image:url(images/bg_everland_middle.jpg);
	background-repeat:repeat-y;
	background-position:center;
	padding-bottom:20px;
}

.middle_ic_everland h3{
	color:#3d3d3d !important;
}

.middle_ic_everland .middle_center{
	border:none !important;
	padding-top:0 !important;
}

.everland_menu{
	width:827px;
	margin:0 auto;
	background-image:url(images/bg_everland_menu.jpg);
	background-repeat:no-repeat;
	height:53px;
	
	padding-top:10px;
	text-align:center;
}

.everland_menu ul {
	list-style:none;
}

.everland_menu li{
	display:inline;
	margin-right:5px;
}

.everland_menu li a{
	color:#FFFFFF;
	font-size:9px;
	text-decoration:none;
}
.everland_menu li a:hover{
	color:#febd28;
}

.banner_right{
	/*margin-left:30px;*/
	margin-left:15px;
}


/*---GUESTBOOK--*/

.middle_center_guestbook{
	width:616px;
	float:left;
	border-top:4px solid #b69f63;
	display:inline;
	background-image:url(images/bg_guestbook_middle.jpg);
}

.guestbook_top{
	background-image:url(images/bg_guestbook_top.jpg);
	background-repeat:no-repeat;
}
.guestbook_top_en{
	background-image:url(images/bg_guestbook_top_en.jpg);
	background-repeat:no-repeat;
}
.guestbook_top_de{
	background-image:url(images/bg_guestbook_top_de.jpg);
	background-repeat:no-repeat;
}
.guestbook_top_ru{
	background-image:url(images/bg_guestbook_top_ru.jpg);
	background-repeat:no-repeat;
}

.guestbook_bottom{
	background-image:url(images/bg_guestbook_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:25px;
	min-height:400px;
}

.guestbook_content{
	background-image:url(images/guestbook_bottom_image.png);
	background-repeat:no-repeat;
	background-position:50% 90%;
	padding-bottom:40px;
}

.guestbook_author{
	color:#5d4c39;
}

.guestbook_pagging{
	margin-top:20px;
}

.guestbook_pagging a{
	color:#5d4c39;
	text-decoration:none;
	font-size:12px;
}

.guestbook_previous{
	float:left;
	background-image:url(images/arrow_previous.png);
	background-repeat:no-repeat;
	height:15px;
	padding-left:25px;
}

.guestbook_next{
	float:right;
	background-image:url(images/arrow_next.png);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	padding-right:25px;
}

.CloseModal
{
	float:right;
	width:18px;
	/*padding:15px 15px 15px 0;*/
	margin-left:15px;
}
.ModalHtmlBody
{
	float:left;
}

/*---GUESTBOOK--*/


