@font-face {
    font-family: myriadpro; /* имя шрифта для CSS правил */
    src: local("Myriad Pro"), /* проверяем наличие шрифта в ОС пользователя */
         url(myriadpro.otf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
  }

/* Прижимаем футер к низу */
html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}
#page {
  position: relative;
  min-height: 100%;
}
* html #page {
  height: 100%;
}


/* Сброс стилей */
a, img { outline: none; }
* { margin:0px; padding:0px;}

/* Настройка тегов */
body {
	color: #000000;
	font-family: Helvetica;
	font-size: 14px;
	background-color: #fff;
	background-image: url(../images/body1.jpg);
	background-attachment:fixed;
    }
img {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: underline;
	color: #2d6ba4;
}
a:hover {
	text-decoration: none;
}
h1 {
    color: #000000;
	font-family: myriadpro;
	font-size: 30px;
	font-weight: 400;
}
h2 {
    color: #000000;
	font-family: myriadpro;
	font-size: 25px;
}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
h2,h3,h4,h5,h6 {
	font-weight: 400;
	padding-bottom: 5px;
}
.clear { clear:left;}

/* Фон сайта */
#page {
	background-image: url(../images/page.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#page #wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#page #wrap #header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 117px;
	position: relative;
}
#page #wrap #header .logo {
	position: absolute;
	left: 10px;
	top: 20px;
 }
#page #wrap #header .slogan {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	background-image: url(../images/flagpinsnetherlandsgermany.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 95px;
	position: absolute;
	top: 25px;
	right: 12px;
	height: 69px;
	padding-top: 11px;
}

#page #wrap #menu-top {
	height: 35px;
	position: relative;
	z-index: 99999;
}
#page #wrap #menu-top ul {
	float: right;
}

#page #wrap #menu-top li {
	float: left;
	list-style-type: none;
	position: relative;
}
#page #wrap #menu-top li a {
	font-family: Tahoma;
	font-size: 13px;
	color: #3e3a4b;
	text-decoration: none;
	height: 28px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}
#page #wrap #menu-top li a:hover {
	color: #0284CA;
}
#page #wrap #menu-top li ul {
	position: absolute;
	left: 0px;
	top: 35px;
	background-color: #fff;
	width: 150px;
	display: none;
}
#page #wrap #menu-top li:hover ul {
	display: block;
}
#page #wrap #menu-top li li {
	clear: both;
	float: none;
}
#page #wrap #menu-top li li a {
	font-size: 12px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#page #wrap #slider-wrapper .link {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 1000px;
	z-index: 999999999;
}
#page #wrap #slider-wrapper .link a {
	display: block;
	height: 96px;
	width: 500px;
	background-position: 0px 0px;
	float: left;
	}
#page #wrap #slider-wrapper .link a:hover {
	background-position: 0px -96px;
}
#page #wrap #slider-wrapper .link #one {
	background-image: url(../images/private.png);
	
}
#page #wrap #slider-wrapper .link #too {
	background-image: url(../images/prom.png);
	background-repeat: no-repeat;
}
#page #wrap #content {
	padding-top: 25px;
	padding-bottom: 150px;
}
#page #wrap #content .colLeft {
	float: left;
	width: 230px;
}
#page #wrap #content .colLeft .name {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-left: 15px;
}
#page #wrap #content .colLeft .sidebar_menu {
	background-color: #2d6ba4;
	color: #fff;
	margin-bottom: 10px;
}
#page #wrap #content .colLeft .sidebar_menu .name2 {
	background-image: url(../images/sidebar-menu-name.png);
	background-repeat: no-repeat;
	background-position: 15px 0px;
	padding-top: 25px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-bottom: 10px;
}
#page #wrap #content .colLeft .sidebar_menu li {
	list-style-type: none;
}
#page #wrap #content .colLeft .sidebar_menu li+li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}
#page #wrap #content .colLeft .sidebar_menu li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 15px;
	display: block;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 210px center;
	transition:background-color 0.15s ease-in-out;
    -webkit-transition:background-color 0.15s ease-in-out; /** Chrome & Safari **/
 	-moz-transition:background-color 0.15s ease-in-out; /** Firefox **/
 	-o-transition:background-color 0.15s ease-in-out; /** Opera **/
}
#page #wrap #content .colLeft .sidebar_menu li a:hover {
	background-color: #4093dd;
}
#page #wrap #content .colLeft .sidebar_search {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
}
#page #wrap #content .colLeft .sidebar_search #story {
	height: 28px;
	width: 155px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #ccc;
}
#page #wrap #content .colLeft .sidebar_search .button {
	color: #fff;
	margin-bottom: 2px !important;
	height: 30px;
	cursor: pointer;
	background-color: #2d6ba4;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	transition:background-color 0.15s ease-in-out;
    -webkit-transition:background-color 0.15s ease-in-out; /** Chrome & Safari **/
 	-moz-transition:background-color 0.15s ease-in-out; /** Firefox **/
 	-o-transition:background-color 0.15s ease-in-out; /** Opera **/
	width: 48px;
	position: relative;
	left: 4px;
	}
#page #wrap #content .colLeft .sidebar_search .button:hover {
	 background-color: #4093dd;
}
#page #wrap #content .colLeft .sidebar {
	margin-bottom: 15px;
}
#page #wrap #content .colLeft .sidebar .txt {
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
}


#page #wrap #content .colRight {
	float: left;
	width: 710px;
	padding-left: 40px;
	padding-right: 20px;
}
#page #wrap #content .colRight .name {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-bottom: 5px;
}
#page #wrap #content .colRight .Article {
}
#page #wrap #content .colRight .Article .title {
	padding-bottom: 5px;
}
#page #wrap #content .colRight .Article .date {
	color: #A4A4A4;
	padding-bottom: 15px;
	font-size: 15px;
}
#page #wrap #content .colRight .Article .text img {
	margin-right: 15px;
	margin-bottom: 10px;
}
#page #wrap #content .colRight .Item2 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
#page #wrap #content .colRight .Item2 .thumb {
	float: left;
	margin-right: 15px;
	padding-top: 5px;
}
#page #wrap #content .colRight .Item2 .thumb img {
	width: 200px;
}
#page #wrap #content .colRight .Item2 .title {
}
#page #wrap #content .colRight .Item2 .title h2 {
	margin: 0px;
	padding: 0px;
}

#page #wrap #content .colRight .Item2 .title a {
	font-size: 18px;
}
#page #wrap #content .colRight .Item2 .date {
	color: #A4A4A4;
	padding-bottom: 10px;
	font-size: 15px;
}
#page #wrap #content .colRight .Item2 .text img {
	display: none;
}
#page #wrap #content .colRight .group .item {
	float: left;
	width: 215px;
}
#page #wrap #content .colRight .group .item .thumb {
	height: 160px;
	overflow: hidden;
}
#page #wrap #content .colRight .group .item .thumb img {
	height: auto!important;
	width: 215px!important;
}
#page #wrap #content .colRight .group .item .title {
}
#page #wrap #content .colRight .group .item .readmore {
}
#page #wrap #content .colRight .group .item .readmore a {
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 129px;
	width: 1000px;
	margin-top: -129px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#footer .menuFooter {
	padding-top: 15px;
	padding-left: 15px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aca9a9;
}
#footer .menuFooter li {
	float: left;
	list-style-type: none;
}
#footer .menuFooter li+li {
	background-image: url(../images/menuFooter-li.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	margin-left: 15px;
	padding-left: 16px;
}
#footer .menuFooter a {
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	position: relative;
	top: 1px;
}
#footer .menuFooter a:hover {
	text-decoration: underline;
}
#footer .menuFooter li ul {
	display: none;
}
#footer .copy {
	position: absolute;
	left: 115px;
	top: 80px;
}
#footer .contact {
	position: absolute;
	left: 355px;
	top: 80px;
}
#footer .statistic {
	position: absolute;
	left: 11px;
	top: 80px;
}
.basenavi {
	font-size: 18px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
.related {
	margin-left: 20px;
	list-style-type: decimal;
	font-size: 16px;
	padding-top: 20px;
}
.related li {
	margin-bottom: 5px;
}
.infoblock {
	margin-top: 20px;
	margin-bottom: 15px;
}
.socButton {padding-top: 20px;}
td.search {
	padding-top: 10px;
	padding-bottom: 10px;
}
td.search > div {
	padding: 0px!important;
	margin:0px!important;
}
#searchinput {
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ccc;
	width: 277px!important;
}
