body {
/*color:#E5F1FF;*/
	text-align: center; 
	background-color:#E5F1FF;
	min-width:700px;
}
html{
	font-size:100.01%;
	background-color: #FFFFFF;
 }
#Maincontainer, #content,#baner,#baneren,.menu,#text_container,#header,#borderup,#borderdown,
#WindowM {
	display:block;
	overflow:hidden;
}
.border{
float:left;
margin-left:3px;
width:470px;
height:14px;
background:url("../images/border.gif")right no-repeat;
}
#WindowMlinks {
	display:block;
	float:left;
	min-height:100px;
	width:692px;
	background-color:#f8fafc;
	border-left:1px solid #9BC4EB;
	border-right:1px solid #9BC4EB;
}

#Maincontainer{
	width:694px;
	color:#E5F1FF;
	background-color:#E5F1FF;
	margin: 0 auto;
}

#baner{
	width:694px;
	height:176px;
	float:left;
	background:url("../images/baner4.gif") no-repeat bottom left;
	position:relative;
}
#baneren{
	width:694px;
	height:176px;
	float:left;
	background:url("../images/baner4en.gif") no-repeat bottom left;
	position:relative;
}
a#bgflag, a#enflag{
 display:block;
 overflow:hidden;
 float:right;
 position:absolute;
 left:673px;
 width:14px;
 height:11px;
 border:1px solid #606060;
}

a#bgflag{ 
 top:22px;
 background:url(../images/bgflag.jpg) no-repeat top left;
 margin-bottom:3px;
}
a#enflag{
 top:38px;
 background:url(../images/enflag.jpg) no-repeat top left;
}
#baner:hover{
 cursor:pointer;
}
#baneren:hover{
 cursor:pointer;
}
#baner a:hover{
cursor:pointer;
}
#baneren a:hover{
cursor:pointer;
}
#content{
	border-top:none;
	width:694px;
	float:left;
	clear:both;
	
}
.title{
	text-align:center;
color:#092973;
font-family:tahoma,sans-serif;
font-size:40px;
min-height:40px;	 
}

#suckertreemenu{
	height:33px;
	text-align:center;
	border:1px solid #465A83;
	/*width:692px;*/
	background:#E9F0F7;
}
#suckertreemenu a:hover{
cursor:pointer;
}
#suckertreemenu ul{
	display: table;
	margin: 0; 
	padding: 0;
	margin: 0 auto;
	height:33px;
	padding:0;
	background:#E9F0F7;
	list-style-type: none;
	

}


/*Top level list items*/
#suckertreemenu ul li{
	position: relative;
	display:block;
	float: left;
	/*padding-left:0px; */ /*edited*/
	/*overall menu background color*/
	background-color:#fff;
}

/*Top level menu link items style*/
#suckertreemenu ul li a{
	display: block;
	/* width: 90px;   Width of top level menu link items*/
	/*border: 1px solid black;*/
	/*border-left-width: 0;*/
	padding-left:0px;
	text-decoration: none;
	font-weight:bold;
}
#suckertreemenu ul li a:hover{
cursor:pointer;
}
	
/*1st sub level menu*/
#suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#suckertreemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#suckertreemenu ul li ul li ul{ 
	 left:112px; /* no need to change, as true value set by script */
 width:110px;
 top: 0;
}

/* Sub level menu links style */
#suckertreemenu ul li ul li a{
	display: block;
	width: 100%; /*width of sub menu levels*/ /*edited*/
	color:#051c50;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	border: 1px solid #02043f; /*edited*/

}

#suckertreemenu ul li a:hover{
	background-color:#fbecc3;
	color:#051c50;
}

/*Background image for top level menu list links */
#suckertreemenu .mainfoldericon{
	padding:0;
}

/*Background image for subsequent level menu list links */
#suckertreemenu .subfoldericon{

}

/* edited*/
#suckertreemenu ul li ul{
	width:100%;
	border:none;
}



* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #suckertreemenu ul li { float: left; padding-left:2px; height: 1%; }
* html #suckertreemenu ul li a { float: left;  height: 1%; }
/* End */

/*
#treemenu1{
	display:block;
	width:692px;
}
*/

#suckertreemenu li .left, #suckertreemenu li .text, #suckertreemenu li .right{
	display:block;
	overflow:hidden;
	float:left;
	height:27px;
	padding-left:7px;
}


#suckertreemenu li a .left{
	width:15px;
	background: url("../images/left.png") top left no-repeat;
	padding:6px 0 0 0;
}
#suckertreemenu li a .right{
	width:15px;
	background: url("../images/right.png") top left no-repeat;
	padding:6px 0 0 0;
}
#suckertreemenu li a .text{
	background: url("../images/text.png") top left repeat-x;
	padding:0px 20px;
	width:70px;
}

#suckertreemenu li a .text {
	color:#041358;
	font:12px Arial;
	text-decoration:none;
	display:block;
	overflow:hidden;
	padding:6px 6px 0 6px;
	font-weight:bold;
}

#suckertreemenu li a:hover .left{
	width:15px;
	background: url("../images/left_on.png") top left no-repeat;
}
#suckertreemenu li a:hover .right{
	width:15px;
	background: url("../images/right_on.png") top left no-repeat;
}
#suckertreemenu li a:hover .text{
	background: url("../images/text_on.png") top left repeat-x;
}
#header,#text_container{
	float:left;
	width:695px;
}
.header{	
	display:block;
    float:left;
	min-height:100px;
	width:695px;
	margin-top:20px;
}
.borderup{
	float:left;
	height:20px;
	width:694px;
	background:url("../images/ramkaUp1.jpg") top no-repeat;

}
.borderdown{
	float:left;
	height:20px;
	width:694px;
	background:url("../images/ramkaDown1.jpg") bottom no-repeat;
}
#WindowM{
	display:block;
	float:left;
	min-height:120px;
	width:692px;
	background-color:#f8fafc;
	border-left:1px solid #9BC4EB;
	border-right:1px solid #9BC4EB;
}
#WindowMseminars{
	display:block;
	float:left;
	min-height:35px;
	width:692px;
	background-color:#f8fafc;
	border-left:1px solid #9BC4EB;
	border-right:1px solid #9BC4EB;
}
.Left{
display:block;
float:left;
width:173px;
min-height:100px;
}
.Right{
display:block;
float:right;
width:508px;
margin-right:3px;
}
#LeftUp{
display:block;
width:173px;
height:21px;
background:url("../images/Leftup.png") top no-repeat;
}
.LeftMiddle{
overflow:hidden;
display:block;
width:171px;
min-height:50px;
background-color:#f8fafc;
border-left:1px solid #a3c9ed;
border-right:1px solid #a3c9ed;
}

#LeftDown{
display:block;
width:173px;
height:21px;
background:url("../images/Leftdown.png") bottom no-repeat;
}
#RightUp{
display:block;
width:508px;
height:21px;
background:url("../images/Rightup.png") top no-repeat;
}
.RightMiddle{
display:block;
overflow:hidden;
width:476px;
border-left:1px solid #a3c9ed;
border-right:1px solid #a3c9ed;
min-height:50px;
background-color:#f8fafc;
text-align:left;
padding:0 15px 0 15px;
}
.RightMiddle h1{
text-align:left;
font-family:tahoma,sans-serif;
}
.RightMiddle p{
display:block;
overflow:hidden;
width:476px; /*modif*/
text-align:left; /*modif*/
font-family:tahoma,sans-serif;
}
#RightDown{
display:block;
width:508px;
height:21px;
background:url("../images/Rightdown.png") bottom no-repeat;
}

#pic1{
	display:block;
	overflow:hidden;
	float:left;
	margin-left:20px;
	margin-top:10px;
	width:111px;
	height:105px;
	background:url("../images/pic1.gif") left no-repeat;
}
#bgtxtpic{
	display:block;
	overflow:hidden;
	float:right;
	width:476px;
	height:34px;
	margin-right:48px;
	background:url("../images/bgtxtpic.png") right no-repeat;
}
#entxtpic{
	display:block;
	overflow:hidden;
	float:right;
	width:470px;
	height:34px;
	margin-right:45px;
	background:url("../images/entxtpic.png") right no-repeat;
}

#txt{
	overflow:hidden;
	width:500px;
	float:right;
	margin-right:47px;
}
#txtcenter{
	overflow:hidden;
	width:600px;
	float:right;
	margin-right:42px;
}
#txtcenter1{
	overflow:hidden;
	width:600px;
	float:right;
	margin-right:10px;
}
#txt1{
float:left;
overflow:hidden;
color:#092973;
font-family:tahoma,sans-serif;
font-size:36px;
text-align:center;
min-height:50px;
}
#Expert{
float:left;
color:#092973;
font-family:tahoma,sans-serif;
font-size:26px;
min-height:30px;

}
.littlepiclex{
display:block;
float:left;
margin-left:10px;
width:60px;
height:50px;
background:url("../images/littlepic.png") left no-repeat;
}
.littlepicl{
display:block;
float:left;
margin-left:130px;
width:60px;
height:50px;
background:url("../images/littlepic.png") left no-repeat;
}
.littlepicr{
display:block;
float:right;
padding-right:40px;
width:60px;
height:50px;
background:url("../images/littlepic.png") left no-repeat;

}
#bgtxt1{
	display:block;
	float:left;
	overflow:hidden;
	margin-left:60px;
	padding-top:5px;
	min-height:20px;
	/*color:#050d45;*/
	color:#000222;
	font-size:14px;
	font-family:tahoma;
	text-align:right;
	font-weight:bold;
}
#bgtxt2{
display:block;
float:right;
	overflow:hidden;
	width:470px;
	margin-right:2px;
	min-height:65px;
	color:#050d45;
	font-size:0.8em;
	font-family:tahoma;
	text-align:justify;
	font-weight:bold;
}

.down_container1{
	display:block;
	float:left;
	margin-top:10px;
	font: 12px Arial, helvetica, sans-serif;
	color:#000;	
	width:695px;
}
.down_container1S{
	display:block;
	float:left;
	margin-top:5px;
	font: 12px Arial, helvetica, sans-serif;
	color:#000;	
	width:695px;
}
.down_container1S_{
	display:block;
	float:left;
	margin-top:5px;
	width:694px;
	color:#050d45;
}
.down_container1H{
	display:block;
	float:left;
	margin-top:70px;
	font: 12px Arial, helvetica, sans-serif;
	color:#000;	
	width:694px;
	margin-right:1px;
}
#WindowM1{
	float:left;
	min-height:50px;
	width:692px;
	background-color:#f8fafc;
	border-left:1px solid #9BC4EB;
	border-right:1px solid #9BC4EB;
}
#WindowM1en{
	display:block;
	float:left;
	min-height:50px;
	width:692px;
	background-color:#f8fafc;
	border-left:1px solid #9BC4EB;
	border-right:1px solid #9BC4EB;
}
#WindowM1H{
	display:block;
	float:left;
	min-height:50px;
	width:692px;
	background-color:#f8fafc;
	border-left:1px solid #9BC4EB;
	border-right:1px solid #9BC4EB;
}
#WindowMmagazines{
	display:block;
	float:left;
	width:692px;
	min-height:50px;
	background-color:#f8fafc;
	border-left:1px solid #9BC4EB;
	border-right:1px solid #9BC4EB;
}
#magazines{
	overflow:hidden;
	font-size:30px;
	font-weight:bold;
	color:#0c2d71;
	font-family:tahoma;
	vertical-align:center;
	margin-top:10px;
	text-align:center;
}
#books{
	overflow:hidden;
	font-size:30px;
	font-weight:bold;
	color:#0c2d71;
	font-family:tahoma;
	vertical-align:center;
	margin-top:10px;
	text-align:center;
}

.undermission{
	display:block;
	margin:0 auto;
	text-align:left;
	width:204px;
	height:16px;
	background:url("../images/undermission.png") top no-repeat ;
}


}
#missionen{
	text-align:center;
color:#092973;
font-family:tahoma,sans-serif;
font-size:40px;
min-height:20px;	 
}

#history{
	display:block;
	/*float:left;*/
	overflow:hidden;
	/*display:inline;*/
	/*margin-left:244px;*/
	margin:0 auto;
	text-align:left;
	margin-top:10px;
	width:209px;
	height:52px;
	background:url("../images/history.jpg") top no-repeat ;
}
#historyen{
	display:block;
	/*float:left;*/
	overflow:hidden;
	/*display:inline;*/
	/*margin-left:244px;*/
	margin:0 auto;
	text-align:left;
	margin-top:10px;
	width:217px;
	height:60px;
	background:url("../images/HISTORYEN.jpg") top no-repeat ;
}

.txt3{
	overflow:hidden;
	float:left;
	margin-left:15px;
	font-size:1 em;
	color:#050d45;
	font-family:tahoma;
	text-align:justify;
	width:677px;
	margin-top:10px;
	min-height:30px;
}
.txt3 p{
	margin:0;
}
.txt3_{
	float:left;
	margin-left:5px;
	font-size:1 em;
	color:#050d45;
	font-family:tahoma;
	text-align:justify;
	width:470px;
	margin-top:10px;
	min-height:30px;
}
.txt3_ p{
	margin:0;
}
.Lefttxt{
float:left;
width:180px;
min-height:50px;
font-family:tahoma,sans-serif;
font-weight:bold;
font-size:12px;
color:#050d45;
}
.Expert{
margin-top:10px;
font-family:tahoma,sans-serif;
font-size:12px;
color:#050d45;
}
.name{
font-family:tahoma,sans-serif;
font-weight:bold;
text-align:left;
color:#050d45;
}
.extxt{
margin-left:15px;
font-family:tahoma,sans-serif;
font-weight:bold;
text-align:left;
color:#050d45;
font-size:12px;
}
.edit{
margin-left:15px;
font-family:tahoma,sans-serif;
font-weight:bold;
text-align:left;
color:#050d45;
font-size:12px;
font-style:italic;
}
.redactorpic{
float:left;
margin-top:10px;
margin-left:15px;
width:150px;
height:113px;
background:url("../images/redactorpic.jpg") top left no-repeat;
}
.Righttxt{
float:right;
margin-right:10px;
width:430px;
min-height:50px;
font-family:tahoma,sans-serif;
font-size:12px;
color:#050d45;
}
#linkex{
display:list-item;
list-style-type:disc;
list-style:inside;
list-style-position:inside;
text-decoration:underline;
color:#3399FF;
font-family:tahoma,sans-serif;
font-size:12px;
}
.inter{
	font-size:1em;
	color:#050d45;
	font-family:tahoma;
	font-weight:bold;
}
#indexinter{
	font-size:1em;
	color:#050d45;
	font-family:tahoma;
	font-weight:bold;
}
#FinalWords{
	display:block;
	overflow:hidden;
	font-size:1em;
	color:#050d45;
	font-family:tahoma;
	font-weight:bold;

}
#FinalWordsEx{
display:block;
float:right;
	overflow:hidden;
	font-size:1em;
	color:#050d45;
	font-family:tahoma;
	font-weight:bold;

}
#FinalWordsH{
	display:block;
	overflow:hidden;
	font-size:1em;
	color:#050d45;
	font-family:tahoma;
	font-weight:bold;
	line-height:120px;
	text-align:center;
}
#foto1{
float:left;
margin-left:15px;
width:86px;
height:111px;
background:url("../images/EKSPERT.jpg") left top no-repeat;
}
#foto1:hover{
cursor:pointer;
}
#foto2:hover{
cursor:pointer;
}
#foto2{
float:left;
margin-left:15px;
width:86px;
height:111px;
background:url("../images/BZR.jpg") left bottom no-repeat;
}
.cell{
margin-top:5px;
width:690px;
min-height:120px;
border-bottom:dotted 1px  #66CCFF;
}
.celltxt{
overflow:hidden;
	font-size:1 em;
	color:#050d45;
	font-family:tahoma;
	text-align:justify;
	width:685px;
	margin-top:10px;
	min-height:30px;
}
.cell1{
margin-top:5px;
width:690px;
min-height:100px;
}
.ex{
float:left;
margin-left:15px;
font-family:tahoma,sans-serif;
font-size:12px;
font-weight:bold;
color:#050d45;
}
.ex1{
overflow:hidden;
float:left;
margin-right:5px;
margin-bottom:10px;
width:670px;
font-family:tahoma,sans-serif;
font-size:12px;
font-weight:bold;
color:#050d45;
}	
.ex1_{
float:left;
margin-top:5px;
font-family:tahoma;
font-size:9px;
width:680px;
text-align:left;
font-weight:bold;
color:#092973;
margin-bottom:5px;
}	
p.description{
float:left;
width:450px;
margin-left:15px;
font-family:tahoma,sans-serif;
font-size:12px;
color:#050d45;
}	

.description1{
float:left;
margin-left:10px;
margin-right:5px;
width:675px;
min-height:5px;
font-family:tahoma,sans-serif;
text-align:justify;
font-size:12px;
color:#050d45;
}	
.edit1{
margin-left:0px;
font-family:tahoma,sans-serif;
font-weight:bold;
text-align:left;
color:#050d45;
font-size:12px;
}

.description2{
float:left;
margin-right:5px;
width:600px;
min-height:5px;
font-family:tahoma,sans-serif;
text-align:justify;
font-size:12px;
color:#050d45;
}
#intertravelbaner{
display:block;
float:left;
background:url("../images/intertravelbaner.gif") left top no-repeat;
width:149px;
height:98px;
}	
#intertravelbaner:hover{
 cursor:pointer;
}
#abonament{
display:block;
float:left;
width:500px;
min-height:60px;
margin-left:8px;
border:1px solid #6699FF;
}
.payment{
display:block;
float:left;
margin-left:5px;
width:670px;
height:auto;
border:1px solid #6699FF;
}
.TEXT{
font-size:12px;
font-family:tahoma,sans-serif;
color:##6699FF;
text-align:center;
font-weight:bold;
}
.payment ul{
display:list-item;
list-style-position:inherit;
list-style-type:disc;
width:400px;
}
.payment ul li{
font-size:12px;
font-family:tahoma,sans-serif;
color:#050d45;
font-style:oblique ;
}

.seminarstxt{
width:470px;
font-size:12px;
	color:#050d45;
	font-family:tahoma,sans-serif;
	text-align:justify;
}
.seminarstxt1{
width:165px;
font-size:10px;
	color:#050d45;
	font-family:tahoma,sans-serif;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}


.seminarstxt2{
width:475px;
font-size:12px;
	color:#050d45;
	font-family:tahoma,sans-serif;
	text-align:center;
	font-weight:bold;
}
.inter1{
    width:470px;
	font-size:12px;
	color:#050d45;
	font-family:tahoma;
	font-weight:bold;
}
#rio{
overflow:hidden;
width:167px;
height:120px;
margin-left:2px;
background:url("../images/rio.jpg") left top no-repeat;

}


.interS{
	overflow:hidden;
	width:165px;
	font-size:11px;
	color:#092973;
	font-family:tahoma,sans-serif;
	font-weight:bold;
}
.center{
	overflow:hidden;
	font-size:16px;
	margin-top:5px;
	color:#092973;
	font-family:tahoma,sans-serif;
	font-weight:bold;
	text-align:center;
}

.SEM{
float:left;
text-align:left;
list-style-image:url(../images/circle.gif);
}
.SEM ul{
float:left;
display:list-item;
text-align:left;
list-style-type:none;
list-style-image:url(../images/circle.gif);
}
.SEM ul li{
float:left;
display:list-item;
text-align:left;
list-style-type:none;
list-style-image:url(../images/circle.gif);
}


#enbooks{
width:680px;
float:left;
font-size:12px;
font-family:tahoma,sans-serif;
color:#050d45;
font-style:oblique ;
	color:#092973;
}
#trudovo{
display:block;
float:left;
width:200px;
height:247px;
background:url("../images/book_trudovo.jpg") top left no-repeat;
}
#Tenerife{
float:left;
margin-left:9px;
width:153px;
height:115px;
background:url("../images/tenerife.jpg") right no-repeat;
}
#Madeira{
float:left;
margin-left:9px;
width:153px;
height:95px;
background:url("../images/Madeira.gif") right no-repeat;
}
#GreatBritain{
float:left;
margin-left:9px;
width:153px;
height:202px;
background:url("../images/GreatBritain.jpg") right no-repeat;
}
#Italy{
float:left;
margin-left:9px;
width:153px;
height:115px;
background:url("../images/Italy.jpg") right no-repeat;
}
#Cuba{
float:left;
margin-left:9px;
width:130px;
height:115px;
background:url("../images/Havana.jpg") right no-repeat;
}

#Tenerife:hover{
cursor:pointer;
}
#Madeira:hover{
cursor:pointer;
}
#GreatBritain:hover{
cursor:pointer;
}
#Italy:hover{
cursor:pointer;
}
#Cuba:hover{
cursor:pointer;
}
#txt3{
	overflow:hidden;
	float:left;
	margin-left:15px;
	font-size:1 em;
	color:#050d45;
	font-family:tahoma;
	text-align:left;
	width:665px;
	margin-top:10px;
	min-height:30px;
}
#txt3 h1{
	text-align:center;
}
#txt3 span{
	text-align:center;
}
.LB{
	display:block;
	overflow:hidden;
	width:200px;
	height:247px;
	background: url("../images/book_trudovo.jpg") no-repeat top left;
	margin:0 15px 0 15px;
	float:left;
}


.RT{
	display:block;
	overflow:hidden;
	width:462px;
	float:left;
}

p.trudovo1, p.trudovo2{
padding:0 15px 0 15px;
text-align:left;
}
#travellink{
display:block;
float:left;
width:169px;
height:400px;
background:url("../images/Intertrbaner.jpg") right no-repeat ;
}
#travellink:hover{
 cursor:pointer;
 cursor:hand;
}
#b_inter:hover{
cursor:pointer;
}
#b_inter{
float:left;
margin-left:11px;
width:149px;
height:98px;
background:url("../images/b_INTER.gif") right no-repeat;
}
#Pliska{
float:left;
margin-left:9px;
width:153px;
height:115px;
background:url("../images/Pliska.jpg") right no-repeat;
}
#Pliska:hover{
cursor:pointer;
}
#obzor2:hover{
cursor:pointer;
}
#obzor2{
float:left;
margin-left:9px;
width:153px;
height:115px;
background:url("../images/obzor.jpg") right no-repeat;
}
#tsarevo:hover{
cursor:pointer;
}
#tsarevo{
float:left;
margin-left:9px;
width:153px;
height:115px;
background:url("../images/Tsarevo.jpg") right no-repeat;
}
#zlatni:hover{
cursor:pointer;
}
#zlatni{
	float:left;
	margin-left:9px;
	width:153px;
	height:115px;
	background:url("../images/mimoza.jpg") right no-repeat;
}
#Obzor1:hover{
cursor:pointer;
}
#Obzor1{
float:left;
margin-left:9px;
width:153px;
height:115px;
background:url("../images/Obzor1.jpg") right no-repeat;
}
#Rila:hover{
cursor:pointer;
}
#Rila{
float:left;
margin-left:9px;
width:138px;
height:89px;
background:url("../images/rila1.jpg") right no-repeat;
}
Sofia:hover{
cursor:pointer;
}
#Sofia{
float:left;
margin-left:9px;
width:143px;
height:102px;
background:url("../images/sofia1.jpg") right no-repeat;
}
Nesebar:hover{
cursor:pointer;
}
#Nesebar{
float:left;
margin-left:9px;
width:143px;
height:105px;
background:url("../images/nesebar.jpg") right no-repeat;
}
Bansko:hover{
cursor:pointer;
}
#Bansko{
float:left;
margin-left:9px;
width:143px;
height:105px;
background:url("../images/bansko.jpg") right no-repeat;
}
Sofia2:hover{
cursor:pointer;
}
#Sofia2{
float:left;
margin-left:9px;
width:143px;
height:105px;
background:url("../images/shipka.jpg") right no-repeat;
}