@charset "utf-8";

/* CSS Global Document */

/* General */
body {margin:0; background-color:#000; color:#fff; font:0.8em verdana,sans-serif;}
img {border:none;}

/* Main */
#container {width:757px; margin:0 auto; padding:0; text-align:left;}

/* Header */
#header {width:757px; height:auto; margin:7px 0 0 0;}
#header .top {width:757px; height:7px; background:url(images/header-top.gif) no-repeat top left;}
#header .middle {width:757px; background:url(images/header-middle.gif) repeat-y top left;}
/*#header .middle .language-block {width:23px; margin:21px 0 0 18px; float:left;}*/
#header .middle .language-block {width:23px; margin:10px 0 0 18px; float:left;}
#header .middle .language-block .lt {margin:0 0 1px 0;}
#header .middle .language-block .en {}
#header .middle .logo {}
#header .middle .logo .first {margin:0 0 0 0; padding:0 0 0 0; float:left;}
#header .middle .logo .second {padding:0 0 0 0; float:left;}
#header .middle .logo .third {margin:0 0 0 0; padding:0 0 0 0;float:left;}
#header .menu {width:757px; height:18px; margin:0 0 18px 0; padding:5px 0 0 0; font-size:10px; background:url(images/header-menu.gif) no-repeat top left; clear:both;}
#header .menu ul {margin:0; padding:0;}
#header .menu li {height:13px; padding:0 9px 0 9px; list-style-type:none; font-weight:bold; float:left; background:url(images/menu-sep.gif) no-repeat center left;}
#header .menu .first {background:none;}
#header .menu a {color:#fff; text-decoration:none;}

/* Submenu */
#header .menu .menu-height2 {position:relative; left:-9px; top:5px;}
#header .menu .menu-height3 {position:relative; left:-9px; top:5px;}
#header .menu .sub-menu {border:#cc6600 1px solid; background-color:#000;}
#header .menu .sub-menu a {display:block; padding:2px 0 5px 5px;}
#header .menu .sub-menu a:hover{color:#000; background-color:#fff;}

#link-panel {margin:0 0 17px 0; text-align:center;}
#link-panel a {color:#fff; text-decoration:none;}
#link-panel a:hover {text-decoration:underline;}


/* Content */
#body {width:757px; height:auto; margin:7px 0 0 0;}
#body a {font-weight:bold; color:#fff; text-decoration:none;}
#body a:hover {text-decoration:underline;}
#body h1 {font-size:11px; font-weight:bold;}
#body h2 {font-size:11px; font-weight:normal;}
#body .top {width:757px; height:7px; background:url(images/header-top.gif) no-repeat top left;}
#body .middle {width:737px; padding:10px; font-family:Tahoma,Verdana,sans-serif; font-size:11px; line-height:17px; background:url(images/header-middle.gif) repeat-y top left;}
#body .bottom {width:757px; height:7px; margin:0 0 20px 0; background:url(images/body-bottom.gif) no-repeat top left;}

.first-wrapper {
	display: flex;
	justify-content: flex-start;
	gap: 15px;
	align-items: flex-start;
}

.facebook-wrapper {
	display: flex;
	gap: 5px;
	align-items: flex-start;
}
.facebook-text {
	padding-top: 5px;
	color: #9191e7;
	font-weight: bold;
	font-size: 15px;
	width: 50px;

}